DBA Data[Home] [Help]

APPS.PAY_SG_CPFLINE dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 113: select pay_assignment_actions_s.nextval

109: and paa.effective_end_date ;
110: --
111: cursor next_action_id
112: is
113: select pay_assignment_actions_s.nextval
114: from dual;
115: --
116: begin
117: l_package := ' pay_sg_cpfline.';