DBA Data[Home] [Help]

PACKAGE: APPS.QP_DEFAULT_PRICING_ATTR

Source


1 PACKAGE QP_Default_Pricing_Attr AS
2 /* $Header: QPXDPRAS.pls 120.1 2005/06/10 06:00:25 appldev  $ */
3 
4 --  Procedure Attributes
5 
6 PROCEDURE Attributes
7 (   p_PRICING_ATTR_rec              IN  QP_Modifiers_PUB.Pricing_Attr_Rec_Type :=
8                                         QP_Modifiers_PUB.G_MISS_PRICING_ATTR_REC
9 ,   p_iteration                     IN  NUMBER := 1
10 ,   x_PRICING_ATTR_rec              OUT NOCOPY /* file.sql.39 change */ QP_Modifiers_PUB.Pricing_Attr_Rec_Type
11 );
12 
13 END QP_Default_Pricing_Attr;