DBA Data[Home] [Help]

PACKAGE: APPS.OE_VALIDATE_PRICE_LIST

Source


1 PACKAGE OE_Validate_Price_List AS
2 /* $Header: OEXLPRHS.pls 120.1 2005/06/13 04:40:49 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  OE_Price_List_PUB.Price_List_Rec_Type
9 ,   p_old_PRICE_LIST_rec            IN  OE_Price_List_PUB.Price_List_Rec_Type :=
10                                         OE_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  OE_Price_List_PUB.Price_List_Rec_Type
18 ,   p_old_PRICE_LIST_rec            IN  OE_Price_List_PUB.Price_List_Rec_Type :=
19                                         OE_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  OE_Price_List_PUB.Price_List_Rec_Type
27 );
28 
29 END OE_Validate_Price_List;