DBA Data[Home] [Help]

APPS.FND_ADG_SUPPORT dependencies on FND_CONCURRENT_REQUESTS

Line 1365: from FND_CONCURRENT_REQUESTS r

1361: p_logoff boolean,
1362: p_error_count number)
1363: as
1364: cursor c1 is select R.Program_APPLICATION_ID,R.CONCURRENT_PROGRAM_ID
1365: from FND_CONCURRENT_REQUESTS r
1366: where R.request_id = p_request_id;
1367: begin
1368:
1369: if ( p_request_id is null )