DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_ATP_CUSTOM

Line 2309: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,

2305: ---custom_api chnages: Call customer API for calculating arrival datea
2306: IF PG_DEBUG in ('Y', 'C') THEN
2307: msc_sch_wb.atp_debug('Before calling Custom_Post_ATP_API');
2308: END IF;
2309: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,
2310: l_custom_atp_rec,
2311: l_modify_flag,
2312: l_custom_ret_sts);
2313: IF PG_DEBUG in ('Y', 'C') THEN

Line 2478: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,

2474: ---custom_api changes: Call customer API for calculating arrival datea
2475: IF PG_DEBUG in ('Y', 'C') THEN
2476: msc_sch_wb.atp_debug('Before calling Custom_Post_ATP_API');
2477: END IF;
2478: MSC_ATP_CUSTOM.Custom_Post_ATP_API(l_atp_rec_temp,
2479: l_custom_atp_rec,
2480: l_modify_flag,
2481: l_custom_ret_sts);
2482: