DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_ORDER_FULFILL_PUB

Line 401: csi_order_fulfill_pub.order_fulfillment(

397: l_trx_error_rec.transaction_type_id := 51;
398: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('OM_SHIPMENT','ONT');
399: l_trx_error_rec.inv_material_transaction_id := null;
400:
401: csi_order_fulfill_pub.order_fulfillment(
402: p_order_line_id => p_transaction_id,
403: p_message_id => NULL,
404: x_return_status => l_return_status,
405: px_trx_error_rec => l_trx_error_rec);

Line 576: csi_order_fulfill_pub.logical_drop_ship(

572: ELSIF p_transaction_type = 'CSILOSHP' THEN
573: debug('Before Transaction If for: '||p_transaction_type);
574: l_trx_error_rec.transaction_type_id := 51;
575: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('OM_SHIPMENT','ONT');
576: csi_order_fulfill_pub.logical_drop_ship(
577: p_mtl_txn_id => p_transaction_id,
578: p_message_id => NULL,
579: x_return_status => l_return_status,
580: px_trx_error_rec => l_trx_error_rec);