DBA Data[Home] [Help]

APPS.PAY_CA_T4A_XML dependencies on HR_ALL_ORGANIZATION_UNITS

Line 584: from hr_all_organization_units hou,

580: This will get displayed in output PDF if the input parameter
581: for 'Employer Address' is 'N' */
582: cursor cur_gre_name is
583: select name
584: from hr_all_organization_units hou,
585: pay_assignment_actions paa
586: where paa.assignment_action_id = l_aa_id
587: and paa.tax_unit_id = hou.organization_id;
588: