DBA Data[Home] [Help]

APPS.OE_OE_AVAILABILITY dependencies on MFG_LOOKUPS

Line 865: from mfg_lookups

861: l_explanation := null;
862:
863: select meaning
864: into l_explanation
865: from mfg_lookups
866: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
867: and lookup_code = 80;
868:
869: IF l_debug_level > 0 THEN

Line 891: from mfg_lookups

887: l_explanation := null;
888:
889: select meaning
890: into l_explanation
891: from mfg_lookups
892: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
893: and lookup_code = p_atp_rec.error_code(J) ;
894:
895: IF p_atp_rec.error_code(J) = 19 THEN

Line 1000: from mfg_lookups

996:
997: BEGIN
998: select meaning
999: into l_explanation
1000: from mfg_lookups
1001: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
1002: and lookup_code = p_atp_rec.error_code(J) ;
1003:
1004: g_atp_tbl(atp_count).error_message := l_explanation;