DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on FND_MSG_PUB

Line 764: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

760: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_INVALID_OBJECTS;
761: END IF;
762: END LOOP;
763: -- Step 3 : Add error to UI display stack
764: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
765: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');
766: END IF;
767: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);
768: IF PG_DEBUG in ('Y', 'C') THEN

Line 765: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');

761: END IF;
762: END LOOP;
763: -- Step 3 : Add error to UI display stack
764: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
765: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');
766: END IF;
767: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);
768: IF PG_DEBUG in ('Y', 'C') THEN
769: msc_sch_wb.atp_debug('Call_ATP: ' || 'Return Status in excpetion : '||x_return_status);

Line 803: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

799: IF ((NVL(x_atp_rec.Error_Code(i), -1)) in (-1,0,61,150)) THEN
800: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
801: END IF;
802: END LOOP;
803: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
804: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');
805: END IF;
806: -- End Error Handling Fix
807:

Line 804: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');

800: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
801: END IF;
802: END LOOP;
803: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
804: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP');
805: END IF;
806: -- End Error Handling Fix
807:
808: -- Bug 2387242 : krajan

Line 2712: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2708: IF PG_DEBUG in ('Y', 'C') THEN
2709: msc_sch_wb.atp_debug('Rows deleted from msc_atp_src_profile_temp:'|| sql%rowcount);
2710: END IF;
2711:
2712: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2713: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');
2714: END IF;
2715:
2716: --- now we put the record back into temp table.

Line 2713: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');

2709: msc_sch_wb.atp_debug('Rows deleted from msc_atp_src_profile_temp:'|| sql%rowcount);
2710: END IF;
2711:
2712: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2713: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');
2714: END IF;
2715:
2716: --- now we put the record back into temp table.
2717: --- ATP inquiry gets data from mrp_atp_schedule_temp table.

Line 2800: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2796: IF NVL (x_atp_rec.error_code(i),-1) in (-1,0,61,150) THEN
2797: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
2798: END IF;
2799: END LOOP;
2800: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2801: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');
2802: END IF;
2803: -- End Error Handling Changes
2804:

Line 2801: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');

2797: x_atp_rec.Error_Code(i) := MSC_ATP_PVT.ATP_PROCESSING_ERROR;
2798: END IF;
2799: END LOOP;
2800: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2801: FND_MSG_PUB.Add_Exc_Msg(G_PKG_NAME , 'Call_ATP_No_Commit');
2802: END IF;
2803: -- End Error Handling Changes
2804:
2805: --- now we put the record back into temp table.