DBA Data[Home] [Help]

APPS.PA_PRODUCT_INSTALL_UTILS dependencies on FND_MSG_PUB

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

187: PA_DEBUG.Reset_Err_Stack;
188: EXCEPTION
189: When others then
190: -- Set the excetption Message and the stack
191: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.validate_object'
192: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
193: --
194: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
195: x_ret_code := 'N'; -- This is optional depending on the needs

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

228:
229: EXCEPTION
230: When others then
231: -- Set the excetption Message and the stack
232: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_function_licensed'
233: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
234: --
235: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
236: RAISE; -- This is optional depending on the needs

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

303:
304: EXCEPTION
305: When others then
306: -- Set the excetption Message and the stack
307: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_PRODUCT_INSTALL_UTILS.check_region_licensed'
308: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
309: --
310: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
311: x_ret_code:= 'N' ;