DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PUB dependencies on PA_TEAM_TEMPLATES_PVT

Line 174: ,x_msg => 'calling PA_TEAM_TEMPLATES_PVT.Apply_Team_Template'

170:
171: --call private API to apply the team template
172: IF (P_DEBUG_MODE = 'Y') THEN
173: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_TEAM_TEMPLATES_PUB.apply_team_template'
174: ,x_msg => 'calling PA_TEAM_TEMPLATES_PVT.Apply_Team_Template'
175: ,x_log_level => 5);
176: END IF;
177:
178: --validate that the project is not an unassigned time project.

Line 229: PA_TEAM_TEMPLATES_PVT.Start_Apply_Team_Template_WF(p_team_template_id_tbl => p_team_template_id_tbl

225: x_msg_count := FND_MSG_PUB.Count_Msg;
226:
227: IF x_msg_count = 0 THEN
228:
229: PA_TEAM_TEMPLATES_PVT.Start_Apply_Team_Template_WF(p_team_template_id_tbl => p_team_template_id_tbl
230: ,p_project_id => p_project_id
231: ,p_project_start_date => p_project_start_date
232: ,p_team_start_date => p_team_start_date
233: ,p_use_project_location => p_use_project_location

Line 555: PA_TEAM_TEMPLATES_PVT.Create_Team_Template( p_team_template_rec => l_team_template_rec

551: END IF;
552:
553: END IF; --validate role list
554:
555: PA_TEAM_TEMPLATES_PVT.Create_Team_Template( p_team_template_rec => l_team_template_rec
556: ,p_commit => p_commit
557: ,p_validate_only => p_validate_only
558: ,x_team_template_id => x_team_template_id
559: ,x_return_status => x_return_status);

Line 901: PA_TEAM_TEMPLATES_PVT.Update_Team_Template(p_team_template_rec => l_team_template_rec

897: END IF; --record version number and workflow flag check
898:
899: CLOSE check_record_version_and_wf;
900:
901: PA_TEAM_TEMPLATES_PVT.Update_Team_Template(p_team_template_rec => l_team_template_rec
902: ,p_commit => p_commit
903: ,p_validate_only => p_validate_only
904: ,x_return_status => x_return_status);
905:

Line 1025: PA_TEAM_TEMPLATES_PVT.Delete_Team_Template

1021: ,x_msg => 'Calling delete team template pvt'
1022: ,x_log_level => 5);
1023: END IF;
1024:
1025: PA_TEAM_TEMPLATES_PVT.Delete_Team_Template
1026: (p_team_template_id => p_team_template_id
1027: ,p_record_version_number => p_record_version_number
1028: ,x_return_status => x_return_status);
1029: