DBA Data[Home] [Help]

APPS.WMA_INV_WRAPPERS dependencies on WMA_INV_WRAPPERS

Line 1: PACKAGE BODY wma_inv_wrappers AS

1: PACKAGE BODY wma_inv_wrappers AS
2: /* $Header: wmainvwb.pls 115.12 2003/09/08 22:11:58 rlohani ship $ */
3:
4: type tree_tbl_t is table of NUMBER index by binary_integer;
5:

Line 401: wip_logger.entryPoint(p_procName => 'wma_inv_wrappers.transferReservation',

397: l_params(5).paramValue := p_lpn_id;
398: l_params(6).paramName := 'p_lot_number';
399: l_params(6).paramValue := p_lot_number;
400:
401: wip_logger.entryPoint(p_procName => 'wma_inv_wrappers.transferReservation',
402: p_params => l_params,
403: x_returnStatus => l_dummy);
404: end if;
405: update wip_lpn_completions

Line 464: wip_logger.exitPoint(p_procName => 'wma_inv_wrappers.transferReservation',

460: x_msg_data => x_err_msg);
461: end if;
462: end if;
463: if(l_logLevel <= wip_constants.trace_logging) then
464: wip_logger.exitPoint(p_procName => 'wma_inv_wrappers.transferReservation',
465: p_procReturnStatus => x_return_status,
466: p_msg => 'success',
467: x_returnStatus => l_dummy);
468: end if;

Line 472: wip_logger.exitPoint(p_procName => 'wma_inv_wrappers.transferReservation',

468: end if;
469: exception
470: when others then
471: if(l_logLevel <= wip_constants.trace_logging) then
472: wip_logger.exitPoint(p_procName => 'wma_inv_wrappers.transferReservation',
473: p_procReturnStatus => x_return_status,
474: p_msg => 'error:' || x_err_msg,
475: x_returnStatus => l_dummy);
476: end if;

Line 495: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wma_inv_wrappers',

491: inv_quantity_tree_pub.clear_quantity_cache;
492: exception
493: when others then
494: x_return_status := fnd_api.g_ret_sts_unexp_error;
495: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wma_inv_wrappers',
496: p_procedure_name => 'clearQtyTrees',
497: p_error_text => SQLERRM);
498: end clearQtyTrees;
499: END wma_inv_wrappers;

Line 499: END wma_inv_wrappers;

495: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wma_inv_wrappers',
496: p_procedure_name => 'clearQtyTrees',
497: p_error_text => SQLERRM);
498: end clearQtyTrees;
499: END wma_inv_wrappers;