DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_PVT dependencies on IBE_CUSTOMER_PVT

Line 1: package body ibe_customer_pvt AS

1: package body ibe_customer_pvt AS
2: /* $Header: IBEVACTB.pls 120.6.12010000.2 2009/06/03 10:02:51 scnagara ship $ */
3:
4: l_true VARCHAR2(1) := FND_API.G_TRUE;
5:

Line 307: IBE_UTIL.debug('enter ibe_customer_pvt.get_default_credit_card_info');

303:
304: --IBE_UTIL.enable_debug();
305:
306: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
307: IBE_UTIL.debug('enter ibe_customer_pvt.get_default_credit_card_info');
308: END IF;
309:
310:
311: IF NOT FND_API.compatible_api_call(l_api_version,

Line 405: IBE_UTIL.debug('exit ibe_customer_pvt.get_default_credit_card_info');

401: );
402:
403:
404: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
405: IBE_UTIL.debug('exit ibe_customer_pvt.get_default_credit_card_info');
406: END IF;
407:
408: --IBE_UTIL.disable_debug();
409:

Line 525: IBE_UTIL.debug('enter ibe_customer_pvt.get_primary_credit_card_id');

521: BEGIN
522: --IBE_UTIL.enable_debug();
523:
524: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
525: IBE_UTIL.debug('enter ibe_customer_pvt.get_primary_credit_card_id');
526: END IF;
527:
528: FOR rec_get_party_cust_accnt in C_get_party_cust_accnt(p_username) LOOP
529: l_customer_id := rec_get_party_cust_accnt.customer_id;

Line 577: END ibe_customer_pvt;

573: @ iPayment schema. IBE_PAYMENT_INT_PVT.saveCC() will be used to perform this
574: operation.*/
575:
576:
577: END ibe_customer_pvt;