DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on HR_TAX_UNITS_V

Line 1016: from hr_tax_units_v

1012:
1013: Begin
1014: -- GRE Name
1015: select name into lv_gre_name
1016: from hr_tax_units_v
1017: where tax_unit_id = to_number(p_gre);
1018: hr_utility.trace('lv_gre_name = ' || lv_gre_name);
1019:
1020: Exception when others then

Line 2739: from hr_tax_units_v

2735:
2736: Begin
2737: -- GRE Name
2738: select name into lv_gre_name
2739: from hr_tax_units_v
2740: where tax_unit_id = to_number(p_gre);
2741: hr_utility.trace('lv_gre_name = ' || lv_gre_name);
2742:
2743: Exception when others then