DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FP_CI_IMPLEMENT_PKG

Line 10587: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

10583: WHERE budget_version_id=p_budget_version_id;
10584:
10585: END IF;
10586:
10587: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines
10588: (p_project_id => l_project_id,
10589: p_ci_id => p_ci_id,
10590: p_update_agr_amount_flag => P_update_agreement_amt_flag,
10591: p_funding_category => p_funding_category,

Line 12236: * ii. Call is made to pa_fp_ci_implement_pkg.create_ci_impact_fund_lines and pa_baseline_funding_pkg.change_management_baseline.

12232: * Bug 3877815: New procedure introduced, to be called for merge of CIs for auto baseline enabled projects
12233: * This api does the followings:
12234: * i. Copies the CI links of the current working version from the pa_fp_merged_ctrl_items(if there is any
12235: * record present for that version) to temporary nested pl/sql tables.
12236: * ii. Call is made to pa_fp_ci_implement_pkg.create_ci_impact_fund_lines and pa_baseline_funding_pkg.change_management_baseline.
12237: * iii. Insert 2 records into pa_fp_merged_ctrl_items for newly created current working version and the
12238: * baselied version with all the attributes of the record stored in the nested tables except the
12239: * inclusion_method_code, which would be 'COPIED' for the current working version and 'AUTOMATIC' for the baselined version.
12240: * iv. Call is made to pa_fp_ci_merge.FP_CI_UPDATE_IMPACT.

Line 12534: pa_debug.g_err_stage:= 'Calling pa_fp_ci_implement_pkg.create_ci_impact_fund_lines';

12530:
12531: IF l_debug_mode = 'Y' THEN
12532: pa_debug.g_err_stage:= 'Got the amounts of budget version before merge';
12533: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12534: pa_debug.g_err_stage:= 'Calling pa_fp_ci_implement_pkg.create_ci_impact_fund_lines';
12535: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12536: END IF;
12537:
12538: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

Line 12538: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

12534: pa_debug.g_err_stage:= 'Calling pa_fp_ci_implement_pkg.create_ci_impact_fund_lines';
12535: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12536: END IF;
12537:
12538: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines
12539: (p_project_id => l_project_id,
12540: p_ci_id => p_ci_id,
12541: p_update_agr_amount_flag => P_update_agreement_amt_flag,
12542: p_funding_category => p_funding_category,

Line 12560: pa_debug.g_err_stage:= 'Call to pa_fp_ci_implement_pkg.create_ci_impact_fund_lines done';

12556: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
12557: END IF;
12558:
12559: IF l_debug_mode = 'Y' THEN
12560: pa_debug.g_err_stage:= 'Call to pa_fp_ci_implement_pkg.create_ci_impact_fund_lines done';
12561: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12562: END IF;
12563:
12564: IF l_debug_mode = 'Y' THEN