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.8.12020000.3 2013/02/20 13:13:41 vmachett 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.8.12020000.3 2013/02/20 13:13:41 vmachett ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blkt_Release_Util';
7: G_BINARY_LIMIT CONSTANT NUMBER := OE_GLOBALS.G_BINARY_LIMIT; --bug8465849
8:
9: ---------------------------------------------------------------------------
10: -- LOCAL FUNCTION Get_Line_Number

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

1759:
1760: BEGIN
1761:
1762: if l_debug_level > 0 then
1763: oe_debug_pub.add('ENTER OE_Blkt_Release_Util.Cache_Order_Qty_Amt');
1764: end if;
1765:
1766: x_return_status := fnd_api.g_ret_sts_success;
1767:

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

1809:
1810: END IF;
1811:
1812: if l_debug_level > 0 then
1813: oe_debug_pub.add('EXIT OE_Blkt_Release_Util.Cache_Order_Qty_Amt');
1814: end if;
1815:
1816: EXCEPTION
1817: WHEN FND_API.G_EXC_ERROR THEN