DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_BUDGET_UTILS2

Line 555: -- with pa_budget_utils2.check_task_lowest_in_budgets

551: -- related changes. If a task is present in
552: -- pa_fp_elements, then a sub-task cannot be added
553: -- to the task - check_create_subtask_ok
554: -- 06-APR-99 Ri. Singh Replaced call to pa_budget_utils.check_budget_exists
555: -- with pa_budget_utils2.check_task_lowest_in_budgets
556: -- Ref bug# 860607
557: -- 16-FEB-99 Ri. Singh Removed call to check_pct_complete_exists
558: -- 10-FEB-99 Ri. Singh Modified as explained below
559: -- 20-OCT-95 R. Chiu Created

Line 736: status_code := pa_budget_utils2.check_task_lowest_in_budgets

732:
733: -- Check if task has budget
734:
735: x_err_stage := 'check task budget for '|| x_task_id;
736: status_code := pa_budget_utils2.check_task_lowest_in_budgets
737: ( x_task_id => x_task_id
738: , x_top_task_id => x_top_task_id
739: , x_validation_mode => x_validation_mode ); --bug 2947492
740: