DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FIN_PLAN_PUB

Line 1151: PA_FIN_PLAN_PUB.Copy_Version

1147: ------dbms_output.put_line('l_copy_possible_flag : ' || l_copy_possible_flag);
1148: ****/ -- bug 3677924
1149:
1150: -- Call Copy version API
1151: PA_FIN_PLAN_PUB.Copy_Version
1152: (p_project_id => p_project_id,
1153: p_source_version_id => l_source_version_id,
1154: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
1155: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 1578: PA_FIN_PLAN_PUB.Copy_Version

1574: ------dbms_output.put_line('l_source_version_id : ' || l_source_version_id);
1575: ------dbms_output.put_line('l_copy_possible_flag : ' || l_copy_possible_flag);
1576: ***/ -- Bug 3677924
1577: -- Call Copy version API
1578: PA_FIN_PLAN_PUB.Copy_Version
1579: (p_project_id => p_project_id,
1580: p_source_version_id => l_source_version_id,
1581: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
1582: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 2141: PA_FIN_PLAN_PUB.Copy_Version

2137: ------dbms_output.put_line('l_source_version_id : ' || l_source_version_id);
2138: ------dbms_output.put_line('l_copy_possible_flag : ' || l_copy_possible_flag);
2139: ***/
2140: -- Call Copy version API
2141: PA_FIN_PLAN_PUB.Copy_Version
2142: (p_project_id => p_project_id,
2143: p_source_version_id => l_source_version_id,
2144: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
2145: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 10485: pa_fin_plan_pub.create_default_plan_txn_rec

10481: * do not have any budget lines would not be inserted into pa_resource_asgn_curr
10482: * by the maintenance API. So to insert those left over RAs, we are calling
10483: * the following.
10484: */
10485: pa_fin_plan_pub.create_default_plan_txn_rec
10486: (p_budget_version_id => p_budget_version_id,
10487: p_calling_module => 'CHANGE_MGT',
10488: x_return_status => l_return_status,
10489: x_msg_count => l_msg_count,

Line 10494: pa_debug.g_err_stage:= 'Error in pa_fin_plan_pub.create_default_plan_txn_rec';

10490: x_msg_data => l_msg_data);
10491:
10492: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10493: IF P_PA_debug_mode = 'Y' THEN
10494: pa_debug.g_err_stage:= 'Error in pa_fin_plan_pub.create_default_plan_txn_rec';
10495: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level5);
10496: END IF;
10497: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10498: END IF;

Line 10652: pa_fin_plan_pub.Submit_Current_Working

10648: INTO l_record_version_number
10649: FROM pa_budget_versions
10650: WHERE budget_version_id=p_budget_version_id;
10651:
10652: pa_fin_plan_pub.Submit_Current_Working
10653: (p_project_id => l_project_id,
10654: p_budget_version_id => p_budget_version_id,
10655: p_record_version_number => l_record_version_number,
10656: x_return_status => l_return_status,