DBA Data[Home] [Help]

APPS.OE_BLANKET_PVT dependencies on OE_BLANKET_PVT

Line 1: PACKAGE BODY OE_Blanket_PVT AS

1: PACKAGE BODY OE_Blanket_PVT AS
2: /* $Header: OEXVBSOB.pls 120.0.12010000.3 2008/11/30 00:05:38 smusanna ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXVBSOB.pls 120.0.12010000.3 2008/11/30 00:05:38 smusanna ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blanket_PVT';
7: g_header_id NUMBER;
8: g_blaket_header_rec oe_blanket_pub.header_Rec_type ;
9:
10: /*----------------------------------------------------------------------

Line 568: oe_debug_pub.add('Entering OE_BLANKET_PVT.PROCESS_BLANKET', 1);

564: SAVEPOINT Process_Blanket;
565:
566:
567: if l_debug_level > 0 then
568: oe_debug_pub.add('Entering OE_BLANKET_PVT.PROCESS_BLANKET', 1);
569: end if;
570: -- Standard call to check for call compatibility
571:
572:

Line 723: END OE_Blanket_PVT;

719: );
720:
721: END Process_Blanket;
722:
723: END OE_Blanket_PVT;