Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
issue with HR_EIT_JSP_PRC (Change Extra Information) function
Hi,
I am customising an HRSSA workflow function, Change Extra Information (HR_EIT_JSP_PRC), to work with assignment EITs.
So I've duplicated it with new function XX_HR_EIT_JSP_PRC with the value of "Hr Eit Type" attribute updated from 'PERSON' to 'ASSIGNMENT'.
I've copied seeded Form function (HR_EIT_ASG_SS) and created a custom function with values as below
HTML CALL = OA.jsp?akRegionCode=HR_CREATE_PROCESS_TOP_SS&akRegionApplicationId=800&OAFunc=XX_EIT_ASG_SSParameters = pAMETranType=SSHRMS&pAMEAppId=800&pProcessName=XX_HR_EIT_JSP_PRC&pItemType=HRSSA&pCalledFrom=XX_EIT_ASG_SS&pPersonID=&pFromMenu=Y
I've created a custom OAF page which lists a person's assignments. When a user selects an assignments, it should call the selected assignments' EIT record.