DBA Data[Home] [Help]

APPS.PAY_US_FLS_REPORTING_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 179: and exists (select 'x' from pay_assignment_Actions paa

175: ,hr_organization_information hoi
176: where ppa.payroll_action_id =
177: pay_magtape_generic.get_parameter_value(
178: 'TRANSFER_PAYROLL_ACTION_ID')
179: and exists (select 'x' from pay_assignment_Actions paa
180: where paa.payroll_action_id = ppa.payroll_action_id
181: and paa.tax_unit_id = hoi.organization_id
182: )
183: and hoi.org_information_context = 'Employer Identification'

Line 232: from pay_assignment_actions paa

228: )
229: and pai.tax_unit_id = pay_magtape_generic.get_parameter_value(
230: 'TRANSFER_TAX_UNIT_ID')
231: and exists (select 'x'
232: from pay_assignment_actions paa
233: where paa.payroll_action_id =
234: pay_magtape_generic.get_parameter_value(
235: 'TRANSFER_PAYROLL_ACTION_ID')
236: and paa.tax_unit_id =