DBA Data[Home] [Help]

APPS.PA_PRODUCT_INSTALL_UTILS dependencies on PA_PRODUCT_INSTALL_UTILS

Line 1: PACKAGE BODY PA_product_install_Utils AS

1: PACKAGE BODY PA_product_install_Utils AS
2: /* $Header: PAPIUTLB.pls 120.1.12010000.3 2009/08/05 12:36:34 vchilla ship $ */
3:
4: Function check_object_licensed ( p_object_type IN VARCHAR2,
5: p_object_code IN VARCHAR2)

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' ;

Line 316: END PA_product_install_Utils;

312: RAISE; -- This is optional depending on the needs
313: END check_region_licensed;
314:
315:
316: END PA_product_install_Utils;