DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on FND_REQUEST

Line 2697: l_reqid := FND_REQUEST.SUBMIT_REQUEST (

2693: alotted_rows := c_pir%rowcount - row_count;
2694:
2695: row_count := c_pir%rowcount;
2696:
2697: l_reqid := FND_REQUEST.SUBMIT_REQUEST (
2698: application => 'WSM',
2699: program => 'WSMLNCHW',
2700: sub_request => FALSE,
2701: argument1 => l_group_id,

Line 2743: l_reqid := FND_REQUEST.SUBMIT_REQUEST (

2739: update wsm_lot_job_interface wlji
2740: set wlji.process_status = wip_constants.running
2741: where group_id = p_group_id;
2742:
2743: l_reqid := FND_REQUEST.SUBMIT_REQUEST (
2744: application => 'WSM',
2745: program => 'WSMLNCHW',
2746: sub_request => FALSE,
2747: argument1 => p_group_id,

Line 7636: l_inv_worker_req_id := FND_REQUEST.submit_request (

7632: l_boolean_success := false;
7633:
7634: if l_atleast_one_row_in_mmtt <>0 THEN
7635: fnd_file.put_line(fnd_file.log, 'Invoking Inventory Worker with header id: '||to_char(txn_header_id));
7636: l_inv_worker_req_id := FND_REQUEST.submit_request (
7637: 'INV', 'INCTCW', NULL, NULL, FALSE,
7638: --to_char(txn_header_id), '1', NULL, NULL); -- bug 3733798
7639: to_char(txn_header_id), '4', NULL, NULL); -- bug 3733798
7640:

Line 7758: l_req_request_id := fnd_request.submit_request(

7754: close c_wlji_1;
7755:
7756: -- osp begin
7757: if l_atleast_one_osp_exists <> 0 then
7758: l_req_request_id := fnd_request.submit_request(
7759: 'PO', 'REQIMPORT', NULL, NULL, FALSE,'WIP', NULL, 'ITEM',
7760: NULL ,'N', 'Y' , chr(0), NULL, NULL, NULL,
7761: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
7762: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,