DBA Data[Home] [Help]

APPS.WMS_DEVICE_INTEGRATION_PVT dependencies on WMS_DEVICE_REQUESTS

Line 287: -- * wms_device_requests_hist

283: -- PROCEDURE TO purge wms TABLES
284: --
285: -- Purpose: Concurrent Program to puge obsolete data from WMS tables
286: -- The following tables are obsoleted
287: -- * wms_device_requests_hist
288: -- * wms_lpn_histories
289: -- * wms_dispatched_tasks_history
290: -- * wms_exceptions
291: -- * wms_lpn_process_temp

Line 321: FUNCTION select_Device(wdrrec WMS_DEVICE_REQUESTS%ROWTYPE,

317: p_bus_event_id NUMBER DEFAULT NULL,
318: x_return_status OUT NOCOPY VARCHAR2 );
319:
320:
321: FUNCTION select_Device(wdrrec WMS_DEVICE_REQUESTS%ROWTYPE,
322: p_autoenable VARCHAR2,
323: p_parent_request_id NUMBER
324: ) return NUMBER;
325: