DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_UTILS

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

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

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

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

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

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