DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_INTERORG_PARAMETERS

Line 1910: FROM mtl_interorg_parameters

1906: else
1907: BEGIN
1908: SELECT intransit_type
1909: INTO l_intransit_type
1910: FROM mtl_interorg_parameters
1911: WHERE from_organization_id = l_po_info.source_organization_id
1912: and to_organization_id = l_po_info.destination_organization_id;
1913:
1914: if (l_intransit_type =1) then