DBA Data[Home] [Help]

APPS.AHL_UMP_PROCESSUNIT_PVT dependencies on FND_REQUEST

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

1144:
1145: IF (p_concurrent_flag = 'Y') THEN
1146: -- submit worker programs to process units.
1147: FOR i IN 1..l_num_of_workers LOOP
1148: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_request_id);
1149: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
1150: IF G_debug = 'Y' THEN
1151: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');
1152: END IF;

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

12035: AHL_DEBUG_PUB.debug('Loop start csi: end csi' || l_start_csi_id || ':' || l_end_csi_id);
12036: END IF;
12037:
12038: -- launch BUE worker request.
12039: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id, l_start_csi_id, l_end_csi_id);
12040:
12041: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
12042: IF l_debug = 'Y' THEN
12043: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');

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

12110:
12111: IF (p_total_inst_count > 0 ) THEN
12112: IF (l_num_workers = 1) THEN
12113: -- launch BUE worker request.
12114: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
12115: p_csi_min_id, p_csi_max_id);
12116:
12117: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
12118: IF l_debug = 'Y' THEN

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

12186:
12187: l_launched_workers := l_launched_workers + 1;
12188:
12189: -- launch BUE worker request.
12190: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
12191: l_begin_count_csi_id, l_mid_point_inst_id);
12192:
12193: --dbms_output.put_line('new l_launched_workers:' || l_launched_workers);
12194: --dbms_output.put_line('newB l_begin_count_csi_id:' || l_begin_count_csi_id);

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

12217: -- launch last worker.
12218: l_begin_count_csi_id := l_mid_point_inst_id + 1;
12219: l_mid_point_inst_id := p_csi_max_id;
12220: l_launched_workers := l_launched_workers + 1;
12221: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, p_mr_header_id,
12222: l_begin_count_csi_id, l_mid_point_inst_id);
12223: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
12224: IF l_debug = 'Y' THEN
12225: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');

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

12466: -- launch worker programs.
12467: IF (p_concurrent_flag = 'Y') THEN
12468: -- submit worker programs to process units.
12469: FOR i IN 1..l_num_of_workers LOOP
12470: l_req_id := fnd_request.submit_request('AHL','AHLWUEFF',NULL,NULL,FALSE, l_conc_req_id);
12471: IF (l_req_id = 0 OR l_req_id IS NULL) THEN
12472: IF G_debug = 'Y' THEN
12473: AHL_DEBUG_PUB.debug('Tried to submit concurrent request but failed');
12474: END IF;