DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on PA_RELATIONSHIP_PVT

Line 5092: PA_Relationship_Pvt.Copy_Intra_Dependency (

5088:
5089: -- Added for FP_M changes 3305199 : Bhumesh
5090:
5091: If P_cp_Dependency_Flag = 'Y' then
5092: PA_Relationship_Pvt.Copy_Intra_Dependency (
5093: P_Source_Ver_Tbl => l_Old_Task_Versions_Tab,
5094: P_Destin_Ver_Tbl => l_New_Task_Versions_Tab,
5095: X_Return_Status => X_Return_Status,
5096: X_Msg_Count => X_Msg_Count,

Line 5104: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (

5100: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5101: RAISE FND_API.G_EXC_ERROR;
5102: END IF;
5103:
5104: PA_RELATIONSHIP_PVT.Copy_Inter_Project_Dependency (
5105: P_Source_Ver_Tbl => l_Old_Task_Versions_Tab,
5106: P_Destin_Ver_Tbl => l_New_Task_Versions_Tab,
5107: X_Return_Status => X_Return_Status,
5108: X_Msg_Count => X_Msg_Count,

Line 10374: PA_RELATIONSHIP_PVT.Update_Relationship

10370: END IF;
10371: CLOSE get_sub_tasks;
10372: END IF;
10373:
10374: PA_RELATIONSHIP_PVT.Update_Relationship
10375: (
10376: p_api_version => p_api_version
10377: ,p_init_msg_list => p_init_msg_list
10378: ,p_commit => p_commit

Line 11923: PA_RELATIONSHIP_PVT.Update_Relationship

11919: END IF;
11920: CLOSE get_sub_tasks;
11921: END IF;
11922:
11923: PA_RELATIONSHIP_PVT.Update_Relationship
11924: (
11925: p_api_version => p_api_version
11926: ,p_init_msg_list => p_init_msg_list
11927: ,p_commit => p_commit

Line 11988: PA_RELATIONSHIP_PVT.Update_Relationship

11984: raise FND_API.G_EXC_ERROR;
11985: END IF;
11986: --end bug 4099488
11987:
11988: PA_RELATIONSHIP_PVT.Update_Relationship
11989: (
11990: p_api_version => p_api_version
11991: ,p_init_msg_list => p_init_msg_list
11992: ,p_commit => p_commit