DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on FND_API

Line 608: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

604: IF PG_DEBUG in ('Y', 'C') THEN
605: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'Get_Regions, return status : ' || l_return_status);
606: END IF;
607:
608: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
609: -- something wrong so we want to rollback;
610: IF PG_DEBUG in ('Y', 'C') THEN
611: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'expected error in Call to Get_Regions');
612: END IF;

Line 613: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR then

609: -- something wrong so we want to rollback;
610: IF PG_DEBUG in ('Y', 'C') THEN
611: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'expected error in Call to Get_Regions');
612: END IF;
613: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
614: IF PG_DEBUG in ('Y', 'C') THEN
615: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'something wrong in Call to Get_Regions');
616: END IF;
617: END IF;