DBA Data[Home] [Help]

APPS.OE_RELATED_ITEMS_PVT dependencies on MFG_LOOKUPS

Line 686: from mfg_lookups

682: l_explanation := null;
683:
684: select meaning
685: into l_explanation
686: from mfg_lookups
687: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
688: and lookup_code = 80;
689:
690: IF l_debug_level > 0 THEN

Line 712: from mfg_lookups

708: l_explanation := null;
709:
710: select meaning
711: into l_explanation
712: from mfg_lookups
713: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
714: and lookup_code = p_atp_rec.error_code(J) ;
715:
716: IF p_atp_rec.error_code(J) = 19 THEN

Line 797: from mfg_lookups

793:
794: BEGIN
795: select meaning
796: into l_explanation
797: from mfg_lookups
798: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
799: and lookup_code = p_atp_rec.error_code(J) ;
800:
801: g_atp_tbl(atp_count).error_message := l_explanation;