DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_CFMPROC_PRIV

Line 1: package body wip_cfmProc_priv as

1: package body wip_cfmProc_priv as
2: /* $Header: wipcfmpb.pls 120.2 2010/11/18 12:13:29 sisankar ship $ */
3:
4: /**
5: * This procedure process a single flow/work orderless transaction.

Line 34: wip_logger.entryPoint(p_procName => 'wip_cfmProc_priv.processTemp',

30: l_params(1).paramName := 'p_initMsgList';
31: l_params(1).paramValue := p_initMsgList;
32: l_params(2).paramName := 'p_txnTempID';
33: l_params(2).paramValue := p_txnTempID;
34: wip_logger.entryPoint(p_procName => 'wip_cfmProc_priv.processTemp',
35: p_params => l_params,
36: x_returnStatus => x_returnStatus);
37: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
38: raise fnd_api.g_exc_unexpected_error;

Line 185: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',

181: x_returnStatus => l_returnStatus);
182: end if;
183:
184: if (l_logLevel <= wip_constants.trace_logging) then
185: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',
186: p_procReturnStatus => x_returnStatus,
187: p_msg => 'Request processed successfully!',
188: x_returnStatus => l_returnStatus); --discard logging return status
189: end if;

Line 198: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',

194: rollback to wip_cfmproc_s0;
195: wip_flowUtil_priv.setMmttError(p_txnTempID,
196: 'Processing Error');
197: if (l_logLevel <= wip_constants.trace_logging) then
198: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',
199: p_procReturnStatus => x_returnStatus,
200: p_msg => 'Request failed!',
201: x_returnStatus => l_returnStatus); --discard logging return status
202: end if;

Line 209: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',

205: rollback to wip_cfmproc_s0;
206: wip_flowUtil_priv.setMmttError(p_txnTempID,
207: 'Unexpected Error');
208: if (l_logLevel <= wip_constants.trace_logging) then
209: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processTemp',
210: p_procReturnStatus => x_returnStatus,
211: p_msg => 'unexpected error: ' || SQLERRM,
212: x_returnStatus => l_returnStatus); --discard logging return status
213: end if;

Line 245: wip_logger.entryPoint(p_procName => 'wip_cfmProc_priv.processMobile',

241: l_params(2).paramName := 'p_txnTmpID';
242: l_params(2).paramValue := p_txnTmpID;
243: l_params(3).paramName := 'p_processInv';
244: l_params(3).paramValue := p_processInv;
245: wip_logger.entryPoint(p_procName => 'wip_cfmProc_priv.processMobile',
246: p_params => l_params,
247: x_returnStatus => x_returnStatus);
248: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
249: raise fnd_api.g_exc_unexpected_error;

Line 300: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processMobile',

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',
301: p_procReturnStatus => x_returnStatus,
302: p_msg => x_errorMessage,
303: x_returnStatus => l_returnStatus); --discard logging return status
304: wip_logger.cleanUp(l_returnStatus);

Line 310: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processMobile',

306: return;
307: end if;
308:
309: if (l_logLevel <= wip_constants.trace_logging) then
310: wip_logger.exitPoint(p_procName => 'wip_cfmProc_priv.processMobile',
311: p_procReturnStatus => x_returnStatus,
312: p_msg => 'Finished processing successfully!',
313: x_returnStatus => l_returnStatus); --discard logging return status
314: wip_logger.cleanUp(l_returnStatus);

Line 319: end wip_cfmProc_priv;

315: end if;
316: end processMobile;
317:
318:
319: end wip_cfmProc_priv;