DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on FND_LOOKUP_VALUES

Line 147: from fnd_lookup_values

143: and uom_code = p_uom_code;
144:
145: cursor c_meaning(p_lookup_type varchar2, p_view_application_id number, p_lookup_code varchar2) is
146: select meaning
147: from fnd_lookup_values
148: where lookup_type = p_lookup_type
149: and view_application_id = p_view_application_id
150: and lookup_code = p_lookup_code
151: and enabled_flag = 'Y'