DBA Data[Home] [Help]

APPS.INV_MAINTAIN_RESERVATION_PUB dependencies on INV_INSTALL

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

4220: l_Fnd_Log_Message := 'get_po_shipment_rec.org_id:'||get_po_shipment_rec.ship_to_organization_id;
4221: mydebug(l_Fnd_Log_Message, c_api_name,9);
4222: END IF;
4223:
4224: IF (inv_install.adv_inv_installed(get_po_shipment_rec.ship_to_organization_id)) THEN
4225: -- is wms org
4226: -- delete all the reservations for this shipment
4227: -- log message
4228: IF g_debug= C_Debug_Enabled THEN

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

4449: END IF;
4450: RAISE fnd_api.g_exc_error;
4451: END IF;
4452:
4453: IF (inv_install.adv_inv_installed(get_source_doc_code_rec.organization_id)) THEN
4454: -- wms org
4455: -- return
4456: IF g_debug= C_Debug_Enabled THEN
4457: l_Fnd_Log_Message := 'it is WMS organization, return.';

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

5587: l_Fnd_Log_Message := 'get_po_shipment_rel_rec.ship_to_org_id:'||get_po_shipment_rec.ship_to_organization_id;
5588: mydebug(l_Fnd_Log_Message, c_api_name,9);
5589: END IF;
5590:
5591: IF (inv_install.adv_inv_installed(get_po_shipment_rel_rec.ship_to_organization_id)) THEN
5592: -- is wms org
5593: -- delete all the reservations for this shipment
5594: -- log message
5595: -- Commenting out the delete reservation call. Call