DBA Data[Home] [Help]

APPS.WSM_LOTATTR_PVT dependencies on INV_INSTALL

Line 277: --IF (inv_install.adv_inv_installed(p_org_id) = TRUE) THEN

273: pdebug('l_intf_rec_found= FALSE');
274: end if;
275: end; -- added for bug 5126021:End.
276:
277: --IF (inv_install.adv_inv_installed(p_org_id) = TRUE) THEN
278: IF (inv_install.adv_inv_installed(NULL) = TRUE) THEN
279: l_wms_installed := TRUE;
280: if g_debug then
281: pdebug('l_wms_installed = TRUE');

Line 278: IF (inv_install.adv_inv_installed(NULL) = TRUE) THEN

274: end if;
275: end; -- added for bug 5126021:End.
276:
277: --IF (inv_install.adv_inv_installed(p_org_id) = TRUE) THEN
278: IF (inv_install.adv_inv_installed(NULL) = TRUE) THEN
279: l_wms_installed := TRUE;
280: if g_debug then
281: pdebug('l_wms_installed = TRUE');
282: end if;

Line 319: END IF; -- inv_install.adv_inv_installed(NULL) = TRUE

315: end if;
316: ELSE
317: l_copy_from_src:=TRUE;
318: END IF; -- x_src_lot_exists='Y'
319: END IF; -- inv_install.adv_inv_installed(NULL) = TRUE
320:
321: /* A big section of commented out code was present here. It has been removed
322: for code readability and clarity. For some reason, if you would like to know
323: more about the commented out code, please refer to file version 120.4