DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_RELATIONSHIP_PUB

Line 36774: PA_RELATIONSHIP_PUB.CREATE_SUBPROJECT_ASSOCIATION

36770: end if;
36771:
36772: -- Call the API to create the sub-project association.
36773: if (l_exp_error_flag = 'N' and l_unexp_error_flag = 'N') then -- Indicates no errors thus far in the loop iteration.
36774: PA_RELATIONSHIP_PUB.CREATE_SUBPROJECT_ASSOCIATION
36775: (p_api_version => p_api_version
36776: , p_init_msg_list => FND_API.G_FALSE
36777: , p_commit => p_commit
36778: , p_calling_module => 'AMG'

Line 37356: PA_RELATIONSHIP_PUB.UPDATE_SUBPROJECT_ASSOCIATION

37352: end if;
37353:
37354: if (l_exp_error_flag = 'N' and l_unexp_error_flag = 'N') then -- Indicates no errors thus far in the loop iteration.
37355: -- Call the API to update the sub-project association.
37356: PA_RELATIONSHIP_PUB.UPDATE_SUBPROJECT_ASSOCIATION
37357: (p_api_version => p_api_version
37358: , p_init_msg_list => FND_API.G_FALSE
37359: , p_calling_module => 'AMG'
37360: , p_max_msg_count => p_max_msg_count

Line 37871: PA_RELATIONSHIP_PUB.DELETE_SUBPROJECT_ASSOCIATION

37867: end if;
37868: end if;
37869:
37870: -- Call the API to delete the sub-project association.
37871: PA_RELATIONSHIP_PUB.DELETE_SUBPROJECT_ASSOCIATION
37872: (p_api_version => p_api_version
37873: , p_init_msg_list => p_init_msg_list
37874: , p_commit => p_commit
37875: , p_calling_module => 'AMG'