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.5 2006/03/06 00:02:41 nirmkuma noship $ */
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.5 2006/03/06 00:02:41 nirmkuma noship $ */
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 3110: END QP_QP_Form_Modifiers;

3106:
3107:
3108:
3109:
3110: END QP_QP_Form_Modifiers;