DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on FND_REQUEST

Line 5078: req_id := FND_REQUEST.submit_request

5074: wait BOOLEAN;
5075:
5076: BEGIN
5077: /*Bug 3733798
5078: req_id := FND_REQUEST.submit_request
5079: ('INV', 'INCTCW', NULL, NULL, FALSE,
5080: to_char(x_header_id1), '1', NULL, NULL);*/
5081: /*Added for Bug 3733798*/
5082: req_id := FND_REQUEST.submit_request

Line 5082: req_id := FND_REQUEST.submit_request

5078: req_id := FND_REQUEST.submit_request
5079: ('INV', 'INCTCW', NULL, NULL, FALSE,
5080: to_char(x_header_id1), '1', NULL, NULL);*/
5081: /*Added for Bug 3733798*/
5082: req_id := FND_REQUEST.submit_request
5083: ('INV', 'INCTCW', NULL, NULL, FALSE,
5084: to_char(x_header_id1), '4', NULL, NULL);
5085: fnd_file.put_line(fnd_file.log,'Inventory Transaction Worker request_id is '
5086: ||to_char(req_id));