DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVE_PVT dependencies on IBE_CUSTOMER_PVT

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

6515: -- 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
6516: if ((rec_CC_enabled.msite_information1 <> FND_API.G_MISS_char) and (rec_CC_enabled.msite_information1 is not null)) then
6517:
6518: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6519: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6520: END IF;
6521: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6522: /* CC consolidation */
6523: IBE_CUSTOMER_pvt.get_default_credit_card_info(

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

6517:
6518: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6519: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6520: END IF;
6521: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6522: /* CC consolidation */
6523: IBE_CUSTOMER_pvt.get_default_credit_card_info(
6524: p_api_version => P_Api_Version_Number
6525: ,p_init_msg_list => p_Init_Msg_List

Line 6523: IBE_CUSTOMER_pvt.get_default_credit_card_info(

6519: IBE_Util.Debug('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6520: END IF;
6521: --DBMS_OUTPUT.PUT_line('Before calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6522: /* CC consolidation */
6523: IBE_CUSTOMER_pvt.get_default_credit_card_info(
6524: p_api_version => P_Api_Version_Number
6525: ,p_init_msg_list => p_Init_Msg_List
6526: ,p_commit => p_Commit
6527: ,p_cust_account_id => p_qte_header_rec.cust_account_id

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

6539: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
6540: END IF;
6541:
6542: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6543: IBE_Util.Debug('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6544: END IF;
6545: --DBMS_OUTPUT.PUT_line('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6546: end if;
6547:

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

6541:
6542: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
6543: IBE_Util.Debug('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6544: END IF;
6545: --DBMS_OUTPUT.PUT_line('After calling IBE_CUSTOMER_pvt.get_default_credit_card_info');
6546: end if;
6547:
6548: -- 2.3 if CC is not enabled or the call from 2.2 doesn't return a valid value,
6549: -- then we try to find the next enabled payment option in this order: invoice, cash, check