DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on PAY_PAYROLL_ACTIONS

Line 119: ,pay_payroll_actions xppa

115: and exists( select 'x'
116: from ff_user_entities fue
117: ,ff_archive_items fai
118: ,pay_assignment_actions xpaa
119: ,pay_payroll_actions xppa
120: where xppa.action_type = 'X'
121: and xppa.action_status = 'C'
122: --Bug 5069923
123: and xppa.payroll_action_id = nvl(pay_magtape_generic.get_parameter_value('PAYROLL_ACTION_ID'),xpaa.payroll_action_id)