DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on PA_UTILS

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

395: -- This call is repeated in GMS_BUDGET_UTILS.Verify_Budget_Rules
396: -- as the APIs call that procedure. Using v_emp_id eliminates join
397: -- to fnd_user while inserting record in gms_budget_versions
398:
399: v_emp_id := PA_UTILS.GetEmpIdFromUser(x_created_by );
400:
401: if v_emp_id IS NULL then
402: x_err_stage := 'GMS_BUDGET_CORE.BASELINE - Error occurred while validating employee information';
403: gms_error_pkg.gms_message( x_err_name => 'GMS_ALL_WARN_NO_EMPL_REC',