DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PJI_FM_XBS_ACCUM_MAINT

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

6615: l_budget_version_ids.delete;
6616: l_budget_version_ids := SYSTEM.pa_num_tbl_type(l_target_version_id);
6617:
6618: IF P_PA_DEBUG_MODE = 'Y' THEN
6619: pa_debug.write('Copy_Finplans_From_Project','Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);
6620: pa_debug.write('Copy_Finplans_From_Project','p_fp_version_ids count '|| l_budget_version_ids.count(),5);
6621: END IF;
6622:
6623: /* We are sure that there is only one record. But just looping the std way */

Line 6641: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

6637: IF p_copy_version_and_elements = 'Y' THEN
6638: l_copy_mode := 'P';
6639: END IF;
6640:
6641: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
6642: p_fp_version_ids => l_budget_version_ids,
6643: p_fp_src_version_ids => l_src_budget_version_id_tbl,
6644: p_copy_mode => l_copy_mode,
6645: x_return_status => l_return_status,

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

9060: l_src_budget_version_id_tbl.delete;
9061: l_src_budget_version_id_tbl := SYSTEM.pa_num_tbl_type(l_src_budget_version_id);
9062:
9063: IF l_debug_mode = 'Y' THEN
9064: pa_debug.write(l_module_name,'Calling PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE ' ,5);
9065: pa_debug.write(l_module_name,'p_fp_version_ids count '|| l_budget_version_ids.count(),5);
9066: END IF;
9067:
9068: /* We are sure that there is only one record. But just looping the std way */

Line 9075: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

9071: END LOOP;
9072: -- This parameter p_copy_mode will be used when the source project is not equal to the target project.
9073: --This will be passed as null in the MSP flow other wise it will be defaulted to 'P'.
9074: IF p_source_project_id <> p_target_project_id THEN
9075: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
9076: p_fp_version_ids => l_budget_version_ids,
9077: p_fp_src_version_ids => l_src_budget_version_id_tbl,
9078: p_copy_mode => l_copy_mode,
9079: x_return_status => l_return_status,

Line 9082: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (

9078: p_copy_mode => l_copy_mode,
9079: x_return_status => l_return_status,
9080: x_msg_code => l_msg_data);
9081: ELSE
9082: PJI_FM_XBS_ACCUM_MAINT.PLAN_CREATE (
9083: p_fp_version_ids => l_budget_version_ids,
9084: x_return_status => l_return_status,
9085: x_msg_code => l_msg_data);
9086: END IF;