[Home] [Help]
2206: l_task_baselined := 'N';
2207: l_parent_task_baselined := 'N';
2208: -- added if condition for bug 13923366 Huawei by skkoppul
2209: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
2210: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
2211: l_task_baselined := 'Y';
2212: l_parent_task_baselined := 'Y';
2213: ELSE
2214: OPEN check_task_baselined(l_base_struct_ver_id, l_tsk_object_id_to1_tab(k));
2426: l_task_baselined := 'N';
2427: l_parent_task_baselined := 'N';
2428: -- added if condition for bug 13923366 by skkoppul
2429: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
2430: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
2431: l_task_baselined := 'Y';
2432: l_parent_task_baselined := 'Y';
2433: ELSE
2434: OPEN check_task_baselined(l_base_struct_ver_id, cur_tasks_rec.object_id_to1);
3935: IF (l_base_struct_ver_id = -1) THEN
3936: l_base_struct_ver_id := p_structure_version_id;
3937: END IF;
3938:
3939: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
3940: p_calling_module => p_calling_module
3941: ,p_project_id => p_project_id
3942: ,p_structure_version_id => p_structure_version_id
3943: ,p_baselined_str_ver_id => l_base_struct_ver_id
4275: IF (l_base_struct_ver_id = -1) THEN
4276: l_base_struct_ver_id := p_structure_version_id;
4277: END IF;
4278:
4279: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
4280: p_calling_module => p_calling_module
4281: ,p_project_id => p_project_id
4282: ,p_structure_version_id => p_structure_version_id
4283: ,p_baselined_str_ver_id => l_base_struct_ver_id
4701: -- But note that program project next cycle date might be ahead than the passed p_as_of_date.
4702: -- In this case, we will get wrong data for program. So we need to populate it here too..
4703:
4704: IF l_parent_as_of_date > p_as_of_date THEN
4705: pa_progress_pub.populate_pji_tab_for_plan(
4706: p_init_msg_list => FND_API.G_FALSE
4707: ,p_commit => FND_API.G_FALSE
4708: ,p_calling_module => l_calling_module
4709: ,p_project_id => l_c1rec.parent_project_id
4945: /* Bug 4392189 : No need to call populate_pji_tab_for_plan for parnet here.
4946: The temp table will be having data up in the complete hierrachy of program
4947: l_base_struct_ver_id := pa_project_structure_utils.get_baseline_struct_ver(l_c1rec.parent_project_id);
4948:
4949: pa_progress_pub.populate_pji_tab_for_plan(
4950: p_init_msg_list => 'F',
4951: p_calling_module => l_calling_module,
4952: p_project_id => l_c1rec.parent_project_id,
4953: p_structure_version_id => l_c1rec.parent_structure_ver_id,
10369: pa_debug.write(x_Module=>'PA_PROGRESS_PVT.ROLLUP_PROG_FROM_SUBPROJS', x_Msg => 'rec_subprojs.as_of_date='||rec_subprojs.as_of_date, x_Log_Level=> 3);
10370: pa_debug.write(x_Module=>'PA_PROGRESS_PVT.ROLLUP_PROG_FROM_SUBPROJS', x_Msg => 'Calling populate_pji_tab_for_plan', x_Log_Level=> 3);
10371: END IF;
10372:
10373: pa_progress_pub.populate_pji_tab_for_plan(
10374: p_init_msg_list => FND_API.G_FALSE
10375: ,p_commit => FND_API.G_FALSE
10376: ,p_calling_module => p_calling_module
10377: ,p_project_id => rec_subprojs.project_id
11779: IF FND_API.TO_BOOLEAN(nvl(p_init_msg_list,FND_API.G_FALSE)) THEN
11780: FND_MSG_PUB.initialize;
11781: END IF;
11782:
11783: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
11784: p_calling_module => 'AMG'
11785: ,p_project_id => p_project_id
11786: ,p_structure_version_id => p_structure_version_id
11787: ,p_baselined_str_ver_id => pa_project_structure_utils.get_baseline_struct_ver(p_project_id)
12472: l_task_baselined := 'N';
12473: l_parent_task_baselined := 'N';
12474: -- added if condition for bug 13923366 Huawei by skkoppul
12475: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
12476: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
12477: l_task_baselined := 'Y';
12478: l_parent_task_baselined := 'Y';
12479: ELSE
12480: OPEN check_task_baselined(l_base_struct_ver_id, l_tsk_object_id_to1_tab(k));
12658: l_task_baselined := 'N';
12659: l_parent_task_baselined := 'N';
12660: -- added if condition for bug 13923366 by skkoppul
12661: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
12662: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
12663: l_task_baselined := 'Y';
12664: l_parent_task_baselined := 'Y';
12665: ELSE
12666: OPEN check_task_baselined(l_base_struct_ver_id, cur_tasks_rec.object_id_to1);
14018: IF (l_base_struct_ver_id = -1) THEN
14019: l_base_struct_ver_id := p_structure_version_id;
14020: END IF;
14021:
14022: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
14023: p_calling_module => p_calling_module
14024: ,p_project_id => p_project_id
14025: ,p_structure_version_id => p_structure_version_id
14026: ,p_baselined_str_ver_id => l_base_struct_ver_id
15350: FND_MSG_PUB.initialize;
15351: END IF;
15352:
15353: /* sridhar_rollup
15354: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
15355: p_calling_module => 'AMG'
15356: ,p_project_id => p_project_id
15357: ,p_structure_version_id => p_structure_version_id
15358: ,p_baselined_str_ver_id => pa_project_structure_utils.get_baseline_struct_ver(p_project_id)
16058: l_task_baselined := 'N';
16059: l_parent_task_baselined := 'N';
16060: -- added if condition for bug 13923366 Huawei by skkoppul
16061: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
16062: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
16063: l_task_baselined := 'Y';
16064: l_parent_task_baselined := 'Y';
16065: ELSE
16066: OPEN check_task_baselined(l_base_struct_ver_id, l_tsk_object_id_to1_tab(k));
16245: l_task_baselined := 'N';
16246: l_parent_task_baselined := 'N';
16247: -- added if condition for bug 13923366 by skkoppul
16248: -- In version disabled and shared structures, there will only be one occurence and hence no need to check
16249: IF PA_PROGRESS_PUB.G_STRUCTURE_SHARING_CODE = 'SHARE_FULL' AND PA_PROGRESS_PUB.G_IS_WP_VERSION_ENABLED = 'N' THEN
16250: l_task_baselined := 'Y';
16251: l_parent_task_baselined := 'Y';
16252: ELSE
16253: OPEN check_task_baselined(l_base_struct_ver_id, cur_tasks_rec.object_id_to1);
17650: IF (l_base_struct_ver_id = -1) THEN
17651: l_base_struct_ver_id := p_structure_version_id;
17652: END IF;
17653:
17654: PA_PROGRESS_PUB.POPULATE_PJI_TAB_FOR_PLAN(
17655: p_calling_module => p_calling_module
17656: ,p_project_id => p_project_id
17657: ,p_structure_version_id => p_structure_version_id
17658: ,p_baselined_str_ver_id => l_base_struct_ver_id