DBA Data[Home] [Help]

APPS.PA_PROJ_ACCUM_MAIN dependencies on PA_RES_ACCUMS

Line 1439: Pa_Res_Accums.map_txns

1435:
1436: IF ( x_prev_accum_period IS NOT NULL ) THEN
1437:
1438: -- Create resource Map
1439: Pa_Res_Accums.map_txns
1440: (l_project_id,
1441: new_resource_list_rec.resource_list_id,
1442: 'F', -- x_mode = FULL
1443: x_err_stage,

Line 1822: Pa_Res_Accums.map_txns

1818:
1819: IF x_log_summ_mode = 'Y' THEN
1820: x_MapTxnStart := SYSDATE; --Start time for Map Txns
1821: END IF;
1822: Pa_Res_Accums.map_txns
1823: (l_project_id,
1824: NULL, -- resource_list_id
1825: x_mode,
1826: x_err_stage,

Line 2312: Pa_Res_Accums.delete_res_maps_on_prj_id

2308:
2309: -- refresh the resource maps for the resource list assignments
2310: -- for the entire project
2311:
2312: Pa_Res_Accums.delete_res_maps_on_prj_id
2313: (projrec.project_id,
2314: NULL, -- x_resource_list_id
2315: x_err_stage,
2316: x_err_code);

Line 2317: Pa_Res_Accums.delete_resource_accum_details

2313: (projrec.project_id,
2314: NULL, -- x_resource_list_id
2315: x_err_stage,
2316: x_err_code);
2317: Pa_Res_Accums.delete_resource_accum_details
2318: (NULL, -- x_resource_list_assignment_id
2319: NULL, -- x_resource_list_id
2320: projrec.project_id,
2321: x_err_stage,

Line 2482: Pa_Res_Accums.map_txns

2478:
2479: x_MapTxnStart := SYSDATE; /* Start time for Map Txns */
2480: END IF;
2481:
2482: Pa_Res_Accums.map_txns
2483: (projrec.project_id,
2484: NULL, -- resource_list_id
2485: 'F',
2486: x_err_stage,

Line 2990: Pa_Res_Accums.delete_res_maps_on_prj_id

2986: END IF;
2987: GOTO next_project;
2988: END IF;
2989: -- refresh the resource maps for the resource list assignments
2990: Pa_Res_Accums.delete_res_maps_on_prj_id
2991: (projrec.project_id,
2992: x_resource_list_id,
2993: x_err_stage,
2994: x_err_code);

Line 2996: Pa_Res_Accums.delete_resource_accum_details

2992: x_resource_list_id,
2993: x_err_stage,
2994: x_err_code);
2995:
2996: Pa_Res_Accums.delete_resource_accum_details
2997: (NULL,
2998: x_resource_list_id,
2999: projrec.project_id,
3000: x_err_stage,

Line 3018: Pa_Res_Accums.map_txns

3014: x_err_stage,
3015: x_err_code);
3016:
3017: -- Create resource Map
3018: Pa_Res_Accums.map_txns
3019: (projrec.project_id,
3020: x_resource_list_id, -- resource_list_id
3021: 'F', -- x_mode = FULL
3022: x_err_stage,

Line 3327: Pa_Res_Accums.delete_res_maps_on_prj_id

3323:
3324: -- refresh the resource maps for the resource list assignments
3325: -- for the entire project
3326:
3327: Pa_Res_Accums.delete_res_maps_on_prj_id
3328: (projrec.project_id,
3329: NULL,
3330: x_err_stage,
3331: x_err_code);

Line 3333: Pa_Res_Accums.delete_resource_accum_details

3329: NULL,
3330: x_err_stage,
3331: x_err_code);
3332:
3333: Pa_Res_Accums.delete_resource_accum_details
3334: (NULL,
3335: NULL,
3336: projrec.project_id,
3337: x_err_stage,