DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on IBE_CUSTOMER_PVT

Line 6626: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');

6622: -- 2.2 if CC is enabled then we call IBE_CUSTOMER_ACCOUNTS.get_default_credit_card_info to see if there is a default credit card
6623: if ((rec_CC_enabled.msite_information1 <> FND_API.G_MISS_char) and (rec_CC_enabled.msite_information1 is not null)) then
6624:
6625: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6626: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6627: END IF;
6628: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6629: /* CC consolidation */
6630:

Line 6628: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');

6624:
6625: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6626: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6627: END IF;
6628: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6629: /* CC consolidation */
6630:
6631: l_ret_credit_pref := NVL(FND_PROFILE.VALUE('IBE_RETAIN_CC_PREFS'),'Y');
6632: G_PERM_VIEW_PAY_BOOK := IBE_UTIL.check_user_permission('IBE_USE_PAYMENT_BOOK');

Line 6656: IBE_CUSTOMER_pvt.get_default_credit_card_info(

6652: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6653: IBE_Util.Debug('padss is not set: querying cc pref');
6654: end if;
6655:
6656: IBE_CUSTOMER_pvt.get_default_credit_card_info(
6657: p_api_version => P_Api_Version_Number
6658: ,p_init_msg_list => p_Init_Msg_List
6659: ,p_commit => p_Commit
6660: ,p_cust_account_id => p_qte_header_rec.cust_account_id

Line 6678: IBE_Util.Debug('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');

6674: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6675: END IF;
6676:
6677: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6678: IBE_Util.Debug('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6679: END IF;
6680: --DBMS_OUTPUT.PUT_line('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6681: end if;
6682:

Line 6680: --DBMS_OUTPUT.PUT_line('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');

6676:
6677: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6678: IBE_Util.Debug('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6679: END IF;
6680: --DBMS_OUTPUT.PUT_line('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6681: end if;
6682:
6683: -- 2.3 if CC is not enabled or the call from 2.2 doesn't return a valid value,
6684: -- then we try to find the next enabled payment option in this order: invoice, cash, check