DBA Data[Home] [Help]

APPS.QP_QP_FORM_LIMIT_BALANCES dependencies on QP_QP_FORM_LIMIT_BALANCES

Line 1: PACKAGE BODY QP_QP_Form_Limit_Balances AS

1: PACKAGE BODY QP_QP_Form_Limit_Balances AS
2: /* $Header: QPXFLMBB.pls 120.1 2005/06/13 03:35:48 appldev $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFLMBB.pls 120.1 2005/06/13 03:35:48 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Limit_Balances';
7:
8: -- Global variables holding cached record.
9:
10: g_LIMIT_BALANCES_rec QP_Limits_PUB.Limit_Balances_Rec_Type;

Line 1475: END QP_QP_Form_Limit_Balances;

1471: g_db_LIMIT_BALANCES_rec := QP_Limits_PUB.G_MISS_LIMIT_BALANCES_REC;
1472:
1473: END Clear_Limit_Balances;
1474:
1475: END QP_QP_Form_Limit_Balances;