DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_GEN_BUDGET_AMT_PUB

Line 11353: pa_fp_gen_budget_amt_pub.insert_txn_currency

11349: l_stage := 1327;
11350: If P_PA_DEBUG_MODE = 'Y' Then
11351: print_msg(to_char(l_stage)||' Calling insert_txn_currency api');
11352: End if;
11353: pa_fp_gen_budget_amt_pub.insert_txn_currency
11354: (p_project_id => g_project_id,
11355: p_budget_version_id => g_budget_version_id,
11356: p_fp_cols_rec => l_fp_cols_rec,
11357: x_return_status => l_return_status

Line 11362: print_msg('AFter calling pa_fp_gen_budget_amt_pub.insert_txn_currency API retSts['||l_return_status||']x_msg_date['||l_msg_data||']');

11358: ,x_msg_count => x_msg_count
11359: ,x_msg_data => l_msg_data --5028631
11360: );
11361: If P_PA_DEBUG_MODE = 'Y' Then
11362: print_msg('AFter calling pa_fp_gen_budget_amt_pub.insert_txn_currency API retSts['||l_return_status||']x_msg_date['||l_msg_data||']');
11363: End if;
11364: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11365: x_return_status := l_return_status;
11366: l_entire_return_status := l_return_status;