DBA Data[Home] [Help]

APPS.GCS_LEX_MAP_GL_APPLY_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 44: FROM fnd_concurrent_requests cr

40:
41: -- Cursor to check whether the Journal Import request has finished or not.
42: CURSOR ji_check_c(c_req_id NUMBER) IS
43: SELECT 1
44: FROM fnd_concurrent_requests cr
45: WHERE cr.request_id = c_req_id
46: AND cr.phase_code = 'C';
47:
48: dummy NUMBER;