DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on MFG_LOOKUPS

Line 5031: from mfg_lookups where

5027: l_explanation := null;
5028:
5029: select meaning
5030: into l_explanation
5031: from mfg_lookups where
5032: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
5033: and lookup_code = p_atp_rec.error_code(J) ;
5034: --4535580
5035: g_atp_tbl(atp_count).error_message := l_explanation;

Line 5127: from mfg_lookups where

5123:
5124: BEGIN
5125: select meaning
5126: into l_explanation
5127: from mfg_lookups where
5128: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
5129: and lookup_code = p_atp_rec.error_code(J) ;
5130:
5131: g_atp_tbl(atp_count).error_message := l_explanation;

Line 6496: from mfg_lookups where

6492: ELSIF p_atp_rec.error_code(J) <> 0 THEN
6493:
6494: select meaning
6495: into l_explanation
6496: from mfg_lookups where
6497: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
6498: and lookup_code = p_atp_rec.error_code(J) ;
6499:
6500: IF l_debug_level > 0 THEN

Line 6565: from mfg_lookups where

6561:
6562: ELSE
6563: select meaning
6564: into l_explanation
6565: from mfg_lookups where
6566: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
6567: and lookup_code = p_atp_rec.error_code(J) ;
6568:
6569: IF l_debug_level > 0 THEN