DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_ARCHIVE dependencies on PAY_ACTION_INFORMATION

Line 177: from pay_action_information pai

173: and xppa.report_type = 'PRT'
174: and xppa.report_qualifier = 'JP')
175: and not exists(
176: select null
177: from pay_action_information pai
178: where (pai.action_information_category='JP_PRE_TAX_1')
179: and pai.action_context_type='AAP'
180: and pai.action_information1=paa.assignment_action_id
181: and pai.assignment_id=paa.assignment_id)