DBA Data[Home] [Help]

APPS.PAY_KR_YEA_PKG dependencies on PAY_ACTION_CLASSIFICATIONS

Line 2240: from pay_action_classifications pac,

2236: 'Y'
2237: from dual
2238: where exists(
2239: select null
2240: from pay_action_classifications pac,
2241: pay_payroll_actions ppa,
2242: pay_assignment_actions paa
2243: where paa.assignment_id = p_assignment_id
2244: and paa.action_status not in ('C', 'S') -- Bug 4442484: A 'S'kipped assact is not an errored one