DBA Data[Home] [Help]

APPS.QP_DEFAULT_PLL_PRICING_ATTR dependencies on QP_DEFAULT_PLL_PRICING_ATTR

Line 1: PACKAGE BODY QP_Default_pll_pricing_attr AS

1: PACKAGE BODY QP_Default_pll_pricing_attr AS
2: /* $Header: QPXDPLAB.pls 120.2 2005/07/07 04:03:57 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: QPXDPLAB.pls 120.2 2005/07/07 04:03:57 appldev ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'Qp_Default_pll_pricing_attr';
7:
8: -- Package global used within the package.
9:
10: g_PRICING_ATTR_rec QP_Price_List_PUB.Pricing_Attr_Rec_Type;

Line 1086: Qp_Default_pll_pricing_attr.Attributes

1082: OR g_PRICING_ATTR_rec.pricing_attribute_datatype = FND_API.G_MISS_CHAR
1083: OR g_PRICING_ATTR_rec.product_attribute_datatype = FND_API.G_MISS_CHAR
1084: THEN
1085:
1086: Qp_Default_pll_pricing_attr.Attributes
1087: ( p_PRICING_ATTR_rec => g_PRICING_ATTR_rec
1088: , p_iteration => p_iteration + 1
1089: , x_PRICING_ATTR_rec => x_PRICING_ATTR_rec
1090: );

Line 1102: END QP_Default_pll_pricing_attr;

1098: END IF;
1099:
1100: END Attributes;
1101:
1102: END QP_Default_pll_pricing_attr;