DBA Data[Home] [Help]

APPS.ONT_OIP_COMMON dependencies on ONT_OIP_COMMON

Line 1: package body ONT_OIP_Common as

1: package body ONT_OIP_Common as
2: /* $Header: ontcomnb.pls 120.9 2011/08/04 08:59:55 kshashan ship $ */
3:
4: procedure getContactId(lContactid in out NOCOPY varchar2) is
5: xContactId number;

Line 571: oe_debug_pub.add('Entering ONT_OIP_COMMON.get_price_formatted ');

567:
568: BEGIN
569:
570: IF l_debug_level > 0 THEN
571: oe_debug_pub.add('Entering ONT_OIP_COMMON.get_price_formatted ');
572: END IF ;
573:
574: FND_CURRENCY.GET_INFO(Currency_Code => p_transactional_curr_code,
575: precision => l_precision,

Line 620: oe_debug_pub.add('Exiting ONT_OIP_COMMON.get_price_formatted ',1);

616: END;
617:
618: IF l_debug_level > 0 THEN
619: oe_debug_pub.add('x_price_formatted '|| x_price_formatted,1 );
620: oe_debug_pub.add('Exiting ONT_OIP_COMMON.get_price_formatted ',1);
621: END IF;
622:
623: END Get_Price_formatted;
624:

Line 625: END ONT_OIP_Common;

621: END IF;
622:
623: END Get_Price_formatted;
624:
625: END ONT_OIP_Common;