DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on INV_INSTALL

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

2439: x_error_code := 1; -- not entire delivery is ready
2440: return;
2441: end if;
2442: -- check if this delivery is loaded to any dock and delivery status
2443: if (inv_install.adv_inv_installed(p_organization_id=>null) = TRUE ) then
2444: CHECK_DELIVERY_LOADED(p_delivery_id => p_delivery_id,
2445: x_return_Status => l_return_status);
2446: if l_return_status = 'Y' then
2447: x_return_Status := 'N';