DBA Data[Home] [Help]

APPS.PV_ORDER_MGMT_PVT dependencies on MO_GLOBAL

Line 175: curr_org := mo_global.get_current_org_id;

171: IF (PV_DEBUG_HIGH_ON) THEN
172: PVX_UTILITY_PVT.debug_message(' begin : set_mo_policy_context: ' );
173: END IF;
174:
175: curr_org := mo_global.get_current_org_id;
176:
177: IF (PV_DEBUG_HIGH_ON) THEN
178: PVX_UTILITY_PVT.debug_message('set_mo_policy_context: p_order_header_id ' || p_order_header_id);
179: PVX_UTILITY_PVT.debug_message('set_mo_policy_context: curr_org ' || curr_org);

Line 191: mo_global.set_policy_context('S', order_org);

187: PVX_UTILITY_PVT.debug_message('set_mo_policy_context: order_org ' || order_org);
188: END IF;
189:
190: if ((curr_org is null or curr_org <> order_org) and order_org is not null) then
191: mo_global.set_policy_context('S', order_org);
192: IF (PV_DEBUG_HIGH_ON) THEN
193: PVX_UTILITY_PVT.debug_message('call mo_global.set_policy_context set single org');
194: END IF;
195: end if;

Line 193: PVX_UTILITY_PVT.debug_message('call mo_global.set_policy_context set single org');

189:
190: if ((curr_org is null or curr_org <> order_org) and order_org is not null) then
191: mo_global.set_policy_context('S', order_org);
192: IF (PV_DEBUG_HIGH_ON) THEN
193: PVX_UTILITY_PVT.debug_message('call mo_global.set_policy_context set single org');
194: END IF;
195: end if;
196:
197: IF (PV_DEBUG_HIGH_ON) THEN

Line 2423: l_payee.Org_Id := MO_GLOBAL.get_current_org_id;

2419: IF ((p_enrollment_flow = 'Y') and (l_is_authorized = 'Y') and (l_skip_auth = 'N')) THEN
2420: l_payer.payment_function := 'CUSTOMER_PAYMENT';
2421: l_payer.party_id := p_contact_party_id;
2422: l_payee.Org_Type := 'OPERATING_UNIT';
2423: l_payee.Org_Id := MO_GLOBAL.get_current_org_id;
2424: l_amount.value := x.payment_amount;
2425: l_amount.currency_code := x.currency;
2426: l_auth_attribs.RiskEval_Enable_Flag := 'N';
2427: