Credit Card Information upload in Sales Order Form EBS by using oe_order_pub.process_order
Any one is having any experiene to upload the credit card information, in EBS Sales Order Form in header part, others tab (by using apps.oe_order_pub.Process_Order API).
The customer is not having credit card info in Accounts level "payment Details" section.
I'm uploading the following information for credit card: payment type, credit card num,card expiration date, amount, card brand,card holder, approval code.
But, the order is creating without the credit card information.The code is attached herewith. I'm passing all the information in the API's header level parameters.
Even from frontend also, if I select "Credit Card" in Payment Type field then the related credit card information details fields are disabled.