DBA Data[Home] [Help]

PACKAGE: APPS.QP_DEFAULT_PRICE_LIST

Source


1 PACKAGE QP_Default_Price_List AUTHID CURRENT_USER AS
2 /* $Header: QPXDPLHS.pls 120.1 2005/06/10 03:28:04 appldev  $ */
3 
4 --  Procedure Attributes
5 
6 PROCEDURE Attributes
7 (   p_PRICE_LIST_rec                IN  QP_Price_List_PUB.Price_List_Rec_Type :=
8                                         QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
9 ,   p_iteration                     IN  NUMBER := 1
10 ,   x_PRICE_LIST_rec                OUT NOCOPY /* file.sql.39 change */ QP_Price_List_PUB.Price_List_Rec_Type
11 );
12 
13 END QP_Default_Price_List;