DBA Data[Home] [Help]

APPS.MSC_ATP_UTILS dependencies on MSC_ATP_PUB

Line 111: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN

107:
108: -- Bug 2458308 : krajan
109: -- error Handling
110:
111: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN
112: -- bug 2974324. Redundant cursor statements removed from here.
113: IF PG_DEBUG in ('Y', 'C') THEN
114: msc_sch_wb.atp_debug('ATP Invalid Objects Found in put_Into_temp_table ');
115: msc_sch_wb.atp_debug('put_into_temp_table: ' || ' Error in MSCUATPB.pls '||substr(sqlerrm,1,100));

Line 122: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;

118: x_return_status := FND_API.G_RET_STS_ERROR;
119: -- IF l_dynstring is null THEN
120: -- ROLLBACK;
121: -- END IF;
122: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;
123:
124: WHEN OTHERS THEN
125: -- bug 2974324. Redundant cursor statements removed from here.
126: IF PG_DEBUG in ('Y', 'C') THEN

Line 836: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN

832: END IF; -- If x_mode = results_mode
833:
834: EXCEPTION
835:
836: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN
837: x_return_status := FND_API.G_RET_STS_ERROR;
838: IF PG_DEBUG in ('Y', 'C') THEN
839: msc_sch_wb.atp_debug('error in get_from_temp_table' || sqlerrm);
840: msc_sch_wb.atp_debug('get_from_temp_table: ' || 'Invalid Objects found');

Line 842: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;

838: IF PG_DEBUG in ('Y', 'C') THEN
839: msc_sch_wb.atp_debug('error in get_from_temp_table' || sqlerrm);
840: msc_sch_wb.atp_debug('get_from_temp_table: ' || 'Invalid Objects found');
841: END IF;
842: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;
843:
844: WHEN OTHERS THEN
845: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
846: IF PG_DEBUG in ('Y', 'C') THEN

Line 1016: MSC_ATP_PUB.Call_ATP(

1012: END IF;
1013:
1014: x_session_id := p_session_id;
1015:
1016: MSC_ATP_PUB.Call_ATP(
1017: x_session_id,
1018: x_atp_rec,
1019: x_atp_rec_out,
1020: x_atp_supply_demand,