DBA Data[Home] [Help]

APPS.OE_CAT_RESULTS_PUB dependencies on MFG_LOOKUPS

Line 133: from mfg_lookups

129:
130: BEGIN
131: select meaning
132: into g_status
133: from mfg_lookups
134: where lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS' and
135: lookup_code = x_atp_table.Error_Code(1);
136: EXCEPTION
137: when others then