DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on MFG_LOOKUPS

Line 4048: from mfg_lookups where

4044: l_explanation := null;
4045:
4046: select meaning
4047: into l_explanation
4048: from mfg_lookups where
4049: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
4050: and lookup_code = p_atp_rec.error_code(J) ;
4051: --4535580
4052: g_atp_tbl(atp_count).error_message := l_explanation;

Line 4144: from mfg_lookups where

4140:
4141: BEGIN
4142: select meaning
4143: into l_explanation
4144: from mfg_lookups where
4145: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
4146: and lookup_code = p_atp_rec.error_code(J) ;
4147:
4148: g_atp_tbl(atp_count).error_message := l_explanation;

Line 5416: from mfg_lookups where

5412: ELSIF p_atp_rec.error_code(J) <> 0 THEN
5413:
5414: select meaning
5415: into l_explanation
5416: from mfg_lookups where
5417: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
5418: and lookup_code = p_atp_rec.error_code(J) ;
5419:
5420: IF l_debug_level > 0 THEN

Line 5485: from mfg_lookups where

5481:
5482: ELSE
5483: select meaning
5484: into l_explanation
5485: from mfg_lookups where
5486: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
5487: and lookup_code = p_atp_rec.error_code(J) ;
5488:
5489: IF l_debug_level > 0 THEN