DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_TRANSACTIONS_INTERFACE

Line 103: from MTL_TRANSACTIONS_INTERFACE

99: from sys.dual
100: where not exists (
101:
102: select null
103: from MTL_TRANSACTIONS_INTERFACE
104: where SHIP_TO_LOCATION_ID = P_LOCATION_ID
105: );
106:
107: exception