DBA Data[Home] [Help]

APPS.PA_FP_CI_MERGE dependencies on PA_BUDGET_LINES_UTILS

Line 9832: PA_BUDGET_LINES_UTILS.populate_display_qty

9828: -- The PA_RESOURCE_ASGN_CURR maintenance api updates the pa_budget_lines manually.
9829: -- populate_display_quantity populates the display_quantity appropriately
9830:
9831: --This api will take care of inserting display_quantity appropriately.Not necessary to insert every time in the budget lines
9832: PA_BUDGET_LINES_UTILS.populate_display_qty
9833: (p_budget_version_id => p_budget_version_id,
9834: p_context => 'FINANCIAL',
9835: --p_use_temp_table_flag => 'N',
9836: --p_resource_assignment_id_tab => l_res_assignment_id_tbl,

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

9838: x_return_status => l_return_status);
9839:
9840: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
9841: IF P_PA_debug_mode = 'Y' THEN
9842: pa_debug.g_err_stage:= 'Error in PA_BUDGET_LINES_UTILS.populate_display_qty';
9843: pa_debug.write(l_module_name,pa_debug.g_err_stage,l_debug_level5);
9844: END IF;
9845: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
9846: END IF;