DBA Data[Home] [Help]

APPS.PAY_KR_YEA_SSHR_UTILS_PKG dependencies on PAY_PAYROLL_ACTIONS

Line 1198: from pay_payroll_actions ppa,

1194:
1195: -- cursor to check whether YEA for target year has been run for the assignment
1196: cursor csr_yea_exist is
1197: select 'Y'
1198: from pay_payroll_actions ppa,
1199: pay_assignment_actions paa
1200: where paa.assignment_id = p_assignment_id
1201: and paa.source_action_id is null
1202: and ppa.payroll_action_id = paa.payroll_action_id