DBA Data[Home] [Help]

APPS.FARX_TF dependencies on FND_CONCURRENT_REQUESTS

Line 205: from fnd_concurrent_requests fcr

201: h_book := book;
202: h_request_id := request_id;
203:
204: select fcr.last_update_login into h_login_id
205: from fnd_concurrent_requests fcr
206: where fcr.request_id = h_request_id;
207:
208: h_mesg_name := 'FA_AMT_SEL_PERIODS';
209: