DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on APP_EXCEPTION

Line 19479: APP_EXCEPTION.RAISE_EXCEPTION;

19475: IF PG_DEBUG in ('Y', 'C') THEN
19476: msc_sch_wb.atp_debug('Get_Seq_Num: Inside exception block ');
19477: END IF;
19478: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');
19479: APP_EXCEPTION.RAISE_EXCEPTION;
19480: END Get_Seq_Num;
19481:
19482: /*--GET_DATE_FROM_SEQNUM-----------------------------------------
19483: | o This procedure is called from Schedule to return the date

Line 19518: APP_EXCEPTION.RAISE_EXCEPTION;

19514: IF PG_DEBUG in ('Y', 'C') THEN
19515: msc_sch_wb.atp_debug('Get_Date_From_Seqnum: Inside exception block ');
19516: END IF;
19517: FND_MESSAGE.SET_NAME('MRP', 'GEN-DATE OUT OF BOUNDS');
19518: APP_EXCEPTION.RAISE_EXCEPTION;
19519: END Get_Date_From_Seqnum;
19520:
19521: -- Comment
19522: END MSC_ATP_PVT;