DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_UTILS

Line 366: v_emp_id := PA_UTILS.GetEmpIdFromUser(x_created_by );

362: -- This call is repeated in PA_BUDGET_UTILS.Verify_Budget_Rules
363: -- as the APIs call that procedure. Using v_emp_id eliminates join
364: -- to fnd_user while inserting record in pa_budget_versions
365:
366: v_emp_id := PA_UTILS.GetEmpIdFromUser(x_created_by );
367:
368: if v_emp_id IS NULL then
369: x_err_code := 10;
370: x_err_stage := 'PA_ALL_WARN_NO_EMPL_REC';

Line 417: v_emp_id := pa_utils.GetEmpIdFromUser(pa_budget_wf.g_baselined_by_user_id);

413: );
414: print_msg('End of Budget_Wf_Is_Used:['||l_workflow_is_used||']');
415:
416: If l_workflow_is_used = 'T' Then
417: v_emp_id := pa_utils.GetEmpIdFromUser(pa_budget_wf.g_baselined_by_user_id);
418: end if;
419:
420: /*Code fix ends for bug 2162949 */
421: -- -------------------------------------------------------------------------------------

Line 2264: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',

2260: x_err_code => x_err_code,
2261: x_err_stage => x_err_stage,
2262: x_err_stack => x_err_stack);
2263: IF x_err_code <> 0 THEN
2264: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
2265: p_msg_name => x_err_stage);
2266: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
2267: END IF;
2268: end if; -- g/p time phase