Profiles

1- A Good Example:
2- Operating unit Profile
3- HR : Business Group --Profile option
4- GL Profile Settings

Profile Options Examples Screenshots

1- A Good Example:


http://getappstraining.blogspot.com/2006/10/profile-options-examples-screenshots.html


How this will work.

Here is how Oracle will code this screen
1. They will define a profile option named "OEPASSI Maximum Discount Allowed".
2. The short name of this profile option is "OEPASSI_MAX_DISCOUNT"
2. In the when-validate-item of the discount field(assuming Oracle Forms), following code will be written
IF :oe_line_block.discount_value > fnd_profile.value('OEPASSI_MAX_DISCOUNT') 
THEN
message( 
'You can’t give discount more than ' 
|| fnd_profile.value('OEPASSI_MAX_DISCOUNT') || '%' ) ;
raise form_trigger_failure ;-- I mean raise error after showing message
END IF ;


2- Operating Unit Profile

Set a profile option called ‘MO: Operating Unit’ to assign operating unit to responsibility
System Administrator > Profile > System





In Oracle Apps R12 version we can assign one or multiple Operating Units to a single responsibility.

In R12 we have an option called “Security Profile” through which we can assign multiple OU’s to a responsibility.

Create one “security Profile” and assign as many “Operating units” as needed.
Navigation: Human Resources, Vision Enterprises > Security > Profile





****************************************************************************

3- HR : Business Group

4- GL Profile settings:
GL Ledger Name
GL: Data Access Set

2 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete