DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on MO_GLOBAL

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

124:
125: l_payer.payment_function := 'CUSTOMER_PAYMENT';
126: l_payer.party_id := l_party_id;
127: l_payee_rec.Org_Type := 'OPERATING_UNIT';
128: l_payee_rec.Org_Id := MO_GLOBAL.get_current_org_id;
129: l_amount.value := l_auth_amount;
130: l_amount.currency_code := l_trxn_currency_code;
131: l_auth_attribs.RiskEval_Enable_Flag := 'N'; -- Risk Validation should not be done
132: