DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on ASO_PAYMENTS

Line 49: from aso_payments

45:
46: Cursor c_get_trxn_extn_id (c_quote_header_id number)
47: IS
48: select trxn_extension_id
49: from aso_payments
50: where quote_header_id = c_quote_header_id and quote_line_id is null;
51:
52: Cursor c_get_quote_details (c_quote_header_id number)
53: IS

Line 435: FROM ASO_PAYMENTS

431:
432: Cursor c_get_trxn_extn_id (c_quote_header_id number)
433: IS
434: select trxn_extension_id
435: FROM ASO_PAYMENTS
436: WHERE quote_HEADER_ID = c_quote_header_id and QUOTE_LINE_ID is null;
437:
438: BEGIN
439: -- Standard Start of API savepoint

Line 654: IBE_Util.Debug('l_trxn_extension_id from aso_payments = '||l_trxn_extension_id);

650: fetch c_get_trxn_extn_id into l_trxn_extension_id;
651: close c_get_trxn_extn_id;
652:
653: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
654: IBE_Util.Debug('l_trxn_extension_id from aso_payments = '||l_trxn_extension_id);
655: END IF;
656:
657: open c_get_auth_details(l_trxn_extension_id);
658: fetch c_get_auth_details into l_auth_flag;

Line 740: IBE_Util.Debug('Else:l_trxn_extension_id from aso_payments = '||l_trxn_extension_id);

736: fetch c_get_trxn_extn_id into l_trxn_extension_id;
737: close c_get_trxn_extn_id;
738:
739: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
740: IBE_Util.Debug('Else:l_trxn_extension_id from aso_payments = '||l_trxn_extension_id);
741: END IF;
742:
743: open c_get_auth_details(l_trxn_extension_id);
744: fetch c_get_auth_details into l_auth_flag;