DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_UTIL dependencies on FND_MSG_PUB

Line 178: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_UTILS.CheckHzPartyName_Or_Id'

174: EXCEPTION
175:
176: WHEN OTHERS THEN
177: -- Set the exception Message and the stack
178: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'PA_CI_ACTIONS_UTILS.CheckHzPartyName_Or_Id'
179: ,p_procedure_name => PA_DEBUG.G_Err_Stack );
180: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
181: RAISE;
182: