DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_TAX_UNITS_V

Line 748: from hr_tax_units_v

744:
745: Begin
746: -- GRE Name
747: select name into lv_gre_name
748: from hr_tax_units_v
749: where tax_unit_id = to_number(p_gre);
750: hr_utility.trace('lv_gre_name = ' || lv_gre_name);
751:
752: Exception when others then