DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FND_CONCURRENT_REQUESTS

Line 114: from fnd_concurrent_requests fcr

110: h_book := book;
111: h_request_id := request_id;
112:
113: select fcr.last_update_login into h_login_id
114: from fnd_concurrent_requests fcr
115: where fcr.request_id = h_request_id;
116:
117: h_mesg_name := 'FA_AMT_SEL_PERIODS';
118: