DBA Data[Home] [Help]

APPS.MSC_ATP_UTILS dependencies on MSC_ATP_PUB

Line 109: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN

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

Line 120: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;

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

Line 834: WHEN MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND THEN

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

Line 840: RAISE MSC_ATP_PUB.ATP_INVALID_OBJECTS_FOUND;

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

Line 1014: MSC_ATP_PUB.Call_ATP(

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