DBA Data[Home] [Help]

APPS.WMA_MATERIAL dependencies on WIP_UTILITIES

Line 101: -- wip_utilities.get_message_stack(p_msg => errMessage);

97: EXCEPTION
98: when fnd_api.g_exc_unexpected_error then
99: rollback to wmapmtlb0;
100: status := -1;
101: -- wip_utilities.get_message_stack(p_msg => errMessage);
102: if (l_logLevel <= wip_constants.trace_logging) then
103: wip_logger.exitPoint(p_procName => 'wma_material.process',
104: p_procReturnStatus => status,
105: p_msg => errMessage,

Line 417: wip_utilities.get_message_stack(p_msg => errMsg);

413: if(l_retStatus <> fnd_api.g_ret_sts_success) then
414: if (l_logLevel <= wip_constants.full_logging) then
415: wip_logger.log('put: error from validateInterfaceTxns', l_retStatus);
416: end if;
417: wip_utilities.get_message_stack(p_msg => errMsg);
418: return false;
419: end if;
420:
421: return true;