DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on MTL_INTERORG_PARAMETERS

Line 625: FROM mtl_interorg_parameters

621: -- Get the SHIKYU default order type from the shikyu-enabled Shipping Network
622: -- from the OEM to the TP
623: SELECT shikyu_default_order_type_id
624: INTO l_header_rec.order_type_id
625: FROM mtl_interorg_parameters
626: WHERE from_organization_id = p_oem_organization_id
627: AND to_organization_id = p_tp_organization_id;
628:
629: lStmtNo := 80;