DBA Data[Home] [Help]

APPS.OE_BLKT_RELEASE_UTIL dependencies on OE_BLKT_RELEASE_UTIL

Line 1: PACKAGE BODY OE_Blkt_Release_Util AS

1: PACKAGE BODY OE_Blkt_Release_Util AS
2: /* $Header: OEXUBRLB.pls 120.6 2008/05/09 06:27:33 smanian ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blkt_Release_Util';

2: /* $Header: OEXUBRLB.pls 120.6 2008/05/09 06:27:33 smanian ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blkt_Release_Util';
7:
8: ---------------------------------------------------------------------------
9: -- LOCAL FUNCTION Get_Line_Number
10: -- Used to set line_number token in error messages

Line 1678: oe_debug_pub.add('ENTER OE_Blkt_Release_Util.Cache_Order_Qty_Amt');

1674:
1675: BEGIN
1676:
1677: if l_debug_level > 0 then
1678: oe_debug_pub.add('ENTER OE_Blkt_Release_Util.Cache_Order_Qty_Amt');
1679: end if;
1680:
1681: x_return_status := fnd_api.g_ret_sts_success;
1682:

Line 1728: oe_debug_pub.add('EXIT OE_Blkt_Release_Util.Cache_Order_Qty_Amt');

1724:
1725: END IF;
1726:
1727: if l_debug_level > 0 then
1728: oe_debug_pub.add('EXIT OE_Blkt_Release_Util.Cache_Order_Qty_Amt');
1729: end if;
1730:
1731: EXCEPTION
1732: WHEN FND_API.G_EXC_ERROR THEN