DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_RELATIONSHIP_PVT

Line 10486: PA_Relationship_Pvt.Copy_Intra_Dependency (

10482: INTO New_Versions_Tab, Old_Versions_Tab
10483: FROM PA_Proj_Element_Versions
10484: WHERE Project_ID = p_dest_project_id;
10485:
10486: PA_Relationship_Pvt.Copy_Intra_Dependency (
10487: P_Source_Ver_Tbl => Old_Versions_Tab,
10488: P_Destin_Ver_Tbl => New_Versions_Tab,
10489: X_Return_Status => X_Return_Status,
10490: X_Msg_Count => X_Msg_Count,

Line 10502: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (

10498: FETCH cur_get_flag INTO l_wp_inter_proj_depend_flag;
10499: CLOSE cur_get_flag;
10500:
10501: IF 'Y' = l_wp_inter_proj_depend_flag THEN
10502: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (
10503: P_Source_Ver_Tbl => Old_Versions_Tab,
10504: P_Destin_Ver_Tbl => New_Versions_Tab,
10505: X_Return_Status => X_Return_Status,
10506: X_Msg_Count => X_Msg_Count,

Line 16558: PA_RELATIONSHIP_PVT.Update_Relationship

16554: RAISE Invalid_Arg_Exc_WP;
16555: END IF;
16556: This code is not required here. */
16557:
16558: PA_RELATIONSHIP_PVT.Update_Relationship
16559: (
16560: p_api_version => p_api_version_number
16561: ,p_init_msg_list => FND_API.G_FALSE
16562: ,p_commit => p_commit

Line 19866: pa_debug.write(G_PKG_NAME, 'Calling PA_Relationship_Pvt.Copy_Intra_Dependency', 3);

19862: --bug 4472071
19863: --all code from publishing (before calling process_wbs_updates)
19864:
19865: IF l_debug_mode = 'Y' THEN
19866: pa_debug.write(G_PKG_NAME, 'Calling PA_Relationship_Pvt.Copy_Intra_Dependency', 3);
19867: END IF;
19868:
19869: PA_Relationship_Pvt.Copy_Intra_Dependency (
19870: P_Source_Ver_Tbl => NULL,

Line 19869: PA_Relationship_Pvt.Copy_Intra_Dependency (

19865: IF l_debug_mode = 'Y' THEN
19866: pa_debug.write(G_PKG_NAME, 'Calling PA_Relationship_Pvt.Copy_Intra_Dependency', 3);
19867: END IF;
19868:
19869: PA_Relationship_Pvt.Copy_Intra_Dependency (
19870: P_Source_Ver_Tbl => NULL,
19871: P_Destin_Ver_Tbl => NULL,
19872: P_source_struc_ver_id => p_structure_version_id,
19873: p_dest_struc_ver_id => l_pub_ver_id,

Line 19891: PA_RELATIONSHIP_PVT.Publish_Inter_Proj_Dep ( -- This API needs to be called

19887: IF l_debug_mode = 'Y' THEN
19888: pa_debug.write(G_PKG_NAME, 'Calling Publish_Inter_Proj_Dep', 3);
19889: END IF;
19890:
19891: PA_RELATIONSHIP_PVT.Publish_Inter_Proj_Dep ( -- This API needs to be called
19892: p_publishing_struc_ver_id => p_structure_version_id,
19893: p_previous_pub_struc_ver_id => l_prev_ver_id,
19894: p_published_struc_ver_id => l_pub_ver_id,
19895: X_Return_Status => X_Return_Status,

Line 19913: PA_RELATIONSHIP_PVT.Copy_OG_Lnk_For_Subproj_Ass(

19909: pa_debug.write(G_PKG_NAME, 'Calling Copy_OG_Lnk_For_Subproj_Ass', 3);
19910: END IF;
19911:
19912:
19913: PA_RELATIONSHIP_PVT.Copy_OG_Lnk_For_Subproj_Ass(
19914: p_src_str_version_id => p_structure_version_id,
19915: p_dest_str_version_id => l_pub_ver_id, -- Destination Str version id can be of published str also
19916: x_return_status => X_Return_Status,
19917: x_msg_count => X_Msg_Count,

Line 19935: PA_RELATIONSHIP_PVT.Move_CI_Lnk_For_subproj_step1(

19931: IF l_debug_mode = 'Y' THEN
19932: pa_debug.write(G_PKG_NAME, 'Calling Move_CI_Lnk_For_subproj_step1', 3);
19933: END IF;
19934:
19935: PA_RELATIONSHIP_PVT.Move_CI_Lnk_For_subproj_step1(
19936: p_src_str_version_id => p_structure_version_id,
19937: p_pub_str_version_id => l_pub_ver_id,
19938: p_last_pub_str_version_id => l_prev_ver_id,
19939: x_return_status => x_return_status,

Line 20659: PA_RELATIONSHIP_PVT.UPDATE_PARENT_WBS_FLAG_DIRTY(

20655: IF l_debug_mode = 'Y' THEN
20656: pa_debug.write(G_PKG_NAME, 'Calling UPDATE_PARENT_WBS_FLAG_DIRTY', 3);
20657: END IF;
20658:
20659: PA_RELATIONSHIP_PVT.UPDATE_PARENT_WBS_FLAG_DIRTY(
20660: p_project_id => l_Project_ID
20661: ,p_structure_version_id => l_pub_ver_id
20662: ,x_return_status => x_return_status
20663: ,x_msg_count => x_msg_count

Line 22495: pa_relationship_pvt.create_dependency(

22491: ELSE
22492: l_lag_val := l_Col3;
22493: END IF;
22494:
22495: pa_relationship_pvt.create_dependency(
22496: p_calling_module => 'AMG'
22497: ,p_src_proj_id => l_pred_project_id
22498: ,p_src_task_ver_id => P_Task_Version_Id
22499: ,p_dest_proj_id => l_pred_project_id