DBA Data[Home] [Help]

APPS.HXT_INTERFACE_UTILITIES dependencies on FND_CONCURRENT_REQUESTS

Line 26: g_conc_request_id_suffix fnd_concurrent_requests.request_id%TYPE;

22: g_assignment_info assignment_info_table;
23: g_concatenated_segments concatenated_segment_table;
24: g_batch_info batch_info_table;
25: -- cached variables
26: g_conc_request_id_suffix fnd_concurrent_requests.request_id%TYPE;
27: --
28: g_batchname_suffix_connector VARCHAR2 (1) := '_';
29: g_max_batch_size NUMBER := -1;
30: g_tbb_index NUMBER;