DBA Data[Home] [Help]

APPS.PAY_CORE_XDO_UTILS dependencies on PAY_ASSIGNMENT_ACTIONS

Line 225: from pay_assignment_actions paa

221: select file_detail_id
222: from pay_file_details
223: where source_id = payroll_act_id
224: or source_id in (select assignment_action_id
225: from pay_assignment_actions paa
226: where payroll_action_id = payroll_act_id);
227: BEGIN
228: --
229: Open csr_get_file_detl(pactid);