DBA Data[Home] [Help]

APPS.PAY_AU_LEAVE_LIABILITY dependencies on PAY_ASSIGNMENT_ACTIONS_S

Line 131: select pay_assignment_actions_s.nextval

127: and pa.effective_date between el.effective_start_date
128: and el.effective_end_date ;
129:
130: cursor c_assignment_action_id is
131: select pay_assignment_actions_s.nextval
132: from dual ;
133:
134: begin
135: