DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_ORDER_CLOSE_UTIL

Line 1: PACKAGE BODY OE_ORDER_CLOSE_UTIL AS

1: PACKAGE BODY OE_ORDER_CLOSE_UTIL AS
2: /* $Header: OEXUCLOB.pls 120.15.12020000.3 2013/01/21 06:09:19 skurella ship $ */
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_ORDER_CLOSE_UTIL';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_ORDER_CLOSE_UTIL';

1: PACKAGE BODY OE_ORDER_CLOSE_UTIL AS
2: /* $Header: OEXUCLOB.pls 120.15.12020000.3 2013/01/21 06:09:19 skurella ship $ */
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_ORDER_CLOSE_UTIL';
6:
7: /*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
8:
9: DELETE_ADJUSTMENTS purges the the unapplied adjustments from oe table

Line 441: oe_debug_pub.add( 'ENTER OE_ORDER_CLOSE_UTIL.CLOSE_LINE' , 1 ) ;

437: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
438: --
439: BEGIN
440: IF l_debug_level > 0 THEN
441: oe_debug_pub.add( 'ENTER OE_ORDER_CLOSE_UTIL.CLOSE_LINE' , 1 ) ;
442: END IF;
443:
444: SAVEPOINT CLOSE_LINE;
445:

Line 946: END OE_ORDER_CLOSE_UTIL;

942: OE_MSG_PUB.Reset_Msg_Context('LINE');
943: ROLLBACK TO CLOSE_LINE;
944: END CLOSE_LINE;
945:
946: END OE_ORDER_CLOSE_UTIL;