DBA Data[Home] [Help]

APPS.FV_SF1081_TRANSACTION dependencies on FND_REQUEST

Line 260: fnd_request.set_org_id(mo_global.get_current_org_id);

256: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
257: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'Process Complete');
258: END IF;
259:
260: fnd_request.set_org_id(mo_global.get_current_org_id);
261: --- Kick Off the SL1081 report
262: l_request_id :=fnd_request.submit_request(
263: application => 'FV',
264: program => 'FVSF1081',

Line 262: l_request_id :=fnd_request.submit_request(

258: END IF;
259:
260: fnd_request.set_org_id(mo_global.get_current_org_id);
261: --- Kick Off the SL1081 report
262: l_request_id :=fnd_request.submit_request(
263: application => 'FV',
264: program => 'FVSF1081',
265: description => '',
266: start_time => '',