DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on HR_TAX_UNITS_V

Line 3229: from hr_tax_units_v tax

3225: l_tax_unit_id number;
3226: begin
3227: select tax.tax_unit_id
3228: into l_tax_unit_id
3229: from hr_tax_units_v tax
3230: where tax.name = p_tax_unit_name;
3231: return(l_tax_unit_id);
3232: exception
3233: when others then