DBA Data[Home] [Help]

PACKAGE: APPS.OE_CNCL_VALIDATE_HEADER_ADJ

Source


1 PACKAGE OE_CNCL_Validate_Header_Adj AS
2 /* $Header: OEXVCHAS.pls 120.0 2005/06/01 00:26:11 appldev noship $ */
3 
4 --  Procedure Entity
5 
6 PROCEDURE Entity
7 ( x_return_status OUT NOCOPY VARCHAR2
8 
9 ,   p_Header_Adj_rec                IN  OE_Order_PUB.Header_Adj_Rec_Type
10 );
11 
12 --  Procedure Attributes
13 
14 PROCEDURE Attributes
15 ( x_return_status OUT NOCOPY VARCHAR2
16 
17 ,   p_Header_Adj_rec                IN  OE_Order_PUB.Header_Adj_Rec_Type
18 );
19 
20 
21 
22 END OE_CNCL_Validate_Header_Adj;