DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on FND_PROFILE

Line 992: l_negative_code := nvl(fnd_profile.value('inv_override_neg_for_backflush'), 2);

988: raise fnd_api.g_exc_error;
989: END IF;
990: -- for wip comp issue override it with the backflush profile value
991: IF l_negative_code = 2 AND p_transaction_rec.transaction_type_id = 71 THEN
992: l_negative_code := nvl(fnd_profile.value('inv_override_neg_for_backflush'), 2);
993: END IF;
994: IF l_negative_code = 1 and p_item_attr_rec.src_serial_control_flag = 'N' THEN
995: debug('Org allows negative quantities. So creating an instance with 0 quantity.');
996: csi_process_txn_pvt.create_zero_qty_instance(