DBA Data[Home] [Help]

PACKAGE: APPS.OE_CNCL_VAL_HEADER_SCREDIT

Source


1 PACKAGE OE_CNCL_Val_Header_Scredit AUTHID CURRENT_USER AS
2 /* $Header: OEXVCHCS.pls 120.0 2005/06/01 00:35:25 appldev noship $ */
3 
4 -- Procedure to validate quota percent total
5 G_Create_Auto_Sales_Credit varchar2(1) := 'Y';
6 
7 
8 --  Procedure Entity
9 
10 PROCEDURE Entity
11 ( x_return_status OUT NOCOPY VARCHAR2
12 
13 ,   p_Header_Scredit_rec            IN  OE_Order_PUB.Header_Scredit_Rec_Type
14 );
15 
16 --  Procedure Attributes
17 
18 PROCEDURE Attributes
19 ( x_return_status OUT NOCOPY VARCHAR2
20 
21 ,   p_Header_Scredit_rec            IN  OE_Order_PUB.Header_Scredit_Rec_Type
22 );
23 
24 
25 END OE_CNCL_Val_Header_Scredit;