DBA Data[Home] [Help]

APPS.GL_DAILY_RATES_INTERFACE_ASIT dependencies on FND_REQUEST

Line 331: -- of FND_REQUEST.submit_request will not rollback changes

327: -- Launch the Rate Change Program if needed
328: IF ( user_id <> -2 ) THEN
329:
330: -- Call this rountine so that a failure in a database trigger call
331: -- of FND_REQUEST.submit_request will not rollback changes
332: -- as it is not allowed in a database trigger.
333: result := FND_REQUEST.set_mode( TRUE );
334:
335: -- Set up FDWHOAMI information for launching concurrent request

Line 333: result := FND_REQUEST.set_mode( TRUE );

329:
330: -- Call this rountine so that a failure in a database trigger call
331: -- of FND_REQUEST.submit_request will not rollback changes
332: -- as it is not allowed in a database trigger.
333: result := FND_REQUEST.set_mode( TRUE );
334:
335: -- Set up FDWHOAMI information for launching concurrent request
336: IF (user_id <> -1) THEN
337: FND_PROFILE.put('USER_ID', user_id );

Line 344: req_id := FND_REQUEST.submit_request(

340: FND_PROFILE.put('RESP_ID', '20420');
341: FND_PROFILE.put('RESP_APPL_ID', '1');
342:
343: -- Launch concurrent request to run the Rate Change Program
344: req_id := FND_REQUEST.submit_request(
345: 'SQLGL','GLTTRC','','',FALSE,
346: 'D','',chr(0),
347: '','','','','','','',
348: '','','','','','','','','','',