DBA Data[Home] [Help]

APPS.PAY_AU_REC_DET_PAYSUM_MODE dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 1040: select pay_assignment_actions_s.nextval

1036: and pbd.legislation_code = pbt.legislation_code
1037: and pbd.legislation_code = pdb.legislation_code;
1038:
1039: cursor csr_next_action_id is
1040: select pay_assignment_actions_s.nextval
1041: from dual;
1042:
1043: /* Bug 5708255 */
1044: -------------------------------------------