DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_UTILITIES

Line 293: wip_utilities.get_message_stack(p_msg => x_errorMessage,

289:
290: --if validateInterfaceTxns or processing errors...
291: if ( x_returnStatus <> fnd_api.g_ret_sts_success ) then
292: if(x_errorMessage is null) then
293: wip_utilities.get_message_stack(p_msg => x_errorMessage,
294: p_delete_stack => fnd_api.g_false);
295: end if;
296: if (l_logLevel <= wip_constants.trace_logging) then
297: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processMobile',