DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_FP_GEN_BUDGET_AMT_PUB

Line 11173: pa_fp_gen_budget_amt_pub.insert_txn_currency

11169: l_stage := 1327;
11170: If P_PA_DEBUG_MODE = 'Y' Then
11171: print_msg(to_char(l_stage)||' Calling insert_txn_currency api');
11172: End if;
11173: pa_fp_gen_budget_amt_pub.insert_txn_currency
11174: (p_project_id => g_project_id,
11175: p_budget_version_id => g_budget_version_id,
11176: p_fp_cols_rec => l_fp_cols_rec,
11177: x_return_status => l_return_status

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

11178: ,x_msg_count => x_msg_count
11179: ,x_msg_data => l_msg_data --5028631
11180: );
11181: If P_PA_DEBUG_MODE = 'Y' Then
11182: print_msg('AFter calling pa_fp_gen_budget_amt_pub.insert_txn_currency API retSts['||l_return_status||']x_msg_date['||l_msg_data||']');
11183: End if;
11184: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11185: x_return_status := l_return_status;
11186: l_entire_return_status := l_return_status;