DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on FND_PROFILE

Line 460: l_use_parallel_mode := NVL(fnd_profile.value('CSI_TXN_PARALLEL_MODE'), 'N'); --Code Added for MACD Enhancement

456: debug('Before Transaction If for: '||p_transaction_type);
457: l_trx_error_rec.transaction_type_id := 51;
458: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('OM_SHIPMENT','ONT');
459:
460: l_use_parallel_mode := NVL(fnd_profile.value('CSI_TXN_PARALLEL_MODE'), 'N'); --Code Added for MACD Enhancement
461:
462: if (l_use_parallel_mode = 'N') then --Code Added for MACD Enhancement
463:
464: csi_order_ship_pub.order_shipment(