[Home] [Help]
2699: alotted_rows := c_pir%rowcount - row_count;
2700:
2701: row_count := c_pir%rowcount;
2702:
2703: l_reqid := FND_REQUEST.SUBMIT_REQUEST (
2704: application => 'WSM',
2705: program => 'WSMLNCHW',
2706: sub_request => FALSE,
2707: argument1 => l_group_id,
2745: update wsm_lot_job_interface wlji
2746: set wlji.process_status = wip_constants.running
2747: where group_id = p_group_id;
2748:
2749: l_reqid := FND_REQUEST.SUBMIT_REQUEST (
2750: application => 'WSM',
2751: program => 'WSMLNCHW',
2752: sub_request => FALSE,
2753: argument1 => p_group_id,
7638: l_boolean_success := false;
7639:
7640: if l_atleast_one_row_in_mmtt <>0 THEN
7641: fnd_file.put_line(fnd_file.log, 'Invoking Inventory Worker with header id: '||to_char(txn_header_id));
7642: l_inv_worker_req_id := FND_REQUEST.submit_request (
7643: 'INV', 'INCTCW', NULL, NULL, FALSE,
7644: --to_char(txn_header_id), '1', NULL, NULL); -- bug 3733798
7645: to_char(txn_header_id), '4', NULL, NULL); -- bug 3733798
7646:
7760: close c_wlji_1;
7761:
7762: -- osp begin
7763: if l_atleast_one_osp_exists <> 0 then
7764: l_req_request_id := fnd_request.submit_request(
7765: 'PO', 'REQIMPORT', NULL, NULL, FALSE,'WIP', NULL, 'ITEM',
7766: NULL ,'N', 'Y' , chr(0), NULL, NULL, NULL,
7767: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
7768: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,