DBA Data[Home] [Help]

APPS.ONT_DEF_UTIL dependencies on OE_LOOKUPS

Line 393: from oe_lookups

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