DBA Data[Home] [Help]

APPS.PAY_CA_T4_XML dependencies on HR_ALL_ORGANIZATION_UNITS

Line 685: from hr_all_organization_units hou,

681: between start_date and end_date;
682:
683: cursor cur_gre_name is
684: select name
685: from hr_all_organization_units hou,
686: pay_assignment_actions paa
687: where paa.assignment_action_id = p_aa_id
688: and paa.tax_unit_id = hou.organization_id;
689: