DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_ORDER_FULFILL_PUB

Line 424: csi_order_fulfill_pub.order_fulfillment(

420: l_trx_error_rec.transaction_type_id := 51;
421: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('OM_SHIPMENT','ONT');
422: l_trx_error_rec.inv_material_transaction_id := null;
423:
424: csi_order_fulfill_pub.order_fulfillment(
425: p_order_line_id => p_transaction_id,
426: p_message_id => NULL,
427: x_return_status => l_return_status,
428: px_trx_error_rec => l_trx_error_rec);

Line 599: csi_order_fulfill_pub.logical_drop_ship(

595: ELSIF p_transaction_type = 'CSILOSHP' THEN
596: debug('Before Transaction If for: '||p_transaction_type);
597: l_trx_error_rec.transaction_type_id := 51;
598: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('OM_SHIPMENT','ONT');
599: csi_order_fulfill_pub.logical_drop_ship(
600: p_mtl_txn_id => p_transaction_id,
601: p_message_id => NULL,
602: x_return_status => l_return_status,
603: px_trx_error_rec => l_trx_error_rec);