DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_PLAN_REVENUE

Line 12576: pa_plan_revenue.Get_planning_Rates

12572: Else
12573: l_labor_sch_type:= rate_rec.labor_sch_type;
12574: l_non_labor_sch_type := rate_rec.non_labor_sch_type;
12575: End If;
12576: pa_plan_revenue.Get_planning_Rates
12577: (
12578: p_project_id => p_project_id
12579: /* bug fix: 3737994 ,p_task_id => z.task_id */
12580: ,p_task_id => l_task_id

Line 14117: ,p_procedure_name => 'Get_Res_Rates.pa_plan_revenue.Get_planning_Rates');

14113: EXCEPTION
14114: WHEN RATEAPI_UNEXPECTED_ERRORS THEN
14115: fnd_msg_pub.add_exc_msg
14116: ( p_pkg_name => 'PA_FP_CALC_PLAN_PKG'
14117: ,p_procedure_name => 'Get_Res_Rates.pa_plan_revenue.Get_planning_Rates');
14118: print_msg(to_char(l_stage)||' substr(SQLERRM,1,240) => '|| substr(SQLERRM,1,240));
14119: IF p_pa_debug_mode = 'Y' Then
14120: pa_debug.reset_err_stack;
14121: End If;