DBA Data[Home] [Help]

APPS.FV_SF1081_TRANSACTION dependencies on FND_REQUEST

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

214: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
215: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'Process Complete');
216: END IF;
217:
218: fnd_request.set_org_id(mo_global.get_current_org_id);
219: --- Kick Off the SL1081 report
220: l_request_id :=fnd_request.submit_request(
221: application => 'FV',
222: program => 'FVSF1081',

Line 220: l_request_id :=fnd_request.submit_request(

216: END IF;
217:
218: fnd_request.set_org_id(mo_global.get_current_org_id);
219: --- Kick Off the SL1081 report
220: l_request_id :=fnd_request.submit_request(
221: application => 'FV',
222: program => 'FVSF1081',
223: description => '',
224: start_time => '',