DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FND_CONCURRENT

Line 899: FROM fnd_concurrent_requests

895:
896: CURSOR get_print_options_c(c_request_id NUMBER) is
897: SELECT printer,
898: number_of_copies
899: FROM fnd_concurrent_requests
900: WHERE request_id = c_request_id ;
901:
902: BEGIN
903: l_module_name := g_module_name || 'submit_224_report';

Line 1060: l_call_status := fnd_concurrent.wait_for_request

1056: END IF;
1057: END IF;
1058:
1059: IF (p_error_code = g_SUCCESS) THEN
1060: l_call_status := fnd_concurrent.wait_for_request
1061: (
1062: request_id => l_req_id1,
1063: interval => 20,
1064: max_wait => 0,

Line 1081: l_call_status := fnd_concurrent.wait_for_request

1077: END IF;
1078: END IF;
1079:
1080: IF (p_error_code = g_SUCCESS) THEN
1081: l_call_status := fnd_concurrent.wait_for_request
1082: (
1083: request_id => l_req_id2,
1084: interval => 20,
1085: max_wait => 0,

Line 1102: l_call_status := fnd_concurrent.wait_for_request

1098: END IF;
1099: END IF;
1100:
1101: IF (p_error_code = g_SUCCESS) THEN
1102: l_call_status := fnd_concurrent.wait_for_request
1103: (
1104: request_id => l_req_id3,
1105: interval => 20,
1106: max_wait => 0,

Line 1123: l_call_status := fnd_concurrent.wait_for_request

1119: END IF;
1120: END IF;
1121:
1122: IF (p_error_code = g_SUCCESS) THEN
1123: l_call_status := fnd_concurrent.wait_for_request
1124: (
1125: request_id => l_req_id4,
1126: interval => 20,
1127: max_wait => 0,

Line 1171: l_call_status := fnd_concurrent.wait_for_request

1167: END IF;
1168: END IF;
1169:
1170: IF (p_error_code = g_SUCCESS) THEN
1171: l_call_status := fnd_concurrent.wait_for_request
1172: (
1173: request_id => l_req_id5,
1174: interval => 20,
1175: max_wait => 0,

Line 1252: l_call_status := fnd_concurrent.wait_for_request

1248: COMMIT;
1249: END IF;
1250:
1251: IF (p_error_code = g_SUCCESS) THEN
1252: l_call_status := fnd_concurrent.wait_for_request
1253: (
1254: request_id => l_req_id,
1255: interval => 20,
1256: max_wait => 0,

Line 5046: IF FND_CONCURRENT.SET_COMPLETION_STATUS ('WARNING','ALC address not found for the ALC(s)') THEN

5042: 'ALC Address Not Found For The ALC ' || p_alc ;
5043: END;
5044: END IF; /* p_alc = 'ALL' */
5045: IF l_alc_add_missing_count > 0 THEN /* l_alc_add_missing_count > 0 */
5046: IF FND_CONCURRENT.SET_COMPLETION_STATUS ('WARNING','ALC address not found for the ALC(s)') THEN
5047: -- error_buf := SUBSTR(error_buf,1,40) || ' WITH WARNING **' || fnd_global.newline() ||
5048: -- 'ALC address not found for the ALC(s)' ;
5049: NULL;
5050: ELSE

Line 5534: FROM fnd_concurrent_requests

5530: SELECT printer,
5531: number_of_copies
5532: INTO l_printer_name,
5533: l_no_copies
5534: FROM fnd_concurrent_requests
5535: WHERE request_id = l_conc_request_id ;
5536:
5537: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(printer => l_printer_name, copies => l_no_copies) ;
5538: -- Submit the Report