DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on FND_REQUEST

Line 976: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_request_id);

972:
973: IF (p_concurrent_flag = 'Y') THEN
974: -- submit worker programs to process units.
975: FOR i IN 1..l_num_of_workers LOOP
976: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_request_id);
977: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
978: IF G_debug = 'Y' THEN
979: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');
980: END IF;

Line 10430: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id, l_start_csi_id, l_end_csi_id);

10426: AHL_DEBUG_PUB.debug('Loop start csi: end csi' || l_start_csi_id || ':' || l_end_csi_id);
10427: END IF;
10428:
10429: -- launch BUE worker request.
10430: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id, l_start_csi_id, l_end_csi_id);
10431:
10432: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
10433: IF l_debug = 'Y' THEN
10434: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');

Line 10505: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,

10501:
10502: IF (p_total_inst_count > 0 ) THEN
10503: IF (l_num_workers = 1) THEN
10504: -- launch BUE worker request.
10505: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
10506: p_csi_min_id, p_csi_max_id);
10507:
10508: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
10509: IF l_debug = 'Y' THEN

Line 10581: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,

10577:
10578: l_launched_workers := l_launched_workers + 1;
10579:
10580: -- launch BUE worker request.
10581: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
10582: l_begin_count_csi_id, l_mid_point_inst_id);
10583:
10584: --dbms_output.put_line('new l_launched_workers:' || l_launched_workers);
10585: --dbms_output.put_line('newB l_begin_count_csi_id:' || l_begin_count_csi_id);

Line 10612: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,

10608: -- launch last worker.
10609: l_begin_count_csi_id := l_mid_point_inst_id + 1;
10610: l_mid_point_inst_id := p_csi_max_id;
10611: l_launched_workers := l_launched_workers + 1;
10612: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
10613: l_begin_count_csi_id, l_mid_point_inst_id);
10614: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
10615: IF l_debug = 'Y' THEN
10616: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');

Line 10857: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_req_id);

10853: -- launch worker programs.
10854: IF (p_concurrent_flag = 'Y') THEN
10855: -- submit worker programs to process units.
10856: FOR i IN 1..l_num_of_workers LOOP
10857: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_req_id);
10858: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
10859: IF G_debug = 'Y' THEN
10860: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');
10861: END IF;