DBA Data[Home] [Help]

APPS.GL_DAILY_RATES_INTERFACE_ASIT dependencies on FND_REQUEST

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

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

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

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

Line 342: req_id := FND_REQUEST.submit_request(

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