DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FND_CONCURRENT_REQUESTS

Line 223: from fnd_concurrent_requests fcr

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

Line 980: from fnd_concurrent_requests fcr

976: h_book := book;
977: h_request_id := request_id;
978:
979: select fcr.last_update_login into h_login_id
980: from fnd_concurrent_requests fcr
981: where fcr.request_id = h_request_id;
982:
983: h_mesg_name := 'FA_AMT_SEL_PERIODS';
984: