DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_UTILITIES

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

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