DBA Data[Home] [Help]

APPS.INV_AUTODETAIL dependencies on INV_INSTALL

Line 314: IF inv_install.adv_inv_installed(NULL) THEN

310: l_putaway_sub := p_to_subinventory_code ;
311: END IF;
312:
313: l_sub_found := INV_CACHE.set_tosub_rec(l_organization_id, l_putaway_sub);
314: IF inv_install.adv_inv_installed(NULL) THEN
315:
316: IF l_sub_found THEN
317: l_sub_status := INV_CACHE.tosub_rec.status_id;
318: ELSE

Line 385: IF inv_install.adv_inv_installed(NULL) THEN

381: ELSE
382: l_putaway_loc := p_to_locator_id ;
383: END IF;
384:
385: IF inv_install.adv_inv_installed(NULL) THEN
386:
387: OPEN l_locator_status_csr;
388: FETCH l_locator_status_csr INTO l_loc_status;
389: IF l_locator_status_csr%NOTFOUND THEN

Line 884: /* IF inv_install.adv_inv_installed(NULL) THEN

880:
881: --check status of lot, locator, subinventory if Advanced Inventory
882: -- Removed for performance reasons. This check will be done in detail_xfer_or_pick
883: -- on each line returned
884: /* IF inv_install.adv_inv_installed(NULL) THEN
885: l_stat_where:= l_stat_where
886: || 'AND inv_detail_util_pvt.is_sub_loc_lot_trx_allowed('
887: || p_request_line_rec.transaction_type_id
888: || ', base.organization_id, base.inventory_item_id, base.subinventory_code'