DBA Data[Home] [Help]

APPS.CSP_EXCESS_PARTS_PVT dependencies on MFG_LOOKUPS

Line 305: FROM MFG_LOOKUPS

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