DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on MO_GLOBAL

Line 121: l_payee_rec.Org_Id := MO_GLOBAL.get_current_org_id;

117:
118: l_payer.payment_function := 'CUSTOMER_PAYMENT';
119: l_payer.party_id := l_party_id;
120: l_payee_rec.Org_Type := 'OPERATING_UNIT';
121: l_payee_rec.Org_Id := MO_GLOBAL.get_current_org_id;
122: l_amount.value := l_auth_amount;
123: l_amount.currency_code := l_trxn_currency_code;
124: l_auth_attribs.RiskEval_Enable_Flag := 'N'; -- Risk Validation should not be done
125: