DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_UTL_PKG

Line 474: csi_utl_pkg.get_order_line_dtls(

470: else
471:
472: --Code Added for MACD Enhancement starts here
473: -- Get the order line details
474: csi_utl_pkg.get_order_line_dtls(
475: p_mtl_transaction_id => p_transaction_id,
476: x_order_line_rec => l_order_line_rec,
477: x_return_status => l_return_status);
478:

Line 480: csi_utl_pkg.get_item_control_rec(

476: x_order_line_rec => l_order_line_rec,
477: x_return_status => l_return_status);
478:
479: -- get item details
480: csi_utl_pkg.get_item_control_rec(
481: p_mtl_txn_id => p_transaction_id,
482: x_item_control_rec => l_item_control_rec,
483: x_return_status => l_return_status);
484: