DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on INV_INSTALL

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

3816: CLOSE c_mo_type;
3817: IF l_debug = 1 THEN
3818: debug_print( 'l_mo_type = ' || l_mo_type);
3819: END IF;
3820: IF (inv_install.adv_inv_installed(l_mo_line_rec.organization_id)) THEN
3821: OPEN c_allow_backordering;
3822: FETCH c_allow_backordering INTO l_allow_backordering;
3823: CLOSE c_allow_backordering;
3824: END IF;