DBA Data[Home] [Help]

APPS.WIP_CFMPROC_PRIV dependencies on WIP_CONSTANTS

Line 29: if (l_logLevel <= wip_constants.trace_logging) then

25: begin
26:
27: x_returnStatus := fnd_api.g_ret_sts_success;
28:
29: if (l_logLevel <= wip_constants.trace_logging) then
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;

Line 120: if ( l_kanbanCardID is not null and l_txnActionID = wip_constants.cplassy_action) then

116:
117:
118: -- Step 5:
119: -- Update the kanban card status to FULL
120: if ( l_kanbanCardID is not null and l_txnActionID = wip_constants.cplassy_action) then
121: if (l_logLevel <= wip_constants.full_logging) then
122: wip_logger.log(p_msg => 'Calling inv_kanban_pvt.update_card_supply_status',
123: x_returnStatus => l_returnStatus);
124: end if;

Line 121: if (l_logLevel <= wip_constants.full_logging) then

117:
118: -- Step 5:
119: -- Update the kanban card status to FULL
120: if ( l_kanbanCardID is not null and l_txnActionID = wip_constants.cplassy_action) then
121: if (l_logLevel <= wip_constants.full_logging) then
122: wip_logger.log(p_msg => 'Calling inv_kanban_pvt.update_card_supply_status',
123: x_returnStatus => l_returnStatus);
124: end if;
125:

Line 135: if (l_logLevel <= wip_constants.full_logging) then

131: p_document_detail_id => null,
132: p_replenish_quantity => l_primaryQty,
133: x_return_status => l_returnStatus);
134:
135: if (l_logLevel <= wip_constants.full_logging) then
136: wip_logger.log(p_msg => 'inv_kanban_pvt.update_card_supply_status returns ' ||
137: 'with status ' || l_returnStatus,
138: x_returnStatus => l_returnStatus);
139: end if;

Line 150: if (l_logLevel <= wip_constants.full_logging) then

146:
147: -- Step 6:
148: -- Enable the QA results
149: if ( l_qaCollectionID is not null ) then
150: if (l_logLevel <= wip_constants.full_logging) then
151: wip_logger.log(p_msg => 'Calling qa_result_grp.enable',
152: x_returnStatus => l_returnStatus);
153: end if;
154:

Line 169: if (l_logLevel <= wip_constants.full_logging) then

165: if ( l_returnStatus <> 'S' ) then
166: fnd_message.set_name('FND', 'FND_GENERIC_MESSAGE');
167: fnd_message.set_token('MESSAGE', l_msgData);
168: fnd_msg_pub.add;
169: if (l_logLevel <= wip_constants.full_logging) then
170: wip_logger.log(p_msg => 'qa_result_grp.enable returns return with error ' ||
171: l_msgData,
172: x_returnStatus => l_returnStatus);
173: end if;

Line 178: if (l_logLevel <= wip_constants.trace_logging) then

174: raise processing_exception;
175: end if;
176: end if;
177:
178: if (l_logLevel <= wip_constants.trace_logging) then
179: wip_logger.log(p_msg => 'qa_result_grp.enable returns ' ||
180: 'with status ' || l_returnStatus,
181: x_returnStatus => l_returnStatus);
182: end if;

Line 184: if (l_logLevel <= wip_constants.trace_logging) then

180: 'with status ' || l_returnStatus,
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

Line 197: if (l_logLevel <= wip_constants.trace_logging) then

193: x_returnStatus := fnd_api.g_ret_sts_error;
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

Line 208: if (l_logLevel <= wip_constants.trace_logging) then

204: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
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

Line 238: if (l_logLevel <= wip_constants.trace_logging) then

234: savepoint wip_cfmproc_s100;
235:
236: x_returnStatus := fnd_api.g_ret_sts_success;
237:
238: if (l_logLevel <= wip_constants.trace_logging) then
239: l_params(1).paramName := 'p_txnHdrID';
240: l_params(1).paramValue := p_txnHdrID;
241: l_params(2).paramName := 'p_txnTmpID';
242: l_params(2).paramValue := p_txnTmpID;

Line 279: p_txnMode => wip_constants.online,

275: -- process the request
276: if(fnd_api.to_boolean(p_processInv)) then
277: wip_mtlTempProc_priv.processTemp(p_txnHdrID => p_txnHdrID,
278: p_initMsgList => fnd_api.g_true,
279: p_txnMode => wip_constants.online,
280: p_destroyQtyTrees => fnd_api.g_true,
281: p_endDebug => fnd_api.g_false,
282: x_returnStatus => x_returnStatus,
283: x_errorMsg => x_errorMessage);

Line 299: if (l_logLevel <= wip_constants.trace_logging) 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',
301: p_procReturnStatus => x_returnStatus,
302: p_msg => x_errorMessage,
303: x_returnStatus => l_returnStatus); --discard logging return status

Line 309: if (l_logLevel <= wip_constants.trace_logging) then

305: end if;
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