DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on HR_TAX_UNITS_V

Line 3256: from hr_tax_units_v tax

3252: l_tax_unit_id number;
3253: begin
3254: select tax.tax_unit_id
3255: into l_tax_unit_id
3256: from hr_tax_units_v tax
3257: where tax.name = p_tax_unit_name;
3258: return(l_tax_unit_id);
3259: exception
3260: when others then