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 2005/11/18 18:21:58 mannamra ship $ */
3:
4: l_true VARCHAR2(1) := FND_API.G_TRUE;
5:

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

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

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

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

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

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

Line 575: END ibe_customer_pvt;

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