DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_RES_ACCUMS

Line 1396: Pa_Res_Accums.map_txns

1392:
1393: IF ( x_prev_accum_period IS NOT NULL ) THEN
1394:
1395: -- Create resource Map
1396: Pa_Res_Accums.map_txns
1397: (l_project_id,
1398: new_resource_list_rec.resource_list_id,
1399: 'F', -- x_mode = FULL
1400: x_err_stage,

Line 1779: Pa_Res_Accums.map_txns

1775:
1776: IF x_log_summ_mode = 'Y' THEN
1777: x_MapTxnStart := SYSDATE; --Start time for Map Txns
1778: END IF;
1779: Pa_Res_Accums.map_txns
1780: (l_project_id,
1781: NULL, -- resource_list_id
1782: x_mode,
1783: x_err_stage,

Line 2249: Pa_Res_Accums.delete_res_maps_on_prj_id

2245:
2246: -- refresh the resource maps for the resource list assignments
2247: -- for the entire project
2248:
2249: Pa_Res_Accums.delete_res_maps_on_prj_id
2250: (projrec.project_id,
2251: NULL, -- x_resource_list_id
2252: x_err_stage,
2253: x_err_code);

Line 2254: Pa_Res_Accums.delete_resource_accum_details

2250: (projrec.project_id,
2251: NULL, -- x_resource_list_id
2252: x_err_stage,
2253: x_err_code);
2254: Pa_Res_Accums.delete_resource_accum_details
2255: (NULL, -- x_resource_list_assignment_id
2256: NULL, -- x_resource_list_id
2257: projrec.project_id,
2258: x_err_stage,

Line 2419: Pa_Res_Accums.map_txns

2415:
2416: x_MapTxnStart := SYSDATE; /* Start time for Map Txns */
2417: END IF;
2418:
2419: Pa_Res_Accums.map_txns
2420: (projrec.project_id,
2421: NULL, -- resource_list_id
2422: 'F',
2423: x_err_stage,

Line 2927: Pa_Res_Accums.delete_res_maps_on_prj_id

2923: END IF;
2924: GOTO next_project;
2925: END IF;
2926: -- refresh the resource maps for the resource list assignments
2927: Pa_Res_Accums.delete_res_maps_on_prj_id
2928: (projrec.project_id,
2929: x_resource_list_id,
2930: x_err_stage,
2931: x_err_code);

Line 2933: Pa_Res_Accums.delete_resource_accum_details

2929: x_resource_list_id,
2930: x_err_stage,
2931: x_err_code);
2932:
2933: Pa_Res_Accums.delete_resource_accum_details
2934: (NULL,
2935: x_resource_list_id,
2936: projrec.project_id,
2937: x_err_stage,

Line 2955: Pa_Res_Accums.map_txns

2951: x_err_stage,
2952: x_err_code);
2953:
2954: -- Create resource Map
2955: Pa_Res_Accums.map_txns
2956: (projrec.project_id,
2957: x_resource_list_id, -- resource_list_id
2958: 'F', -- x_mode = FULL
2959: x_err_stage,

Line 3264: Pa_Res_Accums.delete_res_maps_on_prj_id

3260:
3261: -- refresh the resource maps for the resource list assignments
3262: -- for the entire project
3263:
3264: Pa_Res_Accums.delete_res_maps_on_prj_id
3265: (projrec.project_id,
3266: NULL,
3267: x_err_stage,
3268: x_err_code);

Line 3270: Pa_Res_Accums.delete_resource_accum_details

3266: NULL,
3267: x_err_stage,
3268: x_err_code);
3269:
3270: Pa_Res_Accums.delete_resource_accum_details
3271: (NULL,
3272: NULL,
3273: projrec.project_id,
3274: x_err_stage,