DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PVT dependencies on PA_PROJECT_SUBTEAMS_PUB

Line 552: PA_PROJECT_SUBTEAMS_PUB.Create_Subteam(p_subteam_name => l_subteam_name,

548: --if the project subteam id returned is null then that subteam does not exist on that
549: --project, so call create subteam API
550: IF l_project_subteam_id IS NULL THEN
551:
552: PA_PROJECT_SUBTEAMS_PUB.Create_Subteam(p_subteam_name => l_subteam_name,
553: p_object_type => 'PA_PROJECTS',
554: p_object_id => p_project_id,
555: p_validate_only => FND_API.G_FALSE,
556: p_init_msg_list => FND_API.G_FALSE,

Line 991: PA_PROJECT_SUBTEAMS_PUB.Delete_Subteam_By_Obj

987: ,x_log_level => 5);
988: END IF;
989: --don't pass subteam id and this API will delete all subteams belonging to the
990: --team template.
991: PA_PROJECT_SUBTEAMS_PUB.Delete_Subteam_By_Obj
992: (p_init_msg_list => FND_API.G_FALSE,
993: p_validate_only => FND_API.G_FALSE,
994: p_object_type => 'PA_TEAM_TEMPLATES',
995: p_object_id => p_team_template_id,