DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_RES_ASG_CURRENCY_PUB

Line 6580: pa_res_asg_currency_pub.maintain_data

6576:
6577: /*Calling the maintain_data api for the 2nd time to do the rollup from
6578: pa_budget_lines. Note: This keeps the override rates copied in the
6579: previous call, intact */
6580: pa_res_asg_currency_pub.maintain_data
6581: (p_fp_cols_rec => l_fp_cols_rec,
6582: p_calling_module => 'COPY_PLAN',
6583: p_rollup_flag => 'Y', --rolling up
6584: p_version_level_flag => 'N', --temp table mode

Line 6591: pa_debug.g_err_stage:= 'Error in PA_RES_ASG_CURRENCY_PUB.MAINTAIN_DATA while doing the rollup';

6587: x_msg_count => l_msg_data);
6588:
6589: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6590: IF P_PA_debug_mode = 'Y' THEN
6591: pa_debug.g_err_stage:= 'Error in PA_RES_ASG_CURRENCY_PUB.MAINTAIN_DATA while doing the rollup';
6592: pa_debug.write(g_module_name,pa_debug.g_err_stage,l_debug_level5);
6593: END IF;
6594: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
6595: END IF;