DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FND_CONCURRENT

Line 915: FROM fnd_concurrent_requests

911:
912: CURSOR get_print_options_c(c_request_id NUMBER) is
913: SELECT printer,
914: number_of_copies
915: FROM fnd_concurrent_requests
916: WHERE request_id = c_request_id ;
917:
918: BEGIN
919: l_module_name := g_module_name || 'submit_224_report';

Line 1046: l_call_status := fnd_concurrent.wait_for_request

1042: END IF;
1043:
1044:
1045: IF (p_error_code = g_SUCCESS) THEN
1046: l_call_status := fnd_concurrent.wait_for_request
1047: (
1048: request_id => l_req_id1,
1049: interval => 20,
1050: max_wait => 0,

Line 1067: l_call_status := fnd_concurrent.wait_for_request

1063: END IF;
1064: END IF;
1065:
1066: IF (p_error_code = g_SUCCESS) THEN
1067: l_call_status := fnd_concurrent.wait_for_request
1068: (
1069: request_id => l_req_id2,
1070: interval => 20,
1071: max_wait => 0,

Line 1088: l_call_status := fnd_concurrent.wait_for_request

1084: END IF;
1085: END IF;
1086:
1087: IF (p_error_code = g_SUCCESS) THEN
1088: l_call_status := fnd_concurrent.wait_for_request
1089: (
1090: request_id => l_req_id3,
1091: interval => 20,
1092: max_wait => 0,

Line 1143: l_call_status := fnd_concurrent.wait_for_request

1139: END IF;
1140: END IF;
1141:
1142: IF (p_error_code = g_SUCCESS) THEN
1143: l_call_status := fnd_concurrent.wait_for_request
1144: (
1145: request_id => l_req_id4,
1146: interval => 20,
1147: max_wait => 0,

Line 1191: l_call_status := fnd_concurrent.wait_for_request

1187: END IF;
1188: END IF;
1189:
1190: IF (p_error_code = g_SUCCESS) THEN
1191: l_call_status := fnd_concurrent.wait_for_request
1192: (
1193: request_id => l_req_id5,
1194: interval => 20,
1195: max_wait => 0,

Line 1272: l_call_status := fnd_concurrent.wait_for_request

1268: COMMIT;
1269: END IF;
1270:
1271: IF (p_error_code = g_SUCCESS) THEN
1272: l_call_status := fnd_concurrent.wait_for_request
1273: (
1274: request_id => l_req_id,
1275: interval => 20,
1276: max_wait => 0,

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

5180: 'ALC Address Not Found For The ALC ' || p_alc ;
5181: END;
5182: END IF; /* p_alc = 'ALL' */
5183: IF l_alc_add_missing_count > 0 THEN /* l_alc_add_missing_count > 0 */
5184: IF FND_CONCURRENT.SET_COMPLETION_STATUS ('WARNING','ALC address not found for the ALC(s)') THEN
5185: -- error_buf := SUBSTR(error_buf,1,40) || ' WITH WARNING **' || fnd_global.newline() ||
5186: -- 'ALC address not found for the ALC(s)' ;
5187: NULL;
5188: ELSE

Line 5680: FROM fnd_concurrent_requests

5676: SELECT printer,
5677: number_of_copies
5678: INTO l_printer_name,
5679: l_no_copies
5680: FROM fnd_concurrent_requests
5681: WHERE request_id = l_conc_request_id ;
5682:
5683: l_print_option := FND_REQUEST.SET_PRINT_OPTIONS(printer => l_printer_name, copies => l_no_copies) ;
5684: -- Submit the Report