DBA Data[Home] [Help]

APPS.ASO_DEF_UTIL dependencies on OE_LOOKUPS

Line 395: from oe_lookups

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