DBA Data[Home] [Help]

APPS.QP_QP_FORM_MODIFIERS dependencies on QP_QP_FORM_MODIFIERS

Line 1: PACKAGE BODY QP_QP_Form_Modifiers AS

1: PACKAGE BODY QP_QP_Form_Modifiers AS
2: /* $Header: QPXFMLLB.pls 120.6.12020000.2 2013/01/31 14:01:56 jputta ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFMLLB.pls 120.6.12020000.2 2013/01/31 14:01:56 jputta ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Modifiers';
7:
8: -- Global variables holding cached record.
9:
10: g_MODIFIERS_rec QP_Modifiers_PUB.Modifiers_Rec_Type;

Line 3148: END QP_QP_Form_Modifiers;

3144:
3145:
3146:
3147:
3148: END QP_QP_Form_Modifiers;