DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on MSC_RESOURCE_BATCHES

Line 2737: msc_resource_batches mrb,

2733: g_gantt_rh_toler_days_early,
2734: g_gantt_rh_toler_days_late)) display_type
2735: from msc_gantt_query mgq,
2736: msc_resource_requirements mrr,
2737: msc_resource_batches mrb,
2738: msc_supplies ms
2739: where mgq.query_id = p_query_id
2740: and mgq.row_flag = SYS_YES
2741: and mgq.is_fetched = SYS_NO

Line 2815: msc_resource_batches mrb,

2811: g_gantt_rh_toler_days_late)) display_type
2812: from msc_gantt_query mgq,
2813: msc_resource_requirements mrr,
2814: msc_resource_requirements mrr1,
2815: msc_resource_batches mrb,
2816: msc_supplies ms
2817: where mgq.query_id = p_query_id
2818: and mgq.row_flag = SYS_YES
2819: and mgq.is_fetched = SYS_NO

Line 2906: msc_resource_batches mrb,

2902: g_gantt_rh_toler_days_late)) display_type
2903: from msc_gantt_query mgq,
2904: msc_resource_requirements mrr,
2905: msc_resource_instance_reqs mrir,
2906: msc_resource_batches mrb,
2907: msc_supplies ms
2908: where mgq.query_id = p_query_id
2909: and mgq.row_flag = SYS_YES
2910: and mgq.is_fetched = SYS_NO

Line 3000: msc_resource_batches mrb,

2996: g_gantt_rh_toler_days_late)) display_type
2997: from msc_gantt_query mgq,
2998: msc_resource_requirements mrr,
2999: msc_resource_requirements mrr1,
3000: msc_resource_batches mrb,
3001: msc_resource_instance_reqs mrir,
3002: msc_supplies ms
3003: where mgq.query_id = p_query_id
3004: and mgq.row_flag = SYS_YES