DBA Data[Home] [Help]

APPS.FARX_RC dependencies on FND_CONCURRENT_REQUESTS

Line 183: from fnd_concurrent_requests fcr

179: h_book := book;
180: h_request_id := request_id;
181:
182: select fcr.last_update_login into h_login_id
183: from fnd_concurrent_requests fcr
184: where fcr.request_id = h_request_id;
185:
186: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
187: