DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_RELATIONSHIP_PUB

Line 37428: PA_RELATIONSHIP_PUB.CREATE_SUBPROJECT_ASSOCIATION

37424: end if;
37425:
37426: -- Call the API to create the sub-project association.
37427: if (l_exp_error_flag = 'N' and l_unexp_error_flag = 'N') then -- Indicates no errors thus far in the loop iteration.
37428: PA_RELATIONSHIP_PUB.CREATE_SUBPROJECT_ASSOCIATION
37429: (p_api_version => p_api_version
37430: , p_init_msg_list => FND_API.G_FALSE
37431: , p_commit => p_commit
37432: , p_calling_module => 'AMG'

Line 38012: PA_RELATIONSHIP_PUB.UPDATE_SUBPROJECT_ASSOCIATION

38008: end if;
38009:
38010: if (l_exp_error_flag = 'N' and l_unexp_error_flag = 'N') then -- Indicates no errors thus far in the loop iteration.
38011: -- Call the API to update the sub-project association.
38012: PA_RELATIONSHIP_PUB.UPDATE_SUBPROJECT_ASSOCIATION
38013: (p_api_version => p_api_version
38014: , p_init_msg_list => FND_API.G_FALSE
38015: , p_calling_module => 'AMG'
38016: , p_max_msg_count => p_max_msg_count

Line 38528: PA_RELATIONSHIP_PUB.DELETE_SUBPROJECT_ASSOCIATION

38524: end if;
38525: end if;
38526:
38527: -- Call the API to delete the sub-project association.
38528: PA_RELATIONSHIP_PUB.DELETE_SUBPROJECT_ASSOCIATION
38529: (p_api_version => p_api_version
38530: , p_init_msg_list => p_init_msg_list
38531: , p_commit => p_commit
38532: , p_calling_module => 'AMG'