DBA Data[Home] [Help]

APPS.INV_MAINTAIN_RESERVATION_PUB dependencies on INV_INSTALL

Line 4133: IF (inv_install.adv_inv_installed(get_po_shipment_rec.ship_to_organization_id)) THEN

4129: l_Fnd_Log_Message := 'get_po_shipment_rec.org_id:'||get_po_shipment_rec.ship_to_organization_id;
4130: mydebug(l_Fnd_Log_Message, c_api_name,9);
4131: END IF;
4132:
4133: IF (inv_install.adv_inv_installed(get_po_shipment_rec.ship_to_organization_id)) THEN
4134: -- is wms org
4135: -- delete all the reservations for this shipment
4136: -- log message
4137: IF g_debug= C_Debug_Enabled THEN

Line 4369: IF (inv_install.adv_inv_installed(get_source_doc_code_rec.organization_id)) THEN

4365: END IF;
4366: RAISE fnd_api.g_exc_error;
4367: END IF;
4368:
4369: IF (inv_install.adv_inv_installed(get_source_doc_code_rec.organization_id)) THEN
4370: -- wms org
4371: -- return
4372: IF g_debug= C_Debug_Enabled THEN
4373: l_Fnd_Log_Message := 'it is WMS organization, return.';

Line 5338: IF (inv_install.adv_inv_installed(get_po_shipment_rel_rec.ship_to_organization_id)) THEN

5334: l_Fnd_Log_Message := 'get_po_shipment_rel_rec.ship_to_org_id:'||get_po_shipment_rec.ship_to_organization_id;
5335: mydebug(l_Fnd_Log_Message, c_api_name,9);
5336: END IF;
5337:
5338: IF (inv_install.adv_inv_installed(get_po_shipment_rel_rec.ship_to_organization_id)) THEN
5339: -- is wms org
5340: -- delete all the reservations for this shipment
5341: -- log message
5342: -- Commenting out the delete reservation call. Call