DBA Data[Home] [Help]

APPS.PA_FP_COPY_FROM_PKG dependencies on PA_RES_ASG_CURRENCY_PUB

Line 6597: pa_res_asg_currency_pub.maintain_data

6593:
6594: /*Calling the maintain_data api for the 2nd time to do the rollup from
6595: pa_budget_lines. Note: This keeps the override rates copied in the
6596: previous call, intact */
6597: pa_res_asg_currency_pub.maintain_data
6598: (p_fp_cols_rec => l_fp_cols_rec,
6599: p_calling_module => 'COPY_PLAN',
6600: p_rollup_flag => 'Y', --rolling up
6601: p_version_level_flag => 'N', --temp table mode

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

6604: x_msg_count => l_msg_data);
6605:
6606: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
6607: IF P_PA_debug_mode = 'Y' THEN
6608: pa_debug.g_err_stage:= 'Error in PA_RES_ASG_CURRENCY_PUB.MAINTAIN_DATA while doing the rollup';
6609: pa_debug.write(g_module_name,pa_debug.g_err_stage,l_debug_level5);
6610: END IF;
6611: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
6612: END IF;