DBA Data[Home] [Help]

APPS.FND_CONC_STAT dependencies on FND_CONCURRENT_REQUESTS

Line 117: FROM fnd_concurrent_requests fcr

113: IF stat_collect_level <> 'O' THEN
114:
115: SELECT actual_start_date
116: INTO p_actual_start_date
117: FROM fnd_concurrent_requests fcr
118: WHERE fcr.request_id = p_req_id;
119:
120: INSERT INTO fnd_conc_req_stat (req_id, process_type, statistic#, value)
121: VALUES (p_req_id, 'F', SYS_SEC_ID, sys_sec);