DBA Data[Home] [Help]

APPS.FND_CONC_STAT dependencies on FND_GLOBAL

Line 65: WHERE concurrent_program_id = fnd_global.conc_program_id

61: IF crs = 'Y' THEN
62: SELECT stat_collect
63: INTO f_stat_collect
64: FROM fnd_concurrent_programs
65: WHERE concurrent_program_id = fnd_global.conc_program_id
66: AND application_id = fnd_global.prog_appl_id;
67: IF f_stat_collect IS NULL THEN
68: RETURN 'O';
69: ELSE

Line 66: AND application_id = fnd_global.prog_appl_id;

62: SELECT stat_collect
63: INTO f_stat_collect
64: FROM fnd_concurrent_programs
65: WHERE concurrent_program_id = fnd_global.conc_program_id
66: AND application_id = fnd_global.prog_appl_id;
67: IF f_stat_collect IS NULL THEN
68: RETURN 'O';
69: ELSE
70: RETURN f_stat_collect;

Line 106: p_req_id := fnd_global.conc_request_id;

102: IS
103: p_req_id NUMBER;
104: p_actual_start_date DATE;
105: BEGIN
106: p_req_id := fnd_global.conc_request_id;
107: if P_CPU_REQ_ID = p_req_id then
108: return;
109: else
110: P_CPU_REQ_ID := p_req_id;

Line 155: p_req_id := fnd_global.conc_request_id;

151: p_stat_collect VARCHAR2(1);
152: session NUMBER;
153: BEGIN
154:
155: p_req_id := fnd_global.conc_request_id;
156:
157: if P_SHADOW_REQ_ID = p_req_id then
158: return;
159: else

Line 219: p_req_id := fnd_global.conc_request_id;

215: p_stat_collect := stat_collect_level;
216:
217: IF p_stat_collect <> 'O' THEN
218:
219: p_req_id := fnd_global.conc_request_id;
220:
221: SELECT sid
222: INTO session
223: FROM v$session

Line 269: WHERE req_id = - fnd_global.conc_request_id;

265:
266: CURSOR initial_values IS
267: SELECT statistic#, value
268: FROM fnd_conc_req_stat
269: WHERE req_id = - fnd_global.conc_request_id;
270:
271: curr_val NUMBER;
272: p_req_id NUMBER;
273: session NUMBER;

Line 278: p_req_id := fnd_global.conc_request_id;

274: BEGIN
275:
276: IF stat_collect_level <> 'O' THEN
277:
278: p_req_id := fnd_global.conc_request_id;
279:
280: SELECT sid
281: INTO session
282: FROM v$session