DBA Data[Home] [Help]

APPS.OE_PORTAL_LINE dependencies on OE_PORTAL_LINE

Line 1: PACKAGE BODY OE_Portal_Line AS

1: PACKAGE BODY OE_Portal_Line AS
2: /* $Header: OEXLPORB.pls 120.0 2005/06/04 11:11:24 appldev noship $ */
3:
4:
5:

Line 8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Oe_Portal_Line';

4:
5:
6: -- Global constant holding the package name
7:
8: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Oe_Portal_Line';
9:
10: -- Global variables holding cached record.
11:
12: g_line_rec OE_Order_PUB.Line_Rec_Type;

Line 173: END Oe_Portal_Line;

169:
170:
171:
172:
173: END Oe_Portal_Line;