DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on MFG_LOOKUPS

Line 194: FROM mfg_lookups

190: END IF;
191:
192: SELECT meaning
193: INTO p_object_type_name
194: FROM mfg_lookups
195: WHERE lookup_code = p_object_type
196: AND lookup_type = 'INV_GENEALOGY_OBJECT_TYPE';
197:
198: IF (l_debug = 1) THEN

Line 200: 'meaning from mfg_lookups for lookup_type = inv_genealogy_object_type and lookup_code = '

196: AND lookup_type = 'INV_GENEALOGY_OBJECT_TYPE';
197:
198: IF (l_debug = 1) THEN
199: inv_trx_util_pub.TRACE(
200: 'meaning from mfg_lookups for lookup_type = inv_genealogy_object_type and lookup_code = '
201: || p_object_type
202: || ' : '
203: || p_object_type_name
204: );

Line 387: FROM mfg_lookups

383: END IF;
384:
385: SELECT meaning
386: INTO p_object_type_name
387: FROM mfg_lookups
388: WHERE lookup_code = p_object_type
389: AND lookup_type = 'INV_GENEALOGY_OBJECT_TYPE';
390:
391: IF (l_debug = 1) THEN

Line 393: 'meaning from mfg_lookups for lookup_type = inv_genealogy_object_type and lookup_code = '

389: AND lookup_type = 'INV_GENEALOGY_OBJECT_TYPE';
390:
391: IF (l_debug = 1) THEN
392: inv_trx_util_pub.TRACE(
393: 'meaning from mfg_lookups for lookup_type = inv_genealogy_object_type and lookup_code = '
394: || p_object_type
395: || ' : '
396: || p_object_type_name
397: );