DBA Data[Home] [Help]

APPS.AR_AUTOREC_API dependencies on MO_GLOBAL

Line 145: --mo_global.init('AR');

141:
142: BEGIN
143:
144:
145: --mo_global.init('AR');
146: --mo_global.set_policy_context('S',204);
147: --arp_standard.enable_debug;
148: --arp_standard.enable_file_debug('/appslog/fin_top/utl/finixud/out','ATREC54a.log');
149:

Line 146: --mo_global.set_policy_context('S',204);

142: BEGIN
143:
144:
145: --mo_global.init('AR');
146: --mo_global.set_policy_context('S',204);
147: --arp_standard.enable_debug;
148: --arp_standard.enable_file_debug('/appslog/fin_top/utl/finixud/out','ATREC54a.log');
149:
150:

Line 4306: l_org_id := mo_global.get_current_org_id;

4302:
4303:
4304: --l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
4305: --setting the Org context before calling the conc prg Bug 5519913
4306: l_org_id := mo_global.get_current_org_id;
4307:
4308: if l_org_id is null then
4309:
4310: BEGIN

Line 4856: l_org_id := mo_global.get_current_org_id;

4852: END IF;
4853:
4854: --l_org_id := TO_NUMBER(FND_PROFILE.value('ORG_ID'));
4855: --setting the Org context before calling the conc prg Bug 5519913
4856: l_org_id := mo_global.get_current_org_id;
4857:
4858: if l_org_id is null then
4859:
4860: BEGIN