[Home] [Help]
1537:
1538: --l_lowest_task := p_lowest_task;
1539: -- Loop thru all the parents of the passed task
1540:
1541: SELECT PA_PROJ_ROLLUP_TEMP_S.nextval
1542: INTO l_process_number_temp FROM dual;
1543:
1544: IF p_rollup_entire_wbs = 'N' THEN
1545: INSERT INTO pa_proj_rollup_temp(process_number, object_id, object_type, wbs_level)
11841:
11842: --l_lowest_task := p_lowest_task;
11843: -- Loop thru all the parents of the passed task
11844:
11845: SELECT PA_PROJ_ROLLUP_TEMP_S.nextval
11846: INTO l_process_number_temp FROM dual;
11847:
11848: IF p_rollup_entire_wbs = 'N' THEN
11849: INSERT INTO pa_proj_rollup_temp(process_number, object_id, object_type, wbs_level)
15412:
15413: --l_lowest_task := p_lowest_task;
15414: -- Loop thru all the parents of the passed task
15415:
15416: SELECT PA_PROJ_ROLLUP_TEMP_S.nextval
15417: INTO l_process_number_temp FROM dual;
15418:
15419: IF p_rollup_entire_wbs = 'N' THEN
15420: -- sridhar_rollup