DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PUB dependencies on MO_GLOBAL

Line 91: MO_GLOBAL.validate_orgid_pub_api(org_id => l_org_id, -- IN OUT Parameter

87: * R12 MOAC Related Changes
88: * Made by jaramana on 9/9/05
89: * Corrected on 9/15/05
90: */
91: MO_GLOBAL.validate_orgid_pub_api(org_id => l_org_id, -- IN OUT Parameter
92: status => x_return_status);
93:
94: l_curr_org_id := MO_GLOBAL.get_current_org_id();
95:

Line 94: l_curr_org_id := MO_GLOBAL.get_current_org_id();

90: */
91: MO_GLOBAL.validate_orgid_pub_api(org_id => l_org_id, -- IN OUT Parameter
92: status => x_return_status);
93:
94: l_curr_org_id := MO_GLOBAL.get_current_org_id();
95:
96: IF (l_curr_org_id IS NULL AND l_org_id IS NOT NULL) THEN
97: -- MO Initialization not done
98: -- Use the Org Id returned by validate_orgid_pub_api and do the initialization.

Line 99: MO_GLOBAL.set_org_context(p_org_id_char => TO_CHAR(p_org_id),

95:
96: IF (l_curr_org_id IS NULL AND l_org_id IS NOT NULL) THEN
97: -- MO Initialization not done
98: -- Use the Org Id returned by validate_orgid_pub_api and do the initialization.
99: MO_GLOBAL.set_org_context(p_org_id_char => TO_CHAR(p_org_id),
100: p_sp_id_char => null,
101: p_appl_short_name => 'AHL');
102: -- Cannot use set_policy_context since it only sets the
103: -- current org_id, but does not populate the temp table