DBA Data[Home] [Help]

APPS.QP_QP_FORM_SOU dependencies on QP_QP_FORM_SOU

Line 1: PACKAGE BODY QP_QP_Form_Sou AS

1: PACKAGE BODY QP_QP_Form_Sou AS
2: /* $Header: QPFSOU1B.pls 120.2 2005/09/13 16:34:14 gtippire noship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPFSOU1B.pls 120.2 2005/09/13 16:34:14 gtippire noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Sou';
7:
8: -- Global variables holding cached record.
9:
10: g_SOU_rec QP_Attr_Map_PUB.Sou_Rec_Type;

Line 1443: END QP_QP_Form_Sou;

1439: g_db_SOU_rec := QP_Attr_Map_PUB.G_MISS_SOU_REC;
1440:
1441: END Clear_Sou;
1442:
1443: END QP_QP_Form_Sou;