DBA Data[Home] [Help]

APPS.OKL_CNTRCT_FIN_EXT_MASTER_PVT dependencies on MO_GLOBAL

Line 169: MO_GLOBAL.set_policy_context('S',p_operating_unit);

165:
166:
167: write_to_log('l_req_data : '||l_req_data);
168:
169: MO_GLOBAL.set_policy_context('S',p_operating_unit);
170:
171: if l_req_data is not null and l_req_data = '1' then
172:
173:

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 374: l_org_id := mo_global.get_current_org_id();

370: WRITE_TO_LOG('Sequence Number : '||l_seq_next);
371:
372: -- mark records for processing
373:
374: l_org_id := mo_global.get_current_org_id();
375: WRITE_TO_LOG('org id:: '||l_org_id);
376:
377:
378: INSERT INTO OKL_PARALLEL_PROCESSES

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',