DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_BUDGET_LINES_UTILS

Line 10427: PA_BUDGET_LINES_UTILS.populate_display_qty

10423: -- The PA_RESOURCE_ASGN_CURR maintenance api updates the pa_budget_lines manually.
10424: -- populate_display_quantity populates the display_quantity appropriately
10425:
10426: --This api will take care of inserting display_quantity appropriately.Not necessary to insert every time in the budget lines
10427: PA_BUDGET_LINES_UTILS.populate_display_qty
10428: (p_budget_version_id => p_budget_version_id,
10429: p_context => 'FINANCIAL',
10430: --p_use_temp_table_flag => 'N',
10431: --p_resource_assignment_id_tab => l_res_assignment_id_tbl,

Line 10437: pa_debug.g_err_stage:= 'Error in PA_BUDGET_LINES_UTILS.populate_display_qty';

10433: x_return_status => l_return_status);
10434:
10435: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
10436: IF P_PA_debug_mode = 'Y' THEN
10437: pa_debug.g_err_stage:= 'Error in PA_BUDGET_LINES_UTILS.populate_display_qty';
10438: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level5);
10439: END IF;
10440: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
10441: END IF;