DBA Data[Home] [Help]

APPS.FV_BE_PKG4 dependencies on FV_LOOKUP_CODES

Line 143: from fv_lookup_codes

139:
140: begin
141: select description
142: into x_description
143: from fv_lookup_codes
144: where lookup_code = x_resource_type and
145: lookup_type = x_lookup_type;
146: exception
147: when no_data_found then