DBA Data[Home] [Help]

APPS.PAY_JP_PRE_TAX_ARCHIVE dependencies on PAY_ACTION_INFORMATION

Line 186: from pay_action_information pai

182: and xppa.report_type = 'PRT'
183: and xppa.report_qualifier = 'JP')
184: and not exists(
185: select null
186: from pay_action_information pai
187: where (pai.action_information_category='JP_PRE_TAX_1')
188: and pai.action_context_type='AAP'
189: and pai.action_information1=paa.assignment_action_id
190: and pai.assignment_id=paa.assignment_id)