DBA Data[Home] [Help]

APPS.PER_ABV_PKG dependencies on HR_LOOKUPS

Line 89: from hr_lookups

85: procedure populate_fields(p_unit varchar2
86: ,p_unit_meaning IN OUT varchar2) is
87: cursor c is
88: select meaning
89: from hr_lookups
90: where lookup_type = 'BUDGET_MEASUREMENT_TYPE'
91: and lookup_code = p_unit;
92: begin
93: open c;