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 5552: -- mo_global.init;

5548: -- arp_standard.enable_debug;
5549: -- arp_standard.enable_file_debug('/sqlcom/out/findv115',
5550: -- 'OB'||userenv('SESSIONID')|| '.log');
5551: -- fnd_global.apps_initialize(1318,50559,222);
5552: -- mo_global.init;
5553: -- Setorgcontext (p_item_key);
5554:
5555: --
5556: -- RUN mode - normal process execution