DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_ATP_24X7

Line 2817: if l_plan_info_rec.summary_flag = MSC_ATP_24x7.G_SF_SYNC_DOWNTIME then

2813:
2814: if (l_using_new_plan = 0) and (l_plan_info_rec.plan_id is not NULL)
2815: and (l_plan_info_rec.plan_id > 0) then
2816: -- checks against new plan when apt against old
2817: if l_plan_info_rec.summary_flag = MSC_ATP_24x7.G_SF_SYNC_DOWNTIME then
2818: -- downtime during ATP sync process
2819: x_plan_info_rec.plan_id := -300;
2820: if PG_DEBUG in ('Y','C') then
2821: msc_sch_wb.atp_debug ('ATP Downtime based on new plan');