DBA Data[Home] [Help]

APPS.OKL_K_LINE_FIN_EXT_MASTER_PVT dependencies on MO_GLOBAL

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

157:
158:
159: write_to_log('l_req_data : '||l_req_data);
160:
161: MO_GLOBAL.set_policy_context('S',p_operating_unit);
162:
163: if l_req_data is not null and l_req_data = '1' then
164:
165:

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

189: end if;
190:
191:
192:
193: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request
194:
195: --P_REPORT_TEMPLATE_NAME <-> value set 'OKL_XDO_REP_TEMPLATE' <-> stores the template code (in ID column)
196: --P_REPORT_LANGUAGE <-> value set 'OKL_XDO_REP_LANGUAGE' <-> stores language code e.g 'en' (in ID column)
197: --P_REPORT_FORMAT <-> value set 'OKL_XDO_REP_FORMAT' <-> stores format code e.g 'RTF' (in ID column)

Line 361: l_org_id := mo_global.get_current_org_id();

357: WRITE_TO_LOG('Sequence Number : '||l_seq_next);
358:
359: -- mark records for processing
360:
361: l_org_id := mo_global.get_current_org_id();
362: WRITE_TO_LOG('org id:: '||l_org_id);
363:
364: INSERT INTO OKL_PARALLEL_PROCESSES
365: (

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

521:
522: -- l_req_counter = number of workers used ?
523: write_to_log('Worker # :'||j||' l_req_data : '||l_req_data||' l_req_counter : '||l_req_counter);
524: if l_req_counter < (p_num_processes+1) then
525: FND_REQUEST.set_org_id(mo_global.get_current_org_id); --MOAC- Concurrent request
526:
527:
528: request_id := FND_REQUEST.SUBMIT_REQUEST(
529: application => 'OKL',