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.0.12000000.2 2007/02/23 22:33:22 kboonyap ship $ */
3:
4: /**
5: * This procedure process a single flow/work orderless transaction.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 316: end wip_cfmProc_priv;

312: end if;
313: end processMobile;
314:
315:
316: end wip_cfmProc_priv;