DBA Data[Home] [Help]

APPS.ONT_DEF_UTIL dependencies on OE_LOOKUPS

Line 363: from oe_lookups

359: -- If src_type_code is same as the attribute_code, then it is
360: -- a CONSTANT value rule
361: select meaning
362: into l_src_type_value
363: from oe_lookups
364: where lookup_type = 'DEFAULTING_SOURCE_TYPE'
365: and lookup_code = decode(l_src_type,p_attribute_code,'CONSTANT'
366: ,l_src_type);
367: