DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on FND_COMMON_LOOKUPS

Line 6197: from fnd_common_lookups

6193: l_lookup_type := 'ITEM_TYPE'; -- added for bug 3776769
6194: IF l_user_item_type is NOT NULL then
6195: select meaning
6196: into out_user_item_type
6197: from fnd_common_lookups
6198: where lookup_type = l_lookup_type -- added for bug 3776769
6199: and lookup_code = l_user_item_type;
6200: ELSE
6201: out_user_item_type := null;