DBA Data[Home] [Help]

APPS.INV_SHIPPING_TRANSACTION_PUB dependencies on MTL_INTERORG_PARAMETERS

Line 1891: FROM mtl_interorg_parameters

1887: else
1888: BEGIN
1889: SELECT intransit_type
1890: INTO l_intransit_type
1891: FROM mtl_interorg_parameters
1892: WHERE from_organization_id = l_po_info.source_organization_id
1893: and to_organization_id = l_po_info.destination_organization_id;
1894:
1895: if (l_intransit_type =1) then