DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICING_ATTR dependencies on QP_DEFAULT_PRICING_ATTR

Line 1: PACKAGE BODY QP_Default_Pricing_Attr AS

1: PACKAGE BODY QP_Default_Pricing_Attr AS
2: /* $Header: QPXDPRAB.pls 120.2 2005/07/07 04:05:40 appldev ship $ */
3:
4: -- Global constant holding the package name
5:

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

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

Line 936: QP_Default_Pricing_Attr.Attributes

932: OR g_PRICING_ATTR_rec.program_update_date = FND_API.G_MISS_DATE
933: OR g_PRICING_ATTR_rec.request_id = FND_API.G_MISS_NUM
934: THEN
935:
936: QP_Default_Pricing_Attr.Attributes
937: ( p_PRICING_ATTR_rec => g_PRICING_ATTR_rec
938: , p_iteration => p_iteration + 1
939: , x_PRICING_ATTR_rec => x_PRICING_ATTR_rec
940: );

Line 954: END QP_Default_Pricing_Attr;

950: oe_debug_pub.add('END Attributes in QPXDPRAB');
951:
952: END Attributes;
953:
954: END QP_Default_Pricing_Attr;