DBA Data[Home] [Help]

APPS.PA_PROJECT_SUBTEAM_PARTIES_PVT dependencies on FND_MSG_PUB

Line 171: x_msg_count := FND_MSG_PUB.Count_Msg;

167: IF p_commit = FND_API.G_TRUE AND PA_PROJECT_SUBTEAM_PARTIES_PVT.g_error_exists <> FND_API.G_TRUE THEN
168: COMMIT;
169: END IF;
170:
171: x_msg_count := FND_MSG_PUB.Count_Msg;
172: IF x_msg_count = 1 THEN
173: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
174: ,p_msg_index => 1
175: ,p_data => x_msg_data

Line 200: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Create_Subteam_Party'

196: ROLLBACK TO STP_PVT_CREATE_STP;
197: END IF;
198: --
199: -- Set the excetption Message and the stack
200: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Create_Subteam_Party'
201: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
202: --
203: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
204: RAISE; -- This is optional depending on the needs

Line 403: x_msg_count := FND_MSG_PUB.Count_Msg;

399: IF p_commit = FND_API.G_TRUE AND PA_PROJECT_SUBTEAM_PARTIES_PVT.g_error_exists <> FND_API.G_TRUE THEN
400: COMMIT;
401: END IF;
402:
403: x_msg_count := FND_MSG_PUB.Count_Msg;
404: IF x_msg_count = 1 THEN
405: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
406: ,p_msg_index => 1
407: ,p_data => x_msg_data

Line 446: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_SUBTEAM_PARTIES_PVT.Update_Subteam'

442: ROLLBACK TO STP_PVT_UPDATE_STP;
443: END IF;
444: --
445: -- Set the excetption Message and the stack
446: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_SUBTEAM_PARTIES_PVT.Update_Subteam'
447: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
448: --
449: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
450: RAISE; -- This is optional depending on the needs

Line 729: x_msg_count := FND_MSG_PUB.Count_Msg;

725:
726:
727: END IF;
728:
729: x_msg_count := FND_MSG_PUB.Count_Msg;
730: IF x_msg_count = 1 THEN
731: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
732: ,p_msg_index => 1
733: ,p_data => x_msg_data

Line 757: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Delete_Subteam_Party'

753: ROLLBACK TO STP_PVT_DELETE_STP;
754: END IF;
755: --
756: -- Set the exception Message and the stack
757: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Delete_Subteam_Party'
758: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
759: --
760: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
761: RAISE; -- This is optional depending on the needs

Line 851: x_msg_count := FND_MSG_PUB.Count_Msg;

847: IF p_commit = FND_API.G_TRUE AND PA_PROJECT_SUBTEAM_PARTIES_PVT.g_error_exists <> FND_API.G_TRUE THEN
848: COMMIT;
849: END IF;
850:
851: x_msg_count := FND_MSG_PUB.Count_Msg;
852: IF x_msg_count = 1 THEN
853: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
854: ,p_msg_index => 1
855: ,p_data => x_msg_data

Line 879: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Delete_Subteam_Party'

875: ROLLBACK TO STP_PVT_DELETE_STP;
876: END IF;
877: --
878: -- Set the exception Message and the stack
879: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PROJECT_SUBTEAM_PARTIES_PVT.Delete_Subteam_Party'
880: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
881: --
882: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
883: RAISE; -- This is optional depending on the needs