DBA Data[Home] [Help]

APPS.INV_LOCATION dependencies on MTL_REPLENISH_HEADERS

Line 64: from MTL_REPLENISH_HEADERS

60: from sys.dual
61: where not exists (
62:
63: select null
64: from MTL_REPLENISH_HEADERS
65: where DELIVERY_LOCATION_ID = P_LOCATION_ID
66: );
67:
68:

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: