DBA Data[Home] [Help]

APPS.PAY_AU_REC_DET_PAYSUM_MODE dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 666: select pay_assignment_actions_s.nextval

662: and pbd.legislation_code = pbt.legislation_code
663: and pbd.legislation_code = pdb.legislation_code;
664:
665: cursor csr_next_action_id is
666: select pay_assignment_actions_s.nextval
667: from dual;
668:
669: /* Bug 5708255 */
670: -------------------------------------------