DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_REPLENISH_HEADERS_INT

Line 76: from MTL_REPLENISH_HEADERS_INT

72: from sys.dual
73: where not exists (
74:
75: select null
76: from MTL_REPLENISH_HEADERS_INT
77: where DELIVERY_LOCATION_ID = P_LOCATION_ID
78: );
79:
80: