DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PJI_FM_XBS_ACCUM_MAINT

Line 6636: pa_debug.write('Copy_Finplans_From_Project','Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);

6632: l_budget_version_ids.delete;
6633: l_budget_version_ids := SYSTEM.pa_num_tbl_type(l_target_version_id);
6634:
6635: IF P_PA_DEBUG_MODE = 'Y' THEN
6636: pa_debug.write('Copy_Finplans_From_Project','Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);
6637: pa_debug.write('Copy_Finplans_From_Project','p_fp_version_ids count '|| l_budget_version_ids.count(),5);
6638: END IF;
6639:
6640: /* We are sure that there is only one record. But just looping the std way */

Line 6658: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

6654: IF p_copy_version_and_elements = 'Y' THEN
6655: l_copy_mode := 'P';
6656: END IF;
6657:
6658: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
6659: p_fp_version_ids => l_budget_version_ids,
6660: p_fp_src_version_ids => l_src_budget_version_id_tbl,
6661: p_copy_mode => l_copy_mode,
6662: x_return_status => l_return_status,

Line 9091: pa_debug.write(l_module_name,'Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);

9087: l_src_budget_version_id_tbl.delete;
9088: l_src_budget_version_id_tbl := SYSTEM.pa_num_tbl_type(l_src_budget_version_id);
9089:
9090: IF l_debug_mode = 'Y' THEN
9091: pa_debug.write(l_module_name,'Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);
9092: pa_debug.write(l_module_name,'p_fp_version_ids count '|| l_budget_version_ids.count(),5);
9093: END IF;
9094:
9095: /* We are sure that there is only one record. But just looping the std way */

Line 9102: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

9098: END LOOP;
9099: -- This parameter p_copy_mode will be used when the source project is not equal to the target project.
9100: --This will be passed as null in the MSP flow other wise it will be defaulted to 'P'.
9101: IF p_source_project_id <> p_target_project_id THEN
9102: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
9103: p_fp_version_ids => l_budget_version_ids,
9104: p_fp_src_version_ids => l_src_budget_version_id_tbl,
9105: p_copy_mode => l_copy_mode,
9106: x_return_status => l_return_status,

Line 9109: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

9105: p_copy_mode => l_copy_mode,
9106: x_return_status => l_return_status,
9107: x_msg_code => l_msg_data);
9108: ELSE
9109: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
9110: p_fp_version_ids => l_budget_version_ids,
9111: x_return_status => l_return_status,
9112: x_msg_code => l_msg_data);
9113: END IF;