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.4 2006/01/19 12:03:52 smwong noship $ */
3:
4: procedure getContactId(lContactid in out NOCOPY varchar2) is
5: xContactId number;

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

275:
276: BEGIN
277:
278: IF l_debug_level > 0 THEN
279: oe_debug_pub.add('Entering ONT_OIP_COMMON.get_price_formatted ');
280: END IF ;
281:
282: FND_CURRENCY.GET_INFO(Currency_Code => p_transactional_curr_code,
283: precision => l_precision,

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

324: END;
325:
326: IF l_debug_level > 0 THEN
327: oe_debug_pub.add('x_price_formatted '|| x_price_formatted,1 );
328: oe_debug_pub.add('Exiting ONT_OIP_COMMON.get_price_formatted ',1);
329: END IF;
330:
331: END Get_Price_formatted;
332:

Line 333: END ONT_OIP_Common;

329: END IF;
330:
331: END Get_Price_formatted;
332:
333: END ONT_OIP_Common;