DBA Data[Home] [Help]

APPS.PAY_AU_PAYMENT_SUMMARY dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 947: select pay_assignment_actions_s.nextval

943: );
944:
945:
946: cursor next_action_id is
947: select pay_assignment_actions_s.nextval
948: from dual;
949:
950: /* Bug 5708255 */
951: -------------------------------------------