DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_UTL_PKG

Line 451: csi_utl_pkg.get_order_line_dtls(

447: else
448:
449: --Code Added for MACD Enhancement starts here
450: -- Get the order line details
451: csi_utl_pkg.get_order_line_dtls(
452: p_mtl_transaction_id => p_transaction_id,
453: x_order_line_rec => l_order_line_rec,
454: x_return_status => l_return_status);
455:

Line 457: csi_utl_pkg.get_item_control_rec(

453: x_order_line_rec => l_order_line_rec,
454: x_return_status => l_return_status);
455:
456: -- get item details
457: csi_utl_pkg.get_item_control_rec(
458: p_mtl_txn_id => p_transaction_id,
459: x_item_control_rec => l_item_control_rec,
460: x_return_status => l_return_status);
461: