DBA Data[Home] [Help]

APPS.PA_FP_CALC_PLAN_PKG dependencies on PA_PLAN_REVENUE

Line 12766: pa_plan_revenue.Get_planning_Rates

12762: Else
12763: l_labor_sch_type:= rate_rec.labor_sch_type;
12764: l_non_labor_sch_type := rate_rec.non_labor_sch_type;
12765: End If;
12766: pa_plan_revenue.Get_planning_Rates
12767: (
12768: p_project_id => p_project_id
12769: /* bug fix: 3737994 ,p_task_id => z.task_id */
12770: ,p_task_id => l_task_id

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

14325: EXCEPTION
14326: WHEN RATEAPI_UNEXPECTED_ERRORS THEN
14327: fnd_msg_pub.add_exc_msg
14328: ( p_pkg_name => 'PA_FP_CALC_PLAN_PKG'
14329: ,p_procedure_name => 'Get_Res_Rates.pa_plan_revenue.Get_planning_Rates');
14330: print_msg(to_char(l_stage)||' substr(SQLERRM,1,240) => '|| substr(SQLERRM,1,240));
14331: IF p_pa_debug_mode = 'Y' Then
14332: pa_debug.reset_err_stack;
14333: End If;