DBA Data[Home] [Help]

APPS.MRP_ATP_PUB dependencies on FND_API

Line 97: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);

93: EXCEPTION
94:
95: -- Error Handling changes.
96: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN
97: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);
98: IF PG_DEBUG in ('Y', 'C') THEN
99: msc_sch_wb.atp_debug('Call_ATP: Invalid Objects found');
100: END IF;
101:

Line 116: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);

112: -- something wrong so we want to rollback;
113: IF PG_DEBUG in ('Y', 'C') THEN
114: msc_sch_wb.atp_debug('something wrong in Call_ATP');
115: END IF;
116: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);
117: IF PG_DEBUG in ('Y', 'C') THEN
118: msc_sch_wb.atp_debug('Call_ATP: ' || 'Return Status in excpetion : '||x_return_status);
119: END IF;
120: -- Bug 2072612 : krajan : 04/03/02

Line 124: --RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

120: -- Bug 2072612 : krajan : 04/03/02
121: -- Commented rollback call.
122: -- ROLLBACK;
123:
124: --RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
125: END Call_ATP;
126:
127:
128: PROCEDURE Call_ATP_No_Commit (

Line 209: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);

205:
206:
207: EXCEPTION
208: WHEN others THEN
209: x_return_status := NVL(x_return_status, FND_API.G_RET_STS_ERROR);
210: IF PG_DEBUG in ('Y', 'C') THEN
211: msc_sch_wb.atp_debug('Error in Call_ATP_No_Commit :'||sqlcode);
212: msc_sch_wb.atp_debug('Call_ATP: ' || sqlerrm);
213: msc_sch_wb.atp_debug('Call_ATP: ' || 'shipset count ' ||p_atp_rec.error_code.count);