DBA Data[Home] [Help]

APPS.QP_QP_FORM_LIMITS dependencies on QP_QP_FORM_LIMITS

Line 1: PACKAGE BODY QP_QP_Form_Limits AS

1: PACKAGE BODY QP_QP_Form_Limits AS
2: /* $Header: QPXFLMTB.pls 120.1 2005/06/13 03:40:43 appldev $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFLMTB.pls 120.1 2005/06/13 03:40:43 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Limits';
7:
8: -- Global variables holding cached record.
9:
10: g_LIMITS_rec QP_Limits_PUB.Limits_Rec_Type;

Line 1570: END QP_QP_Form_Limits;

1566: g_db_LIMITS_rec := QP_Limits_PUB.G_MISS_LIMITS_REC;
1567:
1568: END Clear_Limits;
1569:
1570: END QP_QP_Form_Limits;