DBA Data[Home] [Help]

APPS.ASO_DEF_UTIL dependencies on OE_LOOKUPS

Line 397: from oe_lookups

393: -- If src_type_code is same as the attribute_code, then it is
394: -- a CONSTANT value rule
395: select meaning
396: into l_src_type_value
397: from oe_lookups
398: where lookup_type = 'DEFAULTING_SOURCE_TYPE'
399: and lookup_code = decode(l_src_type,p_attribute_code,'CONSTANT'
400: ,l_src_type);
401: