DBA Data[Home] [Help]

APPS.MRP_ATP_PUB dependencies on MSC_ATP_PVT

Line 107: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_INVALID_OBJECTS;

103: x_atp_rec := p_atp_rec;
104: END IF;
105: FOR i IN 1..x_atp_rec.Calling_Module.LAST LOOP
106: IF ((NVL(x_atp_rec.Error_Code(i), -1)) in (-1,0,61,150)) THEN
107: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_INVALID_OBJECTS;
108: END IF;
109: END LOOP;
110:
111: WHEN others THEN