DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on FND_MSG_PUB

Line 426: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_REP_UTIL_GLOB.get_util_ac_parm'

422: );
423: /*
424: * Set the excetption Message and the stack
425: */
426: FND_MSG_PUB.add_exc_msg ( p_pkg_name => 'PA_REP_UTIL_GLOB.get_util_ac_parm'
427: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
428: RAISE;
429:
430: END Get_Util_Ac_Parm;

Line 769: FND_MSG_PUB.add_exc_msg (

765: );
766: /*
767: * Set the excetption Message and the stack
768: */
769: FND_MSG_PUB.add_exc_msg (
770: p_pkg_name => 'PA_REP_UTIL_GLOB.get_util_fc_parm'
771: ,p_procedure_name => PA_DEBUG.G_Err_Stack
772: );
773: RAISE;