Search This Blog

Sunday, November 27, 2016

Requirement: to hide delete icon in the Salary screen(OAF) of HRMS using SPEL in Oracle Apps R12

Requirement: to hide delete icon in the Salary screen(OAF) of HRMS.

  1. Creation Function ‘XX_HIRE_DATE_REAF_ONLY’ –Dummy function .
  2. Attach function to new menu ‘FUJ_HIDE_YN_SECURITY’ as type ‘Permission Set’.
  3. Create role and attach this function.
  4. Personalize the OAF page.
Step1:

SSWA jsp function


OA.jsp?page=/dummy


Step 2:
Menu: FUJ_HIDE_YN_SECURITY
Function: XX_HIRE_DATE_REAF_ONLY (created in step1)

Step3:
Functional Administrator Resp> Create Grant>


I Want to allow all users from the UAE HRMS Responsibility.
Next>
Attach the Security Menu we created in step 2.

Next >Finish>

Step4:
Personalization>open salary screen from Assignment>

Click Correct in the Salary oaf page.

Click Personalize “Salary changes”

Click the ‘edit’ icon .




${oa.FunctionSecurity.XX_HIRE_DATE_REAF_ONLY}

Test with UAE HRMS Manager the delete option should show, and for other Responsibilties it should be hidden.


1 comment: