DBA Data[Home] [Help]

APPS.PA_TASK_UTILS dependencies on PA_BUDGET_UTILS2

Line 369: -- with pa_budget_utils2.check_task_lowest_in_budgets

365: -- related changes. If a task is present in
366: -- pa_fp_elements, then a sub-task cannot be added
367: -- to the task - check_create_subtask_ok
368: -- 06-APR-99 Ri. Singh Replaced call to pa_budget_utils.check_budget_exists
369: -- with pa_budget_utils2.check_task_lowest_in_budgets
370: -- Ref bug# 860607
371: -- 16-FEB-99 Ri. Singh Removed call to check_pct_complete_exists
372: -- 10-FEB-99 Ri. Singh Modified as explained below
373: -- 20-OCT-95 R. Chiu Created

Line 539: status_code := pa_budget_utils2.check_task_lowest_in_budgets

535:
536: -- Check if task has budget
537:
538: x_err_stage := 'check task budget for '|| x_task_id;
539: status_code := pa_budget_utils2.check_task_lowest_in_budgets
540: ( x_task_id => x_task_id
541: , x_top_task_id => x_top_task_id
542: , x_validation_mode => x_validation_mode ); --bug 2947492
543: