DBA Data[Home] [Help]

APPS.WMS_ARCHIVE_PVT dependencies on FND_REQUEST

Line 325: l_purge_req_id := fnd_request.submit_request(application => 'WMS'

321:
322:
323: -- @@@ Calling the purge worker for a specific date range..
324: -- @@@ 'l_purge_req_id' returns the concurrent request id for the worker launched.
325: l_purge_req_id := fnd_request.submit_request(application => 'WMS'
326: , program => 'WMSTARCW'
327: , argument1 => to_char(l_from_date, 'RRRR/MM/DD HH24:MI:SS')
328: , argument2 => to_char(l_to_date, 'RRRR/MM/DD HH24:MI:SS')
329: , argument3 => p_org_id);

Line 1627: l_purge_req_id := fnd_request.submit_request(application => 'WMS'

1623:
1624:
1625: -- @@@ Calling the purge worker for a specific date range..
1626: -- @@@
1627: l_purge_req_id := fnd_request.submit_request(application => 'WMS'
1628: , program => 'WMSTUARW'
1629: , argument1 => to_char(l_from_date, 'RRRR/MM/DD HH24:MI:SS')
1630: , argument2 => to_char(l_to_date, 'RRRR/MM/DD HH24:MI:SS')
1631: , argument3 => p_org_id);