DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on INV_INSTALL

Line 2290: if (inv_install.adv_inv_installed(p_organization_id=>null) = TRUE ) then

2286: x_error_code := 1; -- not entire delivery is ready
2287: return;
2288: end if;
2289: -- check if this delivery is loaded to any dock and delivery status
2290: if (inv_install.adv_inv_installed(p_organization_id=>null) = TRUE ) then
2291: CHECK_DELIVERY_LOADED(p_delivery_id => p_delivery_id,
2292: x_return_Status => l_return_status);
2293: if l_return_status = 'Y' then
2294: x_return_Status := 'N';