DBA Data[Home] [Help]

APPS.MSC_ATP_ALLOC dependencies on MFG_LOOKUPS

Line 4357: from mfg_lookups

4353: l_error_meaning VARCHAR2(100);
4354:
4355: cursor Error_Meaning (p_error_code NUMBER) IS
4356: select meaning
4357: from mfg_lookups
4358: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
4359: and lookup_code = p_error_code;
4360:
4361: BEGIN