DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on ASO_PAYMENTS

Line 1221: FROM ASO_PAYMENTS

1217: WHERE bank_account_id = c_ba_id;
1218:
1219: CURSOR c_payment(c_qtehdr_id NUMBER) IS
1220: SELECT payment_id
1221: FROM ASO_PAYMENTS
1222: WHERE quote_header_id = c_qtehdr_id
1223: and quote_line_id is null;
1224:
1225: CURSOR c_shipment(c_qtehdr_id NUMBER) IS

Line 1480: store the transaction extension id for this quote in aso_payments */

1476: ibe_util.debug('Express_Buy_Order - ***setting to create or update payment rec***');
1477: END IF;
1478: /*mannamra: In light of credit card consolidation, we will not be storing credit card number in one_click_all table
1479: we will also just be passing assignment id to ASO whi will in turn create a transaction and
1480: store the transaction extension id for this quote in aso_payments */
1481:
1482: /*OPEN c_bank_acct(l_payment_id);
1483: FETCH c_bank_acct INTO l_credit_card_num, l_credit_card_exp, l_credit_card_holder_name;
1484: if c_bank_acct%NOTFOUND then