DBA Data[Home] [Help]

APPS.WIP_TRANSACTION_PVT dependencies on WIP_CONSTANTS

Line 44: IF (l_log_level <= wip_constants.trace_logging) THEN

40:
41: BEGIN
42: l_process_phase := '1';
43: -- write parameter value to log file
44: IF (l_log_level <= wip_constants.trace_logging) THEN
45: l_params(1).paramName := 'p_validation_level';
46: l_params(1).paramValue := p_validation_level;
47: l_params(2).paramName := 'p_init_msg_list';
48: l_params(2).paramValue := p_init_msg_list;

Line 125: IF l_OSP_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE THEN

121: if (l_direct_item_flag <> 1) then
122: --Perform the Move transaction if the autocharge is PO Move
123: -- do not do this if direct item
124: if (l_return_status <> FND_API.G_RET_STS_ERROR) then
125: IF l_OSP_rec.autocharge_type = WIP_CONSTANTS.PO_MOVE THEN
126: l_process_phase := '10';
127: --Default the ShopFloorMove record
128: WIP_Default_ShopFloorMove.Attributes(
129: p_ShopFloorMove_rec => l_ShopFloorMove_rec,

Line 169: IF (l_log_level <= wip_constants.trace_logging) THEN

165: p_data => p_msg_data
166: );
167: p_return_status := l_return_status;
168: -- write to the log file
169: IF (l_log_level <= wip_constants.trace_logging) THEN
170: wip_logger.exitPoint(p_procName => 'WIP_Transaction_PVT.Process_OSP_Transaction',
171: p_procReturnStatus => p_return_status,
172: p_msg => 'procedure complete',
173: x_returnStatus => l_return_status);

Line 188: IF (l_log_level <= wip_constants.trace_logging) THEN

184: , p_data => p_msg_data
185: );
186: l_error_msg := 'process_phase = ' || l_process_phase || ';' ||
187: ' unexpected error: ' || p_msg_data;
188: IF (l_log_level <= wip_constants.trace_logging) THEN
189: wip_logger.exitPoint(
190: p_procName => 'WIP_Transaction_PVT.Process_OSP_Transaction',
191: p_procReturnStatus => p_return_status,
192: p_msg => l_error_msg,

Line 206: IF (l_log_level <= wip_constants.trace_logging) THEN

202: , p_data => p_msg_data
203: );
204: l_error_msg := 'process_phase = ' || l_process_phase || ';' ||
205: ' unexpected error: ' || p_msg_data;
206: IF (l_log_level <= wip_constants.trace_logging) THEN
207: wip_logger.exitPoint(
208: p_procName => 'WIP_Transaction_PVT.Process_OSP_Transaction',
209: p_procReturnStatus => p_return_status,
210: p_msg => l_error_msg,

Line 233: IF (l_log_level <= wip_constants.trace_logging) THEN

229: , p_data => p_msg_data
230: );
231: l_error_msg := 'process_phase = ' || l_process_phase || ';' ||
232: ' unexpected error: ' || SQLERRM;
233: IF (l_log_level <= wip_constants.trace_logging) THEN
234: wip_logger.exitPoint(
235: p_procName => 'WIP_Transaction_PVT.Process_OSP_Transaction',
236: p_procReturnStatus => p_return_status,
237: p_msg => l_error_msg,

Line 431: IF (l_log_level <= wip_constants.trace_logging) THEN

427: l_params wip_logger.param_tbl_t;
428: BEGIN
429: l_process_phase := '1';
430: -- write parameter value to log file
431: IF (l_log_level <= wip_constants.trace_logging) THEN
432: l_params(1).paramName := 'p_validation_level';
433: l_params(1).paramValue := p_validation_level;
434: l_params(2).paramName := 'p_init_msg_list';
435: l_params(2).paramValue := p_init_msg_list;

Line 490: IF (l_log_level <= wip_constants.trace_logging) THEN

486: );
487:
488: p_return_status := l_return_status;
489: -- write to the log file
490: IF (l_log_level <= wip_constants.trace_logging) THEN
491: wip_logger.exitPoint(p_procName => 'WIP_Transaction_PVT.Process_Resource_Transaction',
492: p_procReturnStatus => p_return_status,
493: p_msg => 'procedure complete',
494: x_returnStatus => l_return_status);

Line 501: IF (l_log_level <= wip_constants.trace_logging) THEN

497:
498: WHEN FND_API.G_EXC_ERROR THEN
499: l_res_txn_rec.return_status := FND_API.G_RET_STS_ERROR;
500: l_error_msg := 'process_phase = ' || l_process_phase || ';';
501: IF (l_log_level <= wip_constants.trace_logging) THEN
502: wip_logger.exitPoint(
503: p_procName => 'WIP_Transaction_PVT.Process_Resource_Transaction',
504: p_procReturnStatus => p_return_status,
505: p_msg => l_error_msg,

Line 511: IF (l_log_level <= wip_constants.trace_logging) THEN

507: END IF;
508: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
509: l_res_txn_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
510: l_error_msg := 'process_phase = ' || l_process_phase || ';';
511: IF (l_log_level <= wip_constants.trace_logging) THEN
512: wip_logger.exitPoint(
513: p_procName => 'WIP_Transaction_PVT.Process_Resource_Transaction',
514: p_procReturnStatus => p_return_status,
515: p_msg => l_error_msg,

Line 530: IF (l_log_level <= wip_constants.trace_logging) THEN

526: );
527: END IF;
528: l_error_msg := 'process_phase = ' || l_process_phase || ';' ||
529: ' unexpected error: ' || SQLERRM;
530: IF (l_log_level <= wip_constants.trace_logging) THEN
531: wip_logger.exitPoint(
532: p_procName => 'WIP_Transaction_PVT.Process_Resource_Transaction',
533: p_procReturnStatus => p_return_status,
534: p_msg => l_error_msg,