7119: END IF;
7120:
7121: /* get the default locator status */
7122: IF l_wms_installed THEN
7123: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
7124: l_orgid, l_subinv);
7125: ELSE
7126: l_default_locator_status := 1;
7127: END IF;
7385: END IF;
7386:
7387: /* get the default locator status */
7388: IF l_wms_installed THEN
7389: l_default_locator_status :=INV_MATERIAL_STATUS_PKG.get_default_locator_status(
7390: l_xorgid, l_xsubinv);
7391: ELSE
7392: l_default_locator_status := 1;
7393: END IF;