DBA Data[Home] [Help]

APPS.PAY_CA_RL2_MAG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 232: from hr_all_organization_units hou1,

228: */
229:
230: cursor transfer_block is
231: select 'TRANSFER_ACT_ID=P', assignment_action_id
232: from hr_all_organization_units hou1,
233: hr_all_organization_units hou,
234: hr_locations_all loc,
235: per_all_people_f ppf,
236: per_all_assignments_f paf,

Line 233: hr_all_organization_units hou,

229:
230: cursor transfer_block is
231: select 'TRANSFER_ACT_ID=P', assignment_action_id
232: from hr_all_organization_units hou1,
233: hr_all_organization_units hou,
234: hr_locations_all loc,
235: per_all_people_f ppf,
236: per_all_assignments_f paf,
237: pay_assignment_actions paa1,