Sie sind auf Seite 1von 3

How to Create Custom Selection Set

Assign iSetup Super User Resposibility to User SYSADMIN

Navigate: UserManagement > User


1. Enter SYSADMIN in name column.
2. click on Go
3. it will display one record.
4. Click on Update.
5. it will navigate to Update screen.
6. Click on Assign Roles button.
7. It will display LOV screen.
8. search for iSetup Super User in the LOV.
9. Click on Apply.
10.Create a function under Functional Adm >Core
services>Functions>CreateFunction
- Code: FNDLOAD:patch/115/import/afscursp.lct
- Type: Interface method
11. Create a menu Functional Adm >Core
services>Menus>CreateNavigationMenu
- Give a name and a code (any)
- Choose Interface as the type
- Menu Builder>Add another row. Provide a prompt and Function (same
as created earlier)
- Remove the Grant Checkbox
- Apply the changes
12. Now we need to assign this menu to iSetup for which:
- Navigate to Home> User management>Roles & Inheritance
- Search for iSetup Super User Role
- Update to Create a Grant
- While creating a grant, provide menu name under the Set and the
Responsibility as iSetup
- Apply and Save changes for the Role
13. Clear all Cache to apply changes, Functional Adm >Core
services>Caching Framework>Global Configuration.
- Clear All Cache.
14. Navigate to iSetup Administration > Interface Repository>Create
- Give the same path as was used to create the Function Code

Step-by-Step Instructions to register AOL Responsibility Interface


Navigate: Administration > Interface Repository
1. Click on Create button.
2. Enter any name in name field (cumpalsory field)
3. In Application field enter Application Object Library (cumpalsory field)
4. Enter Description if you want its not cumpalsory field.

GE MSAT Internal
5. In Type field select Generic Loader from the drop down list (cumpalsory
field)
6. When you will select the page will be rendered by two extra column
Details and Export
Parameter
7. Enter your lct file path in path filed. Example: for creating Responsibilty
Interface the lct
file path is patch/115/import/afscursp.lct.
8. select Support Filters check box.
9. No need to enter any Method name in Method field.
10. select Support Update check box.
Now click on Add Parameter button in Export Parameter column.
Add First Parameter.
a. Enter 1 in Seq field.
b. Enter FND_RESPONSIBILITY in Name field.
c. Message Name field leave blank.
d. Enter Application Object Library in Application Nme field.
e. Enter Standalone in Type field.
f. Do not select Editable and Displayable.
g. Do not enter anything in Value field.
h. Do not enter anything in Where Clause Column field.
i. Do not enter anything in Query For List of Values field.
Now again click on Add Parameter button in Export Parameter column.
Add Second Parameter.
a. Enter 2 in Seq field.
b. Enter RESP_KEY in Name field.
c. Message Name field leave blank.
d. Enter Application Object Library in Application Nme field.
e. Enter Value Name Pair in Type field.
f. Select Editable and Displayable check boxes.
g. Enter % in Value field.
h. Enter RESPONSIBILITY_KEY in Where Clause Column field.
i. Enter select distinct(RESPONSIBILITY_KEY) from
FND_RESPONSIBILITY_VL in Query For List of Values field.
Now again click on Add Parameter button in Export Parameter column.
Add Third Parameter.
a. Enter 3 in Seq field.
b. Enter APPLICATION_SHORT_NAME in Name field.
c. Message Name field leave blank.
d. Enter Application Object Library in Application Nme field.
e. Enter Value Name Pair in Type field.
f. Select Editable and Displayable check boxes.
g. Enter % in Value field.
h. Enter APPLICATION_SHORT_NAME in Where Clause Column field.
i. Enter select distinct(APPLICATION_SHORT_NAME) from fnd_application in

Query For List of Values field.


Now again click on Add Parameter button in Export Parameter column.
Add Fourth Parameter.

GE MSAT Internal
j. Enter 4 in Seq field.
k. Enter DATA_GROUP_NAME in Name field.
l. Message Name field leave blank.
m. Enter Application Object Library in Application Nme field.
n. Enter Value Name Pair in Type field.
o. Select Editable and Displayable check boxes.
p. Enter Standard in Value field.
q. Enter DATA_GROUP_NAME in Where Clause Column field.
r. Enter select distinct(DATA_GROUP_NAME) from FND_DATA_GROUPS in
Query For List of Values field.
Click on Apply to register Responsibity Interface.
Step-by-Step Instructions to add created Interface in a Custom Selection
Set:
a. Navigate to Selection Set Search Page
b. Click on Create Custom button
c. Enter Selection Set Name
d. Select Instance.
e. Enter Description
f. Select newly created Interface using API Name LOV.
g. Save the Custom Selection Set.

GE MSAT Internal

Das könnte Ihnen auch gefallen