DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_INTERORG_SHIP_METHODS

Line 25: from MTL_INTERORG_SHIP_METHODS

21: from sys.dual
22: where not exists (
23:
24: select null
25: from MTL_INTERORG_SHIP_METHODS
26: where FROM_LOCATION_ID = P_LOCATION_ID
27: or TO_LOCATION_ID = P_LOCATION_ID
28: );
29: