DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_PVT1 dependencies on PA_PROJ_TASK_STRUC_PUB

Line 1293: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

1289: --set update flag to Y if weighting basis is DURATION or EFFORT
1290: /* --not necessary when empty
1291: IF (PA_PROGRESS_UTILS.GET_TASK_WEIGHTING_BASIS(l_project_id) <> 'MANUAL') THEN
1292: --need to set update flag to Y
1293: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
1294: p_project_id => l_project_id,
1295: p_structure_version_id => p_structure_version_id,
1296: p_update_wbs_flag => 'Y',
1297: x_return_status => l_return_status,

Line 5476: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

5472:
5473:
5474: --bug 4479392
5475: --Update the wbs_flag for the working version as well.
5476: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
5477: p_project_id => l_project_id,
5478: p_structure_version_id => p_structure_version_id,
5479: p_update_wbs_flag => 'Y',
5480: x_return_status => l_return_status,

Line 5501: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

5497: --Bug No 3450684 SMukka Commented if condition
5498: --IF (PA_PROJECT_STRUCTURE_UTILS.GET_UPDATE_WBS_FLAG(l_project_id,
5499: -- p_structure_version_id) = 'Y') THEN
5500: --set the flag for the published version
5501: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
5502: p_project_id => l_project_id,
5503: p_structure_version_id => l_new_struct_ver_id,
5504: p_update_wbs_flag => 'Y',
5505: x_return_status => l_return_status,

Line 5616: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(

5612:
5613: --bug 3010538
5614: IF (p_calling_module = 'SELF_SERVICE') THEN
5615: --called separately if calling from AMG
5616: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(
5617: p_calling_context => 'PUBLISH',
5618: p_project_id => l_project_id,
5619: -- p_structure_version_id => l_last_pub_str_ver_id, --SMukka Commented
5620: p_structure_version_id => p_structure_version_id, --Smukka Added line

Line 10305: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

10301: --3035902: process update flag changes
10302: IF (l_proj_progress_attr_rec.TASK_WEIGHT_BASIS_CODE = 'EFFORT') THEN
10303: --set process flag to Y
10304: --get structure version id
10305: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
10306: p_project_id => p_project_id,
10307: p_structure_version_id => l_structure_version_id,
10308: p_update_wbs_flag => 'Y',
10309: x_return_status => l_return_status,

Line 11105: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(

11101: FETCH cur_chk_tasks INTO l_dummy;
11102: IF cur_chk_tasks%FOUND
11103: THEN
11104: --end bug 4263266
11105: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(
11106: p_project_id => l_project_id,
11107: p_structure_version_id => l_struc_ver_id,
11108: x_return_status => l_return_status,
11109: x_msg_count => l_msg_count,

Line 11548: pa_proj_task_struc_pub.set_update_wbs_flag(

11544: -- template.
11545: IF l_weight_basis = 'DURATION' THEN
11546: -- Always call this API as the cursor would have taken care to select the appropriate
11547: -- structure version for processing.
11548: pa_proj_task_struc_pub.set_update_wbs_flag(
11549: p_project_id => p_project_id
11550: ,p_structure_version_id => l_structure_version_id
11551: ,x_return_status => l_return_status
11552: ,x_msg_count => l_msg_count

Line 17156: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then

17152: -- Bug # 5077599.
17153:
17154: -- If the project is version disabled, then baseline the structure version.
17155:
17156: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then
17157:
17158: update pa_proj_elem_ver_structure ppevs
17159: set ppevs.current_flag = 'Y'
17160: , ppevs.original_flag = 'Y'

Line 17547: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then

17543: -- Bug # 5077599.
17544:
17545: -- If the project is version disabled, then baseline the structure version.
17546:
17547: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then
17548:
17549: update pa_proj_elem_ver_structure ppevs
17550: set ppevs.current_flag = 'Y'
17551: , ppevs.original_flag = 'Y'