DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 2702: select pay_assignment_actions_s.nextval

2698: for asgrec in csr_get_pri_asg (pactid, stperson, endperson, g_wsp_end_date, g_legal_entity_id )
2699: loop
2700: hr_utility.set_location('Entering asgrec',10);
2701: -- create an assignment action for the primary assignment
2702: select pay_assignment_actions_s.nextval
2703: into lockingactid
2704: from dual;
2705:
2706: -- Insert assignment into pay_assignment_actions

Line 2723: select pay_assignment_actions_s.nextval

2719: for asgrec in csr_get_pri_asg (pactid, stperson, endperson, g_wsp_end_date, rec_le_id.organization_id )
2720: loop
2721: hr_utility.set_location('Entering asgrec ',20);
2722: -- create an assignment action for the primary assignment
2723: select pay_assignment_actions_s.nextval
2724: into lockingactid
2725: from dual;
2726:
2727: -- Insert assignment into pay_assignment_actions