DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_TAX_UNITS_V

Line 3454: from hr_tax_units_v tax

3450: -- Tax Unit Id - GRE
3451:
3452: Cursor c_tax_unit_org is
3453: select tax.tax_unit_id
3454: from hr_tax_units_v tax
3455: where tax_unit_id = p_pa_request_rec.to_organization_id;
3456:
3457: Cursor c_tax_unit_bg is
3458: select tax.tax_unit_id

Line 3459: from hr_tax_units_v tax

3455: where tax_unit_id = p_pa_request_rec.to_organization_id;
3456:
3457: Cursor c_tax_unit_bg is
3458: select tax.tax_unit_id
3459: from hr_tax_units_v tax
3460: where tax_unit_id = l_business_group_id;
3461:
3462: -- Getting from Organization_id
3463: