DBA Data[Home] [Help]

APPS.OE_OE_PRICING_AVAILABILITY dependencies on FND_COMMON_LOOKUPS

Line 6222: from fnd_common_lookups

6218: l_lookup_type := 'ITEM_TYPE'; -- added for bug 3776769
6219: IF l_user_item_type is NOT NULL then
6220: select meaning
6221: into out_user_item_type
6222: from fnd_common_lookups
6223: where lookup_type = l_lookup_type -- added for bug 3776769
6224: and lookup_code = l_user_item_type;
6225: ELSE
6226: out_user_item_type := null;