Payment transaction Id is null in oe_payments table for ACH payment through process_order API
Hi All,
Am trying to create ACH payment through process_order API .Even though transaction extension id is created in oe_payments table, payment transaction id is coming as null.
PFB script that is used.
DECLARE
l_header_rec OE_ORDER_PUB.Header_Rec_Type;
x_header_rec OE_ORDER_PUB.Header_Rec_Type;
l_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
l_action_request_rec OE_ORDER_PUB.Request_Rec_Type;
l_header_adj_tbl OE_ORDER_PUB.Header_Adj_Tbl_Type;
l_line_adj_tbl OE_ORDER_PUB.line_adj_tbl_Type;
l_header_scr_tbl OE_ORDER_PUB.Header_Scredit_Tbl_Type;