DBA Data[Home] [Help]

APPS.OE_ORDER_SCH_UTIL dependencies on MFG_LOOKUPS

Line 7451: from mfg_lookups where

7447: l_explanation := null;
7448:
7449: select meaning
7450: into l_explanation
7451: from mfg_lookups where
7452: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
7453: and lookup_code = p_atp_table.error_code(J) ;
7454:
7455: IF p_atp_table.error_code(J) = 19 THEN

Line 7579: from mfg_lookups where

7575:
7576: BEGIN
7577: select meaning
7578: into l_explanation
7579: from mfg_lookups where
7580: lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
7581: and lookup_code = p_atp_table.error_code(J) ;
7582:
7583: l_atp_rec.error_message := l_explanation;