DBA Data[Home] [Help]

APPS.QP_QP_FORM_SEG dependencies on QP_QP_FORM_SEG

Line 1: PACKAGE BODY QP_QP_Form_Seg AS

1: PACKAGE BODY QP_QP_Form_Seg AS
2: /* $Header: QPXFSEGB.pls 120.2 2005/08/03 07:37:08 srashmi noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFSEGB.pls 120.2 2005/08/03 07:37:08 srashmi noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Seg';
7:
8: -- Global variables holding cached record.
9:
10: g_SEG_rec QP_Attributes_PUB.Seg_Rec_Type;

Line 1511: END QP_QP_Form_Seg;

1507: g_db_SEG_rec := QP_Attributes_PUB.G_MISS_SEG_REC;
1508:
1509: END Clear_Seg;
1510:
1511: END QP_QP_Form_Seg;