DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FND_CONCURRENT_REQUESTS

Line 222: from fnd_concurrent_requests fcr

218: h_book := book;
219: h_request_id := request_id;
220:
221: select fcr.last_update_login into h_login_id
222: from fnd_concurrent_requests fcr
223: where fcr.request_id = h_request_id;
224:
225: h_mesg_name := 'FA_AMT_SEL_PERIODS';
226: /* fix for bug no.3803578. Added the following query to get the distribution_source_book*/

Line 552: from fnd_concurrent_requests fcr

548: h_book := book;
549: h_request_id := request_id;
550:
551: select fcr.last_update_login into h_login_id
552: from fnd_concurrent_requests fcr
553: where fcr.request_id = h_request_id;
554:
555: h_mesg_name := 'FA_AMT_SEL_PERIODS';
556: