DBA Data[Home] [Help]

APPS.PAY_CORE_FILES dependencies on PAY_ASSIGNMENT_ACTIONS

Line 222: from pay_assignment_actions

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