DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_ATP_CUSTOM

Line 2338: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,

2334: ---custom_api chnages: Call customer API for calculating arrival datea
2335: IF PG_DEBUG in ('Y', 'C') THEN
2336: msc_sch_wb.atp_debug('Before calling Custom_Post_ATP_API');
2337: END IF;
2338: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,
2339: l_custom_atp_rec,
2340: l_modify_flag,
2341: l_custom_ret_sts);
2342: IF PG_DEBUG in ('Y', 'C') THEN

Line 2507: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,

2503: ---custom_api changes: Call customer API for calculating arrival datea
2504: IF PG_DEBUG in ('Y', 'C') THEN
2505: msc_sch_wb.atp_debug('Before calling Custom_Post_ATP_API');
2506: END IF;
2507: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,
2508: l_custom_atp_rec,
2509: l_modify_flag,
2510: l_custom_ret_sts);
2511: