DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_RELATIONSHIP_PVT

Line 35306: PA_RELATIONSHIP_PVT.Create_Dependency(

35302: RAISE FND_API.G_EXC_ERROR;
35303: END IF;
35304: --
35305: --call existing create dependency API to create intra dependency
35306: PA_RELATIONSHIP_PVT.Create_Dependency(
35307: p_calling_module => 'SELF_SERVICE'
35308: ,p_src_proj_id => l_project_id
35309: ,p_src_task_ver_id => l_task_ver_id
35310: ,p_dest_proj_id => l_project_id

Line 35572: PA_RELATIONSHIP_PVT.Update_Dependency(

35568: END IF;
35569: CLOSE get_rvn;
35570: --
35571: --call existing update dependency API to create intra dependency
35572: PA_RELATIONSHIP_PVT.Update_Dependency(
35573: p_calling_module => 'SELF_SERVICE'
35574: ,p_task_version_id => l_pred_ver_id
35575: ,p_src_task_version_id => l_task_ver_id
35576: ,p_type => p_type

Line 35831: PA_RELATIONSHIP_PVT.Delete_Dependency(

35827: RAISE FND_API.G_EXC_ERROR;
35828: END IF;
35829: CLOSE get_rvn;
35830:
35831: PA_RELATIONSHIP_PVT.Delete_Dependency(
35832: p_calling_module => 'SELF_SERVICE'
35833: ,p_object_relationship_id => l_obj_rel_id
35834: ,x_return_status => l_return_status
35835: ,x_msg_count => l_msg_count

Line 40859: PA_RELATIONSHIP_PVT.Update_Relationship

40855: END IF;
40856: CLOSE get_sub_tasks;
40857: END IF;
40858:
40859: PA_RELATIONSHIP_PVT.Update_Relationship
40860: (
40861: p_api_version => p_api_version
40862: ,p_init_msg_list => p_init_msg_list
40863: ,p_commit => p_commit

Line 42309: PA_RELATIONSHIP_PVT.Update_Relationship

42305: END IF;
42306: CLOSE get_sub_tasks;
42307: END IF;
42308:
42309: PA_RELATIONSHIP_PVT.Update_Relationship
42310: (
42311: p_api_version => p_api_version
42312: ,p_init_msg_list => p_init_msg_list
42313: ,p_commit => p_commit

Line 42374: PA_RELATIONSHIP_PVT.Update_Relationship

42370: raise FND_API.G_EXC_ERROR;
42371: END IF;
42372: --end bug 4099488
42373:
42374: PA_RELATIONSHIP_PVT.Update_Relationship
42375: (
42376: p_api_version => p_api_version
42377: ,p_init_msg_list => p_init_msg_list
42378: ,p_commit => p_commit