DBA Data[Home] [Help]

APPS.OE_DS_PVT dependencies on OE_DS_PVT

Line 1: PACKAGE BODY OE_DS_PVT AS

1: PACKAGE BODY OE_DS_PVT AS
2: /* $Header: OEXVDSRB.pls 120.15.12010000.2 2008/08/04 15:07:27 amallik ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXVDSRB.pls 120.15.12010000.2 2008/08/04 15:07:27 amallik ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_DS_PVT';
7: G_LINE_LOCATION_ID NUMBER := NULL; --bug 4402566
8:
9: FUNCTION Get_Char_of_accts (p_ship_from_org_id IN NUMBER) RETURN NUMBER;
10:

Line 220: oe_debug_pub.add('*** Entering Dropshipreceive() in OE_DS_PVT *** ' , 1 ) ;

216: l_reset_policy BOOLEAN;
217: BEGIN
218:
219: IF l_debug_level > 0 THEN
220: oe_debug_pub.add('*** Entering Dropshipreceive() in OE_DS_PVT *** ' , 1 ) ;
221: oe_debug_pub.add('Proces Online Mode:'||p_mode , 1 ) ;
222: oe_debug_pub.add('Transaction ID :' || P_RCV_TRANSACTION_ID , 1 ) ;
223: oe_debug_pub.add('Application Short Name :' || P_APPLICATION_SHORT_NAME , 1 ) ;
224: END IF;

Line 3145: END OE_DS_PVT;

3141: OE_DEBUG_PUB.Add('When Others in OM_PO_Discrepancy_Exists', 4);
3142: END IF;
3143: END OM_PO_Discrepancy_Exists;
3144:
3145: END OE_DS_PVT;