DBA Data[Home] [Help]

APPS.PA_PRODUCT_INSTALL_UTILS dependencies on FND_MSG_PUB

Line 164: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.validate_object'

160: PA_DEBUG.Reset_Err_Stack;
161: EXCEPTION
162: When others then
163: -- Set the excetption Message and the stack
164: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.validate_object'
165: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
166: --
167: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
168: x_ret_code := 'N'; -- This is optional depending on the needs

Line 205: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_function_licensed'

201:
202: EXCEPTION
203: When others then
204: -- Set the excetption Message and the stack
205: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_function_licensed'
206: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
207: --
208: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
209: RAISE; -- This is optional depending on the needs

Line 280: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_region_licensed'

276:
277: EXCEPTION
278: When others then
279: -- Set the excetption Message and the stack
280: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_region_licensed'
281: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
282: --
283: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
284: x_ret_code:= 'N' ;