DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on PA_RELATIONSHIP_PVT

Line 4817: PA_Relationship_Pvt.Copy_Intra_Dependency (

4813:
4814: -- Added for FP_M changes 3305199 : Bhumesh
4815:
4816: If P_cp_Dependency_Flag = 'Y' then
4817: PA_Relationship_Pvt.Copy_Intra_Dependency (
4818: P_Source_Ver_Tbl => l_Old_Task_Versions_Tab,
4819: P_Destin_Ver_Tbl => l_New_Task_Versions_Tab,
4820: X_Return_Status => X_Return_Status,
4821: X_Msg_Count => X_Msg_Count,

Line 4829: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (

4825: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4826: RAISE FND_API.G_EXC_ERROR;
4827: END IF;
4828:
4829: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (
4830: P_Source_Ver_Tbl => l_Old_Task_Versions_Tab,
4831: P_Destin_Ver_Tbl => l_New_Task_Versions_Tab,
4832: X_Return_Status => X_Return_Status,
4833: X_Msg_Count => X_Msg_Count,

Line 9994: PA_RELATIONSHIP_PVT.Update_Relationship

9990: END IF;
9991: CLOSE get_sub_tasks;
9992: END IF;
9993:
9994: PA_RELATIONSHIP_PVT.Update_Relationship
9995: (
9996: p_api_version => p_api_version
9997: ,p_init_msg_list => p_init_msg_list
9998: ,p_commit => p_commit

Line 11507: PA_RELATIONSHIP_PVT.Update_Relationship

11503: END IF;
11504: CLOSE get_sub_tasks;
11505: END IF;
11506:
11507: PA_RELATIONSHIP_PVT.Update_Relationship
11508: (
11509: p_api_version => p_api_version
11510: ,p_init_msg_list => p_init_msg_list
11511: ,p_commit => p_commit

Line 11572: PA_RELATIONSHIP_PVT.Update_Relationship

11568: raise FND_API.G_EXC_ERROR;
11569: END IF;
11570: --end bug 4099488
11571:
11572: PA_RELATIONSHIP_PVT.Update_Relationship
11573: (
11574: p_api_version => p_api_version
11575: ,p_init_msg_list => p_init_msg_list
11576: ,p_commit => p_commit