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

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

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

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