DBA Data[Home] [Help]

APPS.MRP_MRPRPROP_XMLP_PKG dependencies on FND_MSG_PUB

Line 492: L_MSG := FND_MSG_PUB.GET(I

488: ,P_PUR_REVISION => P_PUR_REVISION);
489: IF (L_RETURN_STATUS <> 'S') THEN
490: IF L_MSG_COUNT > 0 THEN
491: FOR i IN 1 .. L_MSG_COUNT LOOP
492: L_MSG := FND_MSG_PUB.GET(I
493: ,'F');
494: /*SRW.MESSAGE(100
495: ,'INV_MMX_WRAPPER_PVT.do_restock returned error:' || L_MSG)*/NULL;
496: FND_MSG_PUB.DELETE_MSG(I);

Line 496: FND_MSG_PUB.DELETE_MSG(I);

492: L_MSG := FND_MSG_PUB.GET(I
493: ,'F');
494: /*SRW.MESSAGE(100
495: ,'INV_MMX_WRAPPER_PVT.do_restock returned error:' || L_MSG)*/NULL;
496: FND_MSG_PUB.DELETE_MSG(I);
497: END LOOP;
498: ELSE
499: /*SRW.MESSAGE(100
500: ,'INV_MMX_WRAPPER_PVT.do_restock returned an error: ' || L_MSG_DATA)*/NULL;