DBA Data[Home] [Help]

APPS.PA_CC_TP_UTILS dependencies on PA_PROJECT_UTILS

Line 361: l_return_val := pa_project_utils.is_tp_schd_proj_task(p_tp_schedule_id);

357: x_error_stack := x_error_stack || '->check_delete_tp_schedule_ok';
358:
359: -- Check if schedule is used in projects or tasks
360: x_error_stage := 'check if projects or tasks use transfer price schedule'||p_tp_schedule_id ;
361: l_return_val := pa_project_utils.is_tp_schd_proj_task(p_tp_schedule_id);
362: if ( l_return_val = 'Y' ) then
363: x_error_code := 10;
364: x_error_stage := 'PA_CC_TP_SCHEDULE_IN_PROJ';
365: return;