DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on MFG_LOOKUPS

Line 303: FROM MFG_LOOKUPS

299: if p_restock = 1 and p_dd_loc_id is null then
300: begin
301: Select MEANING
302: into error_message
303: FROM MFG_LOOKUPS
304: WHERE LOOKUP_TYPE='INV_MMX_RPT_MSGS'
305: and LOOKUP_CODE = 4;
306: exception
307: when others then