DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on PAY_ACTION_CLASSIFICATIONS

Line 5592: from pay_action_classifications pac,

5588: 'Y'
5589: from dual
5590: where exists(
5591: select null
5592: from pay_action_classifications pac,
5593: pay_payroll_actions ppa,
5594: pay_assignment_actions paa
5595: where paa.assignment_id = p_assignment_id
5596: and paa.action_status not in ('C', 'S') -- Bug 4442484: A 'S'kipped assact is not an errored one