DBA Data[Home] [Help]

APPS.AR_AME_CMWF_API dependencies on MO_GLOBAL

Line 55: mo_global.set_policy_context(

51:
52: IF ( p_command = 'SET_CTX' ) THEN
53:
54: -- executable statements for establishing context information
55: mo_global.set_policy_context(
56: p_access_mode => 'S',
57: p_org_id => l_org_id);
58:
59:

Line 66: IF (NVL(mo_global.get_access_mode, '-9999') <> 'S') OR

62: IF ( p_command = 'TEST_CTX' ) THEN
63:
64: -- your executable statements for testing the validity of the current
65: -- context information
66: IF (NVL(mo_global.get_access_mode, '-9999') <> 'S') OR
67: (NVL(mo_global.get_current_org_id, -9999) <> l_org_id) THEN
68: p_result := 'FALSE';
69: ELSE
70: p_result := 'TRUE';

Line 67: (NVL(mo_global.get_current_org_id, -9999) <> l_org_id) THEN

63:
64: -- your executable statements for testing the validity of the current
65: -- context information
66: IF (NVL(mo_global.get_access_mode, '-9999') <> 'S') OR
67: (NVL(mo_global.get_current_org_id, -9999) <> l_org_id) THEN
68: p_result := 'FALSE';
69: ELSE
70: p_result := 'TRUE';
71: END IF;

Line 111: --commented code below for 5410467 instead introduced mo_global.set_policy_context

107: itemtype => c_item_type,
108: itemkey => p_item_key,
109: aname => 'ORG_ID');
110:
111: --commented code below for 5410467 instead introduced mo_global.set_policy_context
112: -- fnd_client_info.set_org_context (l_org_id);
113: mo_global.init('AR');
114: mo_global.set_policy_context('S', l_org_id);
115:

Line 113: mo_global.init('AR');

109: aname => 'ORG_ID');
110:
111: --commented code below for 5410467 instead introduced mo_global.set_policy_context
112: -- fnd_client_info.set_org_context (l_org_id);
113: mo_global.init('AR');
114: mo_global.set_policy_context('S', l_org_id);
115:
116: arp_global.init_global;
117:

Line 114: mo_global.set_policy_context('S', l_org_id);

110:
111: --commented code below for 5410467 instead introduced mo_global.set_policy_context
112: -- fnd_client_info.set_org_context (l_org_id);
113: mo_global.init('AR');
114: mo_global.set_policy_context('S', l_org_id);
115:
116: arp_global.init_global;
117:
118: EXCEPTION

Line 5681: -- mo_global.init;

5677: -- arp_standard.enable_debug;
5678: -- arp_standard.enable_file_debug('/sqlcom/out/findv115',
5679: -- 'OB'||userenv('SESSIONID')|| '.log');
5680: -- fnd_global.apps_initialize(1318,50559,222);
5681: -- mo_global.init;
5682: -- Setorgcontext (p_item_key);
5683:
5684: --
5685: -- RUN mode - normal process execution