DBA Data[Home] [Help]

APPS.WIP_MOVPROC_GRP dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 233: inv_mobile_helper_functions.get_stacked_messages(x_errorMsg);

229: END LOOP;
230: x_errorMsg := substr(x_errorMsg, 1, 1000);
231: ELSE
232: -- get error message from message stack
233: inv_mobile_helper_functions.get_stacked_messages(x_errorMsg);
234: END IF;
235:
236: IF (l_logLevel <= wip_constants.trace_logging) THEN
237: wip_logger.exitPoint(p_procName => 'wip_movProc_grp.processInterface',