DBA Data[Home] [Help]

APPS.PAY_CORE_FILES dependencies on PAY_ASSIGNMENT_ACTIONS

Line 220: from pay_assignment_actions

216: elsif l_top_root_tag = '' then
217:
218: select count(*)
219: into g_chld_act
220: from pay_assignment_actions
221: where payroll_action_id = g_payroll_id
222: and action_status IN ('C', 'S');
223: end if;
224: end if;