DBA Data[Home] [Help]

APPS.PAY_PYUCSLIS_PKG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 3311: select pay_assignment_actions_s.nextval

3307: THEN
3308:
3309: for perrec in c_actions(pactid, stperson, endperson) loop
3310:
3311: select pay_assignment_actions_s.nextval
3312: into l_lockingactid
3313: from dual;
3314:
3315: if l_temp_person_id is null then

Line 3352: select pay_assignment_actions_s.nextval

3348: ** If terminated people are not selected
3349: ******************************************/
3350: for asgrec in c_actions_prev(pactid, stperson, endperson) loop
3351:
3352: select pay_assignment_actions_s.nextval
3353: into l_lockingactid
3354: from dual;
3355:
3356: if l_temp_person_id is null then