DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on INV_INSTALL

Line 3909: IF (inv_install.adv_inv_installed(l_mo_line_rec.organization_id)) THEN

3905: CLOSE c_mo_type;
3906: IF l_debug = 1 THEN
3907: debug_print( 'l_mo_type = ' || l_mo_type);
3908: END IF;
3909: IF (inv_install.adv_inv_installed(l_mo_line_rec.organization_id)) THEN
3910: OPEN c_allow_backordering;
3911: FETCH c_allow_backordering INTO l_allow_backordering;
3912: CLOSE c_allow_backordering;
3913: END IF;