DBA Data[Home] [Help]

PACKAGE: APPS.QP_VALIDATE_PRICE_LIST

Source


1 PACKAGE QP_Validate_Price_List AUTHID CURRENT_USER AS
2 /* $Header: QPXLPLHS.pls 120.1 2005/06/15 03:21:47 appldev  $ */
3 
4 --  Procedure Entity
5 
6 PROCEDURE Entity
7 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
8 ,   p_PRICE_LIST_rec                IN  QP_Price_List_PUB.Price_List_Rec_Type
9 ,   p_old_PRICE_LIST_rec            IN  QP_Price_List_PUB.Price_List_Rec_Type :=
10                                         QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
11 );
12 
13 --  Procedure Attributes
14 
15 PROCEDURE Attributes
16 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
17 ,   p_PRICE_LIST_rec                IN  QP_Price_List_PUB.Price_List_Rec_Type
18 ,   p_old_PRICE_LIST_rec            IN  QP_Price_List_PUB.Price_List_Rec_Type :=
19                                         QP_Price_List_PUB.G_MISS_PRICE_LIST_REC
20 );
21 
22 --  Procedure Entity_Delete
23 
24 PROCEDURE Entity_Delete
25 (   x_return_status                 OUT NOCOPY /* file.sql.39 change */ VARCHAR2
26 ,   p_PRICE_LIST_rec                IN  QP_Price_List_PUB.Price_List_Rec_Type
27 );
28 
29 END QP_Validate_Price_List;