DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on PAY_PAYROLL_ACTIONS

Line 116: ,pay_payroll_actions xppa

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