DBA Data[Home] [Help]

APPS.FARX_AD dependencies on FND_CONCURRENT_REQUESTS

Line 145: from fnd_concurrent_requests fcr

141: ctr := 0;
142: h_request_id := request_id;
143:
144: select fcr.last_update_login into h_login_id
145: from fnd_concurrent_requests fcr
146: where fcr.request_id = h_request_id;
147:
148: IF (g_print_debug) THEN
149: fa_rx_util_pkg.debug('ADD_BY_PERIOD: ' || '********login_id:' || h_login_id);

Line 1790: from fnd_concurrent_requests fcr

1786: ctr := 0;
1787: h_request_id := request_id;
1788:
1789: select fcr.last_update_login into h_login_id
1790: from fnd_concurrent_requests fcr
1791: where fcr.request_id = h_request_id;
1792:
1793: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
1794:

Line 2312: from fnd_concurrent_requests fcr

2308: h_request_id := request_id;
2309: ctr := 0;
2310:
2311: select fcr.last_update_login into h_login_id
2312: from fnd_concurrent_requests fcr
2313: where fcr.request_id = h_request_id;
2314:
2315: h_mesg_name := 'FA_REC_SQL_ACCT_FLEX';
2316: