DBA Data[Home] [Help]

APPS.PA_MAINT_PROJECT_ACCUMS dependencies on PA_PROCESS_ACCUM_ACTUALS_RES

Line 2668: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS_RES.Get_all_higher_tasks';

2664: Task_Rec Tasks_Cur%ROWTYPE;
2665: Begin
2666: V_Old_Stack := x_err_stack;
2667: x_err_stack :=
2668: x_err_stack||'->PA_PROCESS_ACCUM_ACTUALS_RES.Get_all_higher_tasks';
2669: IF P_DEBUG_MODE = 'Y' THEN /* Added Debug Profile Option Check for bug#2674619 */
2670: pa_debug.debug(x_err_stack);
2671: END IF;
2672: For Task_Rec IN Tasks_Cur LOOP

Line 2951: PA_process_accum_actuals_res.insert_headers_res

2947: If v_noof_tasks > 0 Then
2948: For i in 1..v_noof_tasks LOOP
2949: Select PA_PROJECT_ACCUM_HEADERS_S.Nextval into V_Accum_id
2950: From Dual;
2951: PA_process_accum_actuals_res.insert_headers_res
2952: (x_project_id,
2953: v_task_array(i),
2954: x_resource_list_id ,
2955: x_resource_list_Member_id ,

Line 3001: PA_process_accum_actuals_res.insert_headers_res

2997: Fetch Proj_Res_level_Cur Into V_Accum_Id;
2998: IF Proj_Res_level_Cur%NOTFOUND Then
2999: Select PA_PROJECT_ACCUM_HEADERS_S.Nextval into V_Accum_id
3000: From Dual;
3001: PA_process_accum_actuals_res.insert_headers_res
3002: (x_project_id,
3003: 0,
3004: x_resource_list_id ,
3005: x_resource_list_Member_id ,