DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_FIN_PLAN_PUB

Line 1105: PA_FIN_PLAN_PUB.Copy_Version

1101: RETURN;
1102: END IF;
1103:
1104: -- Call Copy version API
1105: PA_FIN_PLAN_PUB.Copy_Version
1106: (p_project_id => p_project_id,
1107: p_source_version_id => l_source_version_id,
1108: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
1109: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 1356: PA_FIN_PLAN_PUB.Copy_Version

1352:
1353: -- Bug 3677924 If the impact record does not exist skip processing
1354: IF l_impact_record_exists = 'Y' THEN
1355: -- Call Copy version API
1356: PA_FIN_PLAN_PUB.Copy_Version
1357: (p_project_id => p_project_id,
1358: p_source_version_id => l_source_version_id,
1359: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
1360: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 1698: PA_FIN_PLAN_PUB.Copy_Version

1694: -- Bug 3677924 If the impact record does not exist skip processing
1695: IF l_impact_record_exists = 'Y' THEN
1696:
1697: -- Call Copy version API
1698: PA_FIN_PLAN_PUB.Copy_Version
1699: (p_project_id => p_project_id,
1700: p_source_version_id => l_source_version_id,
1701: p_copy_mode => PA_FP_CONSTANTS_PKG.G_BUDGET_STATUS_WORKING,
1702: p_calling_module => PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN,

Line 9890: pa_fin_plan_pub.create_default_plan_txn_rec

9886: * do not have any budget lines would not be inserted into pa_resource_asgn_curr
9887: * by the maintenance API. So to insert those left over RAs, we are calling
9888: * the following.
9889: */
9890: pa_fin_plan_pub.create_default_plan_txn_rec
9891: (p_budget_version_id => p_budget_version_id,
9892: p_calling_module => 'CHANGE_MGT',
9893: x_return_status => l_return_status,
9894: x_msg_count => l_msg_count,

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

9895: x_msg_data => l_msg_data);
9896:
9897: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
9898: IF P_PA_debug_mode = 'Y' THEN
9899: pa_debug.g_err_stage:= 'Error in pa_fin_plan_pub.create_default_plan_txn_rec';
9900: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level5);
9901: END IF;
9902: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
9903: END IF;

Line 10058: pa_fin_plan_pub.Submit_Current_Working

10054: INTO l_record_version_number
10055: FROM pa_budget_versions
10056: WHERE budget_version_id=p_budget_version_id;
10057:
10058: pa_fin_plan_pub.Submit_Current_Working
10059: (p_project_id => l_project_id,
10060: p_budget_version_id => p_budget_version_id,
10061: p_record_version_number => l_record_version_number,
10062: x_return_status => l_return_status,