DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on MFG_LOOKUPS

Line 653: from mfg_lookups

649: l_explanation := null;
650:
651: select meaning
652: into l_explanation
653: from mfg_lookups
654: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
655: and lookup_code = 80;
656:
657: IF l_debug_level > 0 THEN

Line 679: from mfg_lookups

675: l_explanation := null;
676:
677: select meaning
678: into l_explanation
679: from mfg_lookups
680: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
681: and lookup_code = p_atp_rec.error_code(J) ;
682:
683: IF p_atp_rec.error_code(J) = 19 THEN

Line 764: from mfg_lookups

760:
761: BEGIN
762: select meaning
763: into l_explanation
764: from mfg_lookups
765: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
766: and lookup_code = p_atp_rec.error_code(J) ;
767:
768: g_atp_tbl(atp_count).error_message := l_explanation;