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 1788: from fnd_concurrent_requests fcr

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

Line 2310: from fnd_concurrent_requests fcr

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