DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT dependencies on FND_REQUEST

Line 201: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request

197: end if;
198:
199:
200:
201: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request
202:
203: --P_REPORT_TEMPLATE_NAME <-> value set 'OKL_XDO_REP_TEMPLATE' <-> stores the template code (in ID column)
204: --P_REPORT_LANGUAGE <-> value set 'OKL_XDO_REP_LANGUAGE' <-> stores language code e.g 'en' (in ID column)
205: --P_REPORT_FORMAT <-> value set 'OKL_XDO_REP_FORMAT' <-> stores format code e.g 'RTF' (in ID column)

Line 206: p_ret_add_layout := FND_REQUEST.add_layout( template_appl_name=>'OKL',

202:
203: --P_REPORT_TEMPLATE_NAME <-> value set 'OKL_XDO_REP_TEMPLATE' <-> stores the template code (in ID column)
204: --P_REPORT_LANGUAGE <-> value set 'OKL_XDO_REP_LANGUAGE' <-> stores language code e.g 'en' (in ID column)
205: --P_REPORT_FORMAT <-> value set 'OKL_XDO_REP_FORMAT' <-> stores format code e.g 'RTF' (in ID column)
206: p_ret_add_layout := FND_REQUEST.add_layout( template_appl_name=>'OKL',
207: template_code=> P_REPORT_TEMPLATE_NAME, --'OKLFINEXTR',
208: template_language=> P_REPORT_LANGUAGE, --'en', --sechawla 7628379
209: template_territory=>'00',
210: output_format=>P_REPORT_FORMAT); --'RTF');--sechawla 7628379

Line 217: report_request_id := FND_REQUEST.SUBMIT_REQUEST(

213: ELSE
214: write_to_log('p_ret_add_layout = FALSE');
215: END IF;
216:
217: report_request_id := FND_REQUEST.SUBMIT_REQUEST(
218: application => 'OKL',
219: program => 'OKLFINEXTR',
220: sub_request => TRUE,
221: argument1 => P_OPERATING_UNIT,

Line 512: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request

508:
509: -- l_req_counter = number of workers used ?
510: write_to_log('Worker # :'||j||' l_req_data : '||l_req_data||' l_req_counter : '||l_req_counter);
511: if l_req_counter < (p_num_processes+1) then
512: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request
513:
514:
515: request_id := FND_REQUEST.SUBMIT_REQUEST(
516: application => 'OKL',

Line 515: request_id := FND_REQUEST.SUBMIT_REQUEST(

511: if l_req_counter < (p_num_processes+1) then
512: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request
513:
514:
515: request_id := FND_REQUEST.SUBMIT_REQUEST(
516: application => 'OKL',
517: program => 'OKL_CNTRCT_FIN_REP_CHILD', --short name for child conc program
518: sub_request => TRUE,
519: argument1 => P_OPERATING_UNIT,