DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on HR_ALL_ORGANIZATION_UNITS

Line 360: from hr_all_organization_units hou,

356: between start_date and end_date;
357:
358: cursor cur_gre_name is
359: select name
360: from hr_all_organization_units hou,
361: pay_assignment_actions paa
362: where paa.assignment_action_id = p_aa_id
363: and paa.tax_unit_id = hou.organization_id;
364: