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 5536: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

5532:
5533:
5534: --bug 4479392
5535: --Update the wbs_flag for the working version as well.
5536: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
5537: p_project_id => l_project_id,
5538: p_structure_version_id => p_structure_version_id,
5539: p_update_wbs_flag => 'Y',
5540: x_return_status => l_return_status,

Line 5561: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

5557: --Bug No 3450684 SMukka Commented if condition
5558: --IF (PA_PROJECT_STRUCTURE_UTILS.GET_UPDATE_WBS_FLAG(l_project_id,
5559: -- p_structure_version_id) = 'Y') THEN
5560: --set the flag for the published version
5561: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
5562: p_project_id => l_project_id,
5563: p_structure_version_id => l_new_struct_ver_id,
5564: p_update_wbs_flag => 'Y',
5565: x_return_status => l_return_status,

Line 5676: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(

5672:
5673: --bug 3010538
5674: IF (p_calling_module = 'SELF_SERVICE') THEN
5675: --called separately if calling from AMG
5676: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(
5677: p_calling_context => 'PUBLISH',
5678: p_project_id => l_project_id,
5679: -- p_structure_version_id => l_last_pub_str_ver_id, --SMukka Commented
5680: p_structure_version_id => p_structure_version_id, --Smukka Added line

Line 10677: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(

10673: --3035902: process update flag changes
10674: IF (l_proj_progress_attr_rec.TASK_WEIGHT_BASIS_CODE = 'EFFORT') THEN
10675: --set process flag to Y
10676: --get structure version id
10677: PA_PROJ_TASK_STRUC_PUB.SET_UPDATE_WBS_FLAG(
10678: p_project_id => p_project_id,
10679: p_structure_version_id => l_structure_version_id,
10680: p_update_wbs_flag => 'Y',
10681: x_return_status => l_return_status,

Line 11477: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(

11473: FETCH cur_chk_tasks INTO l_dummy;
11474: IF cur_chk_tasks%FOUND
11475: THEN
11476: --end bug 4263266
11477: PA_PROJ_TASK_STRUC_PUB.PROCESS_WBS_UPDATES_WRP(
11478: p_project_id => l_project_id,
11479: p_structure_version_id => l_struc_ver_id,
11480: x_return_status => l_return_status,
11481: x_msg_count => l_msg_count,

Line 11920: pa_proj_task_struc_pub.set_update_wbs_flag(

11916: -- template.
11917: IF l_weight_basis = 'DURATION' THEN
11918: -- Always call this API as the cursor would have taken care to select the appropriate
11919: -- structure version for processing.
11920: pa_proj_task_struc_pub.set_update_wbs_flag(
11921: p_project_id => p_project_id
11922: ,p_structure_version_id => l_structure_version_id
11923: ,x_return_status => l_return_status
11924: ,x_msg_count => l_msg_count

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

17528: -- Bug # 5077599.
17529:
17530: -- If the project is version disabled, then baseline the structure version.
17531:
17532: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then
17533:
17534: update pa_proj_elem_ver_structure ppevs
17535: set ppevs.current_flag = 'Y'
17536: , ppevs.original_flag = 'Y'

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

17919: -- Bug # 5077599.
17920:
17921: -- If the project is version disabled, then baseline the structure version.
17922:
17923: if (PA_PROJ_TASK_STRUC_PUB.IS_WP_VERSIONING_ENABLED(p_project_id) = 'N') then
17924:
17925: update pa_proj_elem_ver_structure ppevs
17926: set ppevs.current_flag = 'Y'
17927: , ppevs.original_flag = 'Y'