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.19.12020000.2 2013/03/11 10:25:24 lnammina 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.19.12020000.2 2013/03/11 10:25:24 lnammina 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 225: oe_debug_pub.add('*** Entering Dropshipreceive() in OE_DS_PVT *** ' , 1 ) ;

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

Line 3185: END OE_DS_PVT;

3181: OE_DEBUG_PUB.Add('When Others in OM_PO_Discrepancy_Exists', 4);
3182: END IF;
3183: END OM_PO_Discrepancy_Exists;
3184:
3185: END OE_DS_PVT;