DBA Data[Home] [Help]

PACKAGE: APPS.OE_CNCL_VALIDATE_LINE_SCREDIT

Source


1 PACKAGE OE_CNCL_Validate_Line_Scredit AS
2 /* $Header: OEXVCLCS.pls 120.0 2005/05/31 23:53:04 appldev noship $ */
3 
4 --  Procedure Entity
5 
6 PROCEDURE Entity
7 ( x_return_status OUT NOCOPY VARCHAR2
8 
9 ,   p_Line_Scredit_rec              IN  OE_Order_PUB.Line_Scredit_Rec_Type
10 );
11 
12 --  Procedure Attributes
13 
14 PROCEDURE Attributes
15 ( x_return_status OUT NOCOPY VARCHAR2
16 
17 ,   p_Line_Scredit_rec              IN  OE_Order_PUB.Line_Scredit_Rec_Type
18 );
19 
20 
21 
22 END OE_CNCL_Validate_Line_Scredit;