DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_TAX_UNITS_V

Line 3249: from hr_tax_units_v tax

3245: -- Tax Unit Id - GRE
3246:
3247: Cursor c_tax_unit_org is
3248: select tax.tax_unit_id
3249: from hr_tax_units_v tax
3250: where tax_unit_id = p_pa_request_rec.to_organization_id;
3251:
3252: Cursor c_tax_unit_bg is
3253: select tax.tax_unit_id

Line 3254: from hr_tax_units_v tax

3250: where tax_unit_id = p_pa_request_rec.to_organization_id;
3251:
3252: Cursor c_tax_unit_bg is
3253: select tax.tax_unit_id
3254: from hr_tax_units_v tax
3255: where tax_unit_id = l_business_group_id;
3256:
3257: -- Getting from Organization_id
3258: