DBA Data[Home] [Help]

APPS.JMF_SHIKYU_UTIL dependencies on MTL_INTERORG_PARAMETERS

Line 1101: FROM mtl_interorg_parameters mip,

1097: -- The Shipping Networks table stores relationships from OEM Organizations
1098: -- to MP Organizations
1099: SELECT mip.shikyu_tp_offset_account_id
1100: INTO x_offset_account
1101: FROM mtl_interorg_parameters mip,
1102: jmf_subcontract_orders jso
1103: WHERE jso.subcontract_po_shipment_id = p_po_shipment_id
1104: AND jso.oem_organization_id = mip.from_organization_id
1105: AND jso.tp_organization_id = mip.to_organization_id