DBA Data[Home] [Help]

APPS.IBE_ORD_ONECLICK_PVT dependencies on ASO_PAYMENTS

Line 1214: FROM ASO_PAYMENTS

1210: WHERE bank_account_id = c_ba_id;
1211:
1212: CURSOR c_payment(c_qtehdr_id NUMBER) IS
1213: SELECT payment_id
1214: FROM ASO_PAYMENTS
1215: WHERE quote_header_id = c_qtehdr_id
1216: and quote_line_id is null;
1217:
1218: CURSOR c_shipment(c_qtehdr_id NUMBER) IS

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

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