DBA Data[Home] [Help]

APPS.PAY_CORE_XDO_UTILS dependencies on PAY_ASSIGNMENT_ACTIONS

Line 239: from pay_assignment_actions paa

235: select file_detail_id
236: from pay_file_details
237: where source_id = payroll_act_id
238: or source_id in (select assignment_action_id
239: from pay_assignment_actions paa
240: where payroll_action_id = payroll_act_id);
241: BEGIN
242: --
243: Open csr_get_file_detl(pactid);