DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PUB dependencies on PA_STARTUP

Line 491: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

487: IF (l_team_template_rec.calendar_id IS NOT NULL AND l_team_template_rec.calendar_id <> FND_API.G_MISS_NUM) OR (p_calendar_name IS NOT NULL and p_calendar_name <> FND_API.G_MISS_CHAR) THEN
488:
489: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_team_template_rec.calendar_id
490: ,p_calendar_name => p_calendar_name
491: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
492: --,x_calendar_id => l_team_template_rec.calendar_id * Bug: 4537865
493: ,x_calendar_id => l_new_calendar_id -- Bug: 4537865
494: ,x_return_status => l_return_status
495: ,x_error_message_code => l_error_message_code );

Line 515: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

511: IF (l_team_template_rec.work_type_id IS NOT NULL AND l_team_template_rec.work_type_id <> FND_API.G_MISS_NUM) OR (p_work_type_name IS NOT NULL AND p_work_type_name <> FND_API.G_MISS_CHAR) THEN
512:
513: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_team_template_rec.work_type_id
514: ,p_name => p_work_type_name
515: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
516: --,x_work_type_id => l_team_template_rec.work_type_id * Bug: 4537865
517: ,x_work_type_id => l_new_work_type_id -- Bug: 4537865
518: ,x_return_status => l_return_status
519: ,x_error_message_code => l_error_message_code );

Line 538: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

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
541: ,x_return_status => l_return_status
542: ,x_error_message_code => l_error_message_code );

Line 834: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

830: IF (l_team_template_rec.calendar_id IS NOT NULL AND l_team_template_rec.calendar_id <> FND_API.G_MISS_NUM) OR (p_calendar_name IS NOT NULL and p_calendar_name <> FND_API.G_MISS_CHAR) THEN
831:
832: PA_CALENDAR_UTILS.Check_Calendar_Name_Or_Id( p_calendar_id => l_team_template_rec.calendar_id
833: ,p_calendar_name => p_calendar_name
834: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
835: --,x_calendar_id => l_team_template_rec.calendar_id * Bug: 4537865
836: ,x_calendar_id => l_new_calendar_id --Bug: 4537865
837: ,x_return_status => l_return_status
838: ,x_error_message_code => l_error_message_code );

Line 857: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

853: IF (l_team_template_rec.work_type_id IS NOT NULL AND l_team_template_rec.work_type_id <> FND_API.G_MISS_NUM) OR (p_work_type_name IS NOT NULL AND p_work_type_name <> FND_API.G_MISS_CHAR) THEN
854:
855: PA_WORK_TYPE_UTILS.Check_Work_Type_Name_Or_Id( p_work_type_id => l_team_template_rec.work_type_id
856: ,p_name => p_work_type_name
857: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag
858: --,x_work_type_id => l_team_template_rec.work_type_id * Bug: 4537865
859: ,x_work_type_id => l_new_work_type_id --Bug: 4537865
860: ,x_return_status => l_return_status
861: ,x_error_message_code => l_error_message_code );

Line 880: ,p_check_id_flag => PA_STARTUP.G_Check_ID_Flag

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
883: ,x_return_status => l_return_status
884: ,x_error_message_code => l_error_message_code );