DBA Data[Home] [Help]

APPS.PER_PTU_DFF_MIG dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 393: SELECT PAY_ASSIGNMENT_ACTIONS_S.NEXTVAL

389: FOR per_rec in csr_process_all(l_business_group_id) LOOP
390: --
391: -- Create the assignment action to represnt the person combination.
392: --
393: SELECT PAY_ASSIGNMENT_ACTIONS_S.NEXTVAL
394: INTO LOCKINGACTID
395: FROM DUAL;
396: --
397: -- insert into pay_assignment_actions.

Line 416: SELECT PAY_ASSIGNMENT_ACTIONS_S.NEXTVAL

412: FOR per_rec in csr_process_failed(l_business_group_id) LOOP
413: --
414: -- Create the assignment action to represnt the person combination.
415: --
416: SELECT PAY_ASSIGNMENT_ACTIONS_S.NEXTVAL
417: INTO LOCKINGACTID
418: FROM DUAL;
419: --
420: -- insert into pay_assignment_actions.