DBA Data[Home] [Help]

APPS.MSC_ATP_PROC dependencies on MSC_ATP_24X7

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

2821:
2822: if (l_using_new_plan = 0) and (l_plan_info_rec.plan_id is not NULL)
2823: and (l_plan_info_rec.plan_id > 0) then
2824: -- checks against new plan when apt against old
2825: if l_plan_info_rec.summary_flag = MSC_ATP_24x7.G_SF_SYNC_DOWNTIME then
2826: -- downtime during ATP sync process
2827: x_plan_info_rec.plan_id := -300;
2828: if PG_DEBUG in ('Y','C') then
2829: msc_sch_wb.atp_debug ('ATP Downtime based on new plan');