DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on PA_FIN_PLAN_UTILS

Line 788: ln_amount := NVL(pa_fin_plan_utils.get_budgeted_amount

784: p_threshold_amt_type = 'BUDGET' THEN
785:
786: -- Get the current budgeted amount for the project (and task id specified)
787: IF (p_task_id IS NULL OR g_bdgt_entry_level_code = 'L') Then /* added for bug fix:2972865 */
788: ln_amount := NVL(pa_fin_plan_utils.get_budgeted_amount
789: (p_project_id => p_project_id
790: ,p_task_id => p_task_id
791: ,p_fin_plan_type_id => p_fin_plan_type_id
792: ,p_budget_type_code => p_budget_type

Line 805: ln_task_amt := NVL(pa_fin_plan_utils.get_budgeted_amount

801: ** the budget is only for Capitalized projects and Tasks
802: -- Subtract budgeted amounts for non-capital tasks if checking at the project-level
803: IF p_task_id IS NULL THEN
804: FOR r_task in cur_non_cap_tasks LOOP
805: ln_task_amt := NVL(pa_fin_plan_utils.get_budgeted_amount
806: (p_project_id
807: ,r_task.task_id
808: ,p_fin_plan_type_id
809: ,p_budget_type