DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_RELATIONSHIP_PVT

Line 10192: PA_Relationship_Pvt.Copy_Intra_Dependency (

10188: INTO New_Versions_Tab, Old_Versions_Tab
10189: FROM PA_Proj_Element_Versions
10190: WHERE Project_ID = p_dest_project_id;
10191:
10192: PA_Relationship_Pvt.Copy_Intra_Dependency (
10193: P_Source_Ver_Tbl => Old_Versions_Tab,
10194: P_Destin_Ver_Tbl => New_Versions_Tab,
10195: X_Return_Status => X_Return_Status,
10196: X_Msg_Count => X_Msg_Count,

Line 10208: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (

10204: FETCH cur_get_flag INTO l_wp_inter_proj_depend_flag;
10205: CLOSE cur_get_flag;
10206:
10207: IF 'Y' = l_wp_inter_proj_depend_flag THEN
10208: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (
10209: P_Source_Ver_Tbl => Old_Versions_Tab,
10210: P_Destin_Ver_Tbl => New_Versions_Tab,
10211: X_Return_Status => X_Return_Status,
10212: X_Msg_Count => X_Msg_Count,

Line 15980: PA_RELATIONSHIP_PVT.Update_Relationship

15976: RAISE Invalid_Arg_Exc_WP;
15977: END IF;
15978: This code is not required here. */
15979:
15980: PA_RELATIONSHIP_PVT.Update_Relationship
15981: (
15982: p_api_version => p_api_version_number
15983: ,p_init_msg_list => FND_API.G_FALSE
15984: ,p_commit => p_commit

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

19069: --bug 4472071
19070: --all code from publishing (before calling process_wbs_updates)
19071:
19072: IF l_debug_mode = 'Y' THEN
19073: pa_debug.write(G_PKG_NAME, 'Calling PA_Relationship_Pvt.Copy_Intra_Dependency', 3);
19074: END IF;
19075:
19076: PA_Relationship_Pvt.Copy_Intra_Dependency (
19077: P_Source_Ver_Tbl => NULL,

Line 19076: PA_Relationship_Pvt.Copy_Intra_Dependency (

19072: IF l_debug_mode = 'Y' THEN
19073: pa_debug.write(G_PKG_NAME, 'Calling PA_Relationship_Pvt.Copy_Intra_Dependency', 3);
19074: END IF;
19075:
19076: PA_Relationship_Pvt.Copy_Intra_Dependency (
19077: P_Source_Ver_Tbl => NULL,
19078: P_Destin_Ver_Tbl => NULL,
19079: P_source_struc_ver_id => p_structure_version_id,
19080: p_dest_struc_ver_id => l_pub_ver_id,

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

19094: IF l_debug_mode = 'Y' THEN
19095: pa_debug.write(G_PKG_NAME, 'Calling Publish_Inter_Proj_Dep', 3);
19096: END IF;
19097:
19098: PA_RELATIONSHIP_PVT.Publish_Inter_Proj_Dep ( -- This API needs to be called
19099: p_publishing_struc_ver_id => p_structure_version_id,
19100: p_previous_pub_struc_ver_id => l_prev_ver_id,
19101: p_published_struc_ver_id => l_pub_ver_id,
19102: X_Return_Status => X_Return_Status,

Line 19120: PA_RELATIONSHIP_PVT.Copy_OG_Lnk_For_Subproj_Ass(

19116: pa_debug.write(G_PKG_NAME, 'Calling Copy_OG_Lnk_For_Subproj_Ass', 3);
19117: END IF;
19118:
19119:
19120: PA_RELATIONSHIP_PVT.Copy_OG_Lnk_For_Subproj_Ass(
19121: p_src_str_version_id => p_structure_version_id,
19122: p_dest_str_version_id => l_pub_ver_id, -- Destination Str version id can be of published str also
19123: x_return_status => X_Return_Status,
19124: x_msg_count => X_Msg_Count,

Line 19142: PA_RELATIONSHIP_PVT.Move_CI_Lnk_For_subproj_step1(

19138: IF l_debug_mode = 'Y' THEN
19139: pa_debug.write(G_PKG_NAME, 'Calling Move_CI_Lnk_For_subproj_step1', 3);
19140: END IF;
19141:
19142: PA_RELATIONSHIP_PVT.Move_CI_Lnk_For_subproj_step1(
19143: p_src_str_version_id => p_structure_version_id,
19144: p_pub_str_version_id => l_pub_ver_id,
19145: p_last_pub_str_version_id => l_prev_ver_id,
19146: x_return_status => x_return_status,

Line 19864: PA_RELATIONSHIP_PVT.UPDATE_PARENT_WBS_FLAG_DIRTY(

19860: IF l_debug_mode = 'Y' THEN
19861: pa_debug.write(G_PKG_NAME, 'Calling UPDATE_PARENT_WBS_FLAG_DIRTY', 3);
19862: END IF;
19863:
19864: PA_RELATIONSHIP_PVT.UPDATE_PARENT_WBS_FLAG_DIRTY(
19865: p_project_id => l_Project_ID
19866: ,p_structure_version_id => l_pub_ver_id
19867: ,x_return_status => x_return_status
19868: ,x_msg_count => x_msg_count

Line 21680: pa_relationship_pvt.create_dependency(

21676: ELSE
21677: l_lag_val := l_Col3;
21678: END IF;
21679:
21680: pa_relationship_pvt.create_dependency(
21681: p_calling_module => 'AMG'
21682: ,p_src_proj_id => l_pred_project_id
21683: ,p_src_task_ver_id => P_Task_Version_Id
21684: ,p_dest_proj_id => l_pred_project_id