DBA Data[Home] [Help]

APPS.WSMPINVL dependencies on FND_REQUEST

Line 4910: req_id := FND_REQUEST.submit_request

4906: wait BOOLEAN;
4907:
4908: BEGIN
4909: /*Bug 3733798
4910: req_id := FND_REQUEST.submit_request
4911: ('INV', 'INCTCW', NULL, NULL, FALSE,
4912: to_char(x_header_id1), '1', NULL, NULL);*/
4913: /*Added for Bug 3733798*/
4914: req_id := FND_REQUEST.submit_request

Line 4914: req_id := FND_REQUEST.submit_request

4910: req_id := FND_REQUEST.submit_request
4911: ('INV', 'INCTCW', NULL, NULL, FALSE,
4912: to_char(x_header_id1), '1', NULL, NULL);*/
4913: /*Added for Bug 3733798*/
4914: req_id := FND_REQUEST.submit_request
4915: ('INV', 'INCTCW', NULL, NULL, FALSE,
4916: to_char(x_header_id1), '4', NULL, NULL);
4917: fnd_file.put_line(fnd_file.log,'Inventory Transaction Worker request_id is '
4918: ||to_char(req_id));