DBA Data[Home] [Help]

APPS.MSC_ATP_CUSTOM dependencies on MSC_SCH_WB

Line 39: msc_sch_wb.atp_debug('Enter Custom_Post_ATP_API');

35: */
36: IS
37: BEGIN
38: IF PG_DEBUG in ('Y', 'C') THEN
39: msc_sch_wb.atp_debug('Enter Custom_Post_ATP_API');
40: END IF;
41: -- initialize API return status to success
42: x_return_status := FND_API.G_RET_STS_SUCCESS;
43: x_modify_flag := 2;

Line 49: msc_sch_wb.atp_debug('Exit Custom_Post_ATP_API');

45: --- Add code below to modify information generated by ATP engine.
46:
47: --Finish Custom Code
48: IF PG_DEBUG in ('Y', 'C') THEN
49: msc_sch_wb.atp_debug('Exit Custom_Post_ATP_API');
50: END IF;
51:
52: EXCEPTION
53: WHEN OTHERS THEN