DBA Data[Home] [Help]

APPS.QP_QP_FORM_CURR_LISTS dependencies on QP_QP_FORM_CURR_LISTS

Line 1: PACKAGE BODY QP_QP_Form_Curr_Lists AS

1: PACKAGE BODY QP_QP_Form_Curr_Lists AS
2: /* $Header: QPXFCURB.pls 120.1 2005/06/13 00:35:52 appldev $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXFCURB.pls 120.1 2005/06/13 00:35:52 appldev $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Curr_Lists';
7:
8: -- Global variables holding cached record.
9:
10: g_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

Line 1458: END QP_QP_Form_Curr_Lists;

1454: g_db_CURR_LISTS_rec := QP_Currency_PUB.G_MISS_CURR_LISTS_REC;
1455:
1456: END Clear_Curr_Lists;
1457:
1458: END QP_QP_Form_Curr_Lists;