DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_MOVEMENT_PARAMETERS

Line 50: from MTL_MOVEMENT_PARAMETERS

46: from sys.dual
47: where not exists (
48:
49: select null
50: from MTL_MOVEMENT_PARAMETERS
51: where TAX_OFFICE_LOCATION_ID = P_LOCATION_ID
52: );
53:
54: