DBA Data[Home] [Help]

PACKAGE: APPS.OE_VALIDATE_PRICE_BREAK

Source


1 PACKAGE OE_Validate_Price_Break AUTHID CURRENT_USER AS
2 /* $Header: OEXLDPBS.pls 115.0 99/07/15 19:24:11 porting shi $ */
3 
4 --  Procedure Entity
5 
6 PROCEDURE Entity
7 (   x_return_status                 OUT VARCHAR2
8 ,   p_Price_Break_rec               IN  OE_Pricing_Cont_PUB.Price_Break_Rec_Type
9 ,   p_old_Price_Break_rec           IN  OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=
10                                         OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC
11 );
12 
13 --  Procedure Attributes
14 
15 PROCEDURE Attributes
16 (   x_return_status                 OUT VARCHAR2
17 ,   p_Price_Break_rec               IN  OE_Pricing_Cont_PUB.Price_Break_Rec_Type
18 ,   p_old_Price_Break_rec           IN  OE_Pricing_Cont_PUB.Price_Break_Rec_Type :=
19                                         OE_Pricing_Cont_PUB.G_MISS_PRICE_BREAK_REC
20 );
21 
22 --  Procedure Entity_Delete
23 
24 PROCEDURE Entity_Delete
25 (   x_return_status                 OUT VARCHAR2
26 ,   p_Price_Break_rec               IN  OE_Pricing_Cont_PUB.Price_Break_Rec_Type
27 );
28 
29 END OE_Validate_Price_Break;