DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FP_CI_IMPLEMENT_PKG

Line 9993: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

9989: WHERE budget_version_id=p_budget_version_id;
9990:
9991: END IF;
9992:
9993: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines
9994: (p_project_id => l_project_id,
9995: p_ci_id => p_ci_id,
9996: p_update_agr_amount_flag => P_update_agreement_amt_flag,
9997: p_funding_category => p_funding_category,

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

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

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

12006:
12007: IF l_debug_mode = 'Y' THEN
12008: pa_debug.g_err_stage:= 'Got the amounts of budget version before merge';
12009: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12010: pa_debug.g_err_stage:= 'Calling pa_fp_ci_implement_pkg.create_ci_impact_fund_lines';
12011: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12012: END IF;
12013:
12014: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

Line 12014: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines

12010: pa_debug.g_err_stage:= 'Calling pa_fp_ci_implement_pkg.create_ci_impact_fund_lines';
12011: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12012: END IF;
12013:
12014: pa_fp_ci_implement_pkg.create_ci_impact_fund_lines
12015: (p_project_id => l_project_id,
12016: p_ci_id => p_ci_id,
12017: p_update_agr_amount_flag => P_update_agreement_amt_flag,
12018: p_funding_category => p_funding_category,

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

12032: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
12033: END IF;
12034:
12035: IF l_debug_mode = 'Y' THEN
12036: pa_debug.g_err_stage:= 'Call to pa_fp_ci_implement_pkg.create_ci_impact_fund_lines done';
12037: pa_debug.write(l_module_name,pa_debug.g_err_stage,3);
12038: END IF;
12039:
12040: IF l_debug_mode = 'Y' THEN