DBA Data[Home] [Help]

APPS.QP_QP_FORM_CON dependencies on QP_QP_FORM_CON

Line 1: PACKAGE BODY QP_QP_Form_Con AS

1: PACKAGE BODY QP_QP_Form_Con AS
2: /* $Header: QPXFCONB.pls 120.1 2005/06/13 00:29:16 appldev $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFCONB.pls 120.1 2005/06/13 00:29:16 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Con';
7:
8: -- Global variables holding cached record.
9:
10: g_CON_rec QP_Attributes_PUB.Con_Rec_Type;

Line 1405: END QP_QP_Form_Con;

1401: g_db_CON_rec := QP_Attributes_PUB.G_MISS_CON_REC;
1402:
1403: END Clear_Con;
1404:
1405: END QP_QP_Form_Con;