DBA Data[Home] [Help]

APPS.MSC_ATP_PUB dependencies on MSC_POST_PRO

Line 2899: MSC_POST_PRO.G_SF_NET_SUMMARY_RUNNING, p_refresh_number+1,

2895: -- Currently doing this using the brute force method of going by msc_demands. Need to investigate
2896: -- possibility of using ATP pegging - potential issue there may be unschedules
2897:
2898: select max(decode(p.summary_flag,
2899: MSC_POST_PRO.G_SF_NET_SUMMARY_RUNNING, p_refresh_number+1,
2900: p.latest_refresh_number))
2901: into l_end_refresh_number
2902: from msc_plans p,
2903: msc_demands d,