DBA Data[Home] [Help]

APPS.MSC_GANTT_PKG dependencies on MSC_GANTT_PKG

Line 1: PACKAGE BODY MSC_GANTT_PKG AS

1: PACKAGE BODY MSC_GANTT_PKG AS
2: /* $Header: MSCGNTPB.pls 120.30 2006/09/20 00:28:24 pabram noship $ */
3:
4: -- Constants
5: --separators

Line 2026: l_temp_query_id := msc_gantt_pkg.orderview(g_order_query_id, g_plan_id,

2022: l_row_index := l_row_index + 1;
2023: end if;
2024: end loop; -- }
2025:
2026: l_temp_query_id := msc_gantt_pkg.orderview(g_order_query_id, g_plan_id,
2027: null, null, ORDER_VIEW,
2028: PEG_ORDERS, l_node_count);
2029:
2030: return l_row_index - 1;

Line 2419: msc_gantt_pkg.firmUnfirm(null, RES_ACTIVITIES_VIEW, p_node_type,

2415: p_res_firm_seq boolean default false) is
2416: begin
2417:
2418: if p_firm_type=0 then -- If user wants to unfirm, then do it first
2419: msc_gantt_pkg.firmUnfirm(null, RES_ACTIVITIES_VIEW, p_node_type,
2420: p_firm_type, p_start_date, p_end_date, p_trx_list,
2421: p_return_status, p_out, p_out_data,
2422: p_validate_flag, p_res_firm_seq, false);
2423: return;

Line 2426: msc_gantt_pkg.moveNode(null, RES_ACTIVITIES_VIEW, p_node_type, p_to_node_type,

2422: p_validate_flag, p_res_firm_seq, false);
2423: return;
2424: end if;
2425:
2426: msc_gantt_pkg.moveNode(null, RES_ACTIVITIES_VIEW, p_node_type, p_to_node_type,
2427: p_trx_list, p_to_trx_list, p_start_date, p_end_date, p_duration,
2428: p_return_status, p_out, p_out_data,
2429: p_validate_flag, p_res_firm_seq, false);
2430:

Line 2436: msc_gantt_pkg.firmUnfirm(null, RES_ACTIVITIES_VIEW, p_node_type,

2432: -- p_out := p_return_status; -- Bug4552734
2433: return;
2434: end if; -- }
2435: if p_firm_type <> 0 then
2436: msc_gantt_pkg.firmUnfirm(null, RES_ACTIVITIES_VIEW, p_node_type,
2437: p_firm_type, p_start_date, p_end_date, p_trx_list,
2438: p_return_status, p_out, p_out_data,
2439: p_validate_flag, p_res_firm_seq, false);
2440: end if;

Line 2884: End MSC_GANTT_PKG;

2880: begin
2881: return fnd_profile.value('MSC_JAVA_DEBUG');
2882: end;
2883:
2884: End MSC_GANTT_PKG;