DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PUB dependencies on PA_ROLE_LIST_UTILS

Line 536: PA_ROLE_LIST_UTILS.Check_Role_List_Name_Or_Id( p_role_list_id => l_team_template_rec.role_list_id

532:
533: --validate role list
534: IF (l_team_template_rec.role_list_id IS NOT NULL AND l_team_template_rec.role_list_id <> FND_API.G_MISS_NUM) OR (p_role_list_name IS NOT NULL AND p_role_list_name <> FND_API.G_MISS_CHAR) THEN
535:
536: PA_ROLE_LIST_UTILS.Check_Role_List_Name_Or_Id( p_role_list_id => l_team_template_rec.role_list_id
537: ,p_role_list_name => p_role_list_name
538: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
539: --,x_role_list_id => l_team_template_rec.role_list_id * Bug: 4537865
540: ,x_role_list_id => l_new_role_list_id --Bug: 4537865

Line 878: PA_ROLE_LIST_UTILS.Check_Role_List_Name_Or_Id( p_role_list_id => l_team_template_rec.role_list_id

874:
875: --validate role list
876: IF (l_team_template_rec.role_list_id IS NOT NULL AND l_team_template_rec.role_list_id <> FND_API.G_MISS_NUM) OR (p_role_list_name IS NOT NULL AND p_role_list_name <> FND_API.G_MISS_CHAR) THEN
877:
878: PA_ROLE_LIST_UTILS.Check_Role_List_Name_Or_Id( p_role_list_id => l_team_template_rec.role_list_id
879: ,p_role_list_name => p_role_list_name
880: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
881: --,x_role_list_id => l_team_template_rec.role_list_id * Bug: 4537865
882: ,x_role_list_id => l_new_role_list_id --Bug: 4537865