DBA Data[Home] [Help]

APPS.PA_TEAM_TEMPLATES_PUB dependencies on FND_MSG_PUB

Line 37: FND_MSG_PUB.initialize;

33: x_return_status := FND_API.G_RET_STS_SUCCESS;
34:
35: --Clear the global PL/SQL message table
36: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
37: FND_MSG_PUB.initialize;
38: END IF;
39:
40: -- Issue API savepoint if the transaction is to be committed
41: IF p_commit = FND_API.G_TRUE THEN

Line 101: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Apply_Team_Template'

97: ROLLBACK TO ASG_PUB_EXEC_APPLY_TEAM_TEMP;
98: END IF;
99:
100: -- Set the excetption Message and the stack
101: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Apply_Team_Template'
102: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
103: --
104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
105: RAISE;

Line 151: FND_MSG_PUB.initialize;

147: x_return_status := FND_API.G_RET_STS_SUCCESS;
148:
149: --Clear the global PL/SQL message table
150: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
151: FND_MSG_PUB.initialize;
152: END IF;
153:
154: -- Issue API savepoint if the transaction is to be committed
155: IF p_commit = FND_API.G_TRUE THEN

Line 225: x_msg_count := FND_MSG_PUB.Count_Msg;

221: ,p_msg_name => 'PA_PROJ_LOC_NOT_DEFINED');
222:
223: END IF;
224:
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

Line 241: x_msg_count := FND_MSG_PUB.Count_Msg;

237: ,x_return_status => x_return_status);
238:
239: END IF;
240:
241: x_msg_count := FND_MSG_PUB.Count_Msg;
242:
243: IF x_msg_count = 1 THEN
244: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
245: ,p_msg_index => 1

Line 286: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Apply_Team_Template'

282: ROLLBACK TO ASG_PUB_APPLY_TEAM_TEMPLATE;
283: END IF;
284:
285: -- Set the excetption Message and the stack
286: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Apply_Team_Template'
287: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
288: --
289: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
290: RAISE;

Line 347: FND_MSG_PUB.initialize;

343: x_return_status := FND_API.G_RET_STS_SUCCESS;
344:
345: --Clear the global PL/SQL message table
346: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
347: FND_MSG_PUB.initialize;
348: END IF;
349:
350: -- Issue API savepoint if the transaction is to be committed
351: IF p_commit = FND_API.G_TRUE THEN

Line 423: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Create_Team_Template'

419: ROLLBACK TO ASG_PUB_EXEC_CREATE_TEAM_TEMP;
420: END IF;
421:
422: -- Set the excetption Message and the stack
423: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Create_Team_Template'
424: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
425: --
426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
427: RAISE;

Line 473: FND_MSG_PUB.initialize;

469: END IF;
470:
471: --Clear the global PL/SQL message table
472: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
473: FND_MSG_PUB.initialize;
474: END IF;
475:
476: --Log Message
477: IF (P_DEBUG_MODE = 'Y') THEN

Line 561: x_msg_count := FND_MSG_PUB.Count_Msg;

557: ,p_validate_only => p_validate_only
558: ,x_team_template_id => x_team_template_id
559: ,x_return_status => x_return_status);
560:
561: x_msg_count := FND_MSG_PUB.Count_Msg;
562:
563: IF x_msg_count = 1 THEN
564: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
565: ,p_msg_index => 1

Line 597: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Create_Team_Template'

593: IF p_commit = FND_API.G_TRUE THEN
594: ROLLBACK TO ASG_PUB_CREATE_TEAM_TEMPLATE;
595: END IF;
596: -- Set the excetption Message and the stack
597: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Create_Team_Template'
598: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
599: --
600: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
601: RAISE;

Line 662: FND_MSG_PUB.initialize;

658: x_return_status := FND_API.G_RET_STS_SUCCESS;
659:
660: --Clear the global PL/SQL message table
661: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
662: FND_MSG_PUB.initialize;
663: END IF;
664:
665: -- Issue API savepoint if the transaction is to be committed
666: IF p_commit = FND_API.G_TRUE THEN

Line 740: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Update_Team_Template'

736: ROLLBACK TO ASG_PUB_EXEC_UPDATE_TEAM_TEMP;
737: END IF;
738:
739: -- Set the excetption Message and the stack
740: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Execute_Update_Team_Template'
741: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
742: --
743: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
744: RAISE;

Line 798: FND_MSG_PUB.initialize;

794: END IF;
795:
796: --Clear the global PL/SQL message table
797: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
798: FND_MSG_PUB.initialize;
799: END IF;
800:
801: --Log Message
802: IF (P_DEBUG_MODE = 'Y') THEN

Line 907: x_msg_count := FND_MSG_PUB.Count_Msg;

903: ,p_validate_only => p_validate_only
904: ,x_return_status => x_return_status);
905:
906:
907: x_msg_count := FND_MSG_PUB.Count_Msg;
908:
909: IF x_msg_count = 1 THEN
910: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
911: ,p_msg_index => 1

Line 942: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Update_Team_Template'

938: IF p_commit = FND_API.G_TRUE THEN
939: ROLLBACK TO ASG_PUB_UPDATE_TEAM_TEMPLATE;
940: END IF;
941: -- Set the excetption Message and the stack
942: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Update_Team_Template'
943: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
944: --
945: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
946: RAISE;

Line 990: FND_MSG_PUB.initialize;

986: END IF;
987:
988: --Clear the global PL/SQL message table
989: IF FND_API.TO_BOOLEAN( p_init_msg_list ) THEN
990: FND_MSG_PUB.initialize;
991: END IF;
992:
993: --Log Message
994: IF (P_DEBUG_MODE = 'Y') THEN

Line 1037: x_msg_count := FND_MSG_PUB.Count_Msg;

1033:
1034: --
1035: -- IF the number of messages is 1 then fetch the message code from the stack and return its text
1036: --
1037: x_msg_count := FND_MSG_PUB.Count_Msg;
1038: IF x_msg_count = 1 THEN
1039: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
1040: ,p_msg_index => 1
1041: ,p_data => x_msg_data

Line 1070: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Delete_Assignment'

1066: IF p_commit = FND_API.G_TRUE THEN
1067: ROLLBACK TO ASG_PUB_DELETE_TEAM_TEMPLATE;
1068: END IF;
1069: -- Set the excetption Message and the stack
1070: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_TEAM_TEMPLATES_PUB.Delete_Assignment'
1071: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
1072: --
1073: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1074: RAISE;