DBA Data[Home] [Help]

APPS.QP_DEFAULT_CURR_LISTS dependencies on QP_DEFAULT_CURR_LISTS

Line 1: PACKAGE BODY QP_Default_Curr_Lists AS

1: PACKAGE BODY QP_Default_Curr_Lists AS
2: /* $Header: QPXDCURB.pls 120.2 2005/07/07 04:26:46 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXDCURB.pls 120.2 2005/07/07 04:26:46 appldev ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_Default_Curr_Lists';
7:
8: -- Package global used within the package.
9:
10: g_CURR_LISTS_rec QP_Currency_PUB.Curr_Lists_Rec_Type;

Line 541: QP_Default_Curr_Lists.Attributes

537: OR g_CURR_LISTS_rec.base_markup_formula_id = FND_API.G_MISS_NUM
538: -- OR g_CURR_LISTS_rec.row_id = FND_API.G_MISS_NUM --Commented by Sunil
539: THEN
540:
541: QP_Default_Curr_Lists.Attributes
542: ( p_CURR_LISTS_rec => g_CURR_LISTS_rec
543: , p_iteration => p_iteration + 1
544: , x_CURR_LISTS_rec => x_CURR_LISTS_rec
545: );

Line 557: END QP_Default_Curr_Lists;

553: END IF;
554:
555: END Attributes;
556:
557: END QP_Default_Curr_Lists;