DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_POST_PRO

Line 2865: MSC_POST_PRO.G_SF_NET_SUMMARY_RUNNING, p_refresh_number+1,

2861: -- Currently doing this using the brute force method of going by msc_demands. Need to investigate
2862: -- possibility of using ATP pegging - potential issue there may be unschedules
2863:
2864: select max(decode(p.summary_flag,
2865: MSC_POST_PRO.G_SF_NET_SUMMARY_RUNNING, p_refresh_number+1,
2866: p.latest_refresh_number))
2867: into l_end_refresh_number
2868: from msc_plans p,
2869: msc_demands d,