DBA Data[Home] [Help]

APPS.PA_OBJECT_REGIONS_PVT dependencies on FND_MSG_PUB

Line 99: FND_MSG_PUB.add_exc_msg

95: IF p_commit = FND_API.G_TRUE THEN
96: ROLLBACK TO create_object_page_region;
97: END IF;
98: -- Set the excetption Message and the stack
99: FND_MSG_PUB.add_exc_msg
100: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.create_object_page_region'
101: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
102: --
103: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 211: FND_MSG_PUB.add_exc_msg

207: IF p_commit = FND_API.G_TRUE THEN
208: ROLLBACK TO update_object_page_region;
209: END IF;
210: -- Set the excetption Message and the stack
211: FND_MSG_PUB.add_exc_msg
212: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.update_object_page_region'
213: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
214: --
215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 269: FND_MSG_PUB.add_exc_msg

265: IF p_commit = FND_API.G_TRUE THEN
266: ROLLBACK TO delete_object_page_region;
267: END IF;
268: -- Set the excetption Message and the stack
269: FND_MSG_PUB.add_exc_msg
270: ( p_pkg_name => 'PA_OBJECT_REGIONS_PVT.delete_object_page_region'
271: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
272: --
273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;