Order Management - EBS (MOSC)

MOSC Banner

How to create Credit card order using Oe_Order_Pub.Process_order?

edited Nov 19, 2014 9:08AM in Order Management - EBS (MOSC) 15 commentsAnswered

I am unable to create an order using Oe_Order_Pub.Process_order for credit card.

We used this functionaliy in 11i, where as in R12 it is not working. This issue is for only new credit card.

Do I need to pass any other parameter with cc info? if you have sample script for CC, please share it.

---

Currentlt we are passing CC info only in header rec table.

l_header_rec.payment_type_code                                         := 'CREDIT_CARD';

                                                 l_header_rec.credit_card_code                                                 := p_credit_card_code;

                                                 l_header_rec.credit_card_holder_name                               := p_credit_card_holder_name;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center