DBA Data[Home] [Help]

PACKAGE: APPS.OE_DEFAULT_LOT_SERIAL

Source


1 PACKAGE OE_Default_Lot_Serial AUTHID CURRENT_USER AS
2 /* $Header: OEXDSRLS.pls 120.0 2005/06/01 00:02:10 appldev noship $ */
3 
4 --  Procedure Attributes
5 
6 PROCEDURE Attributes
7 (   p_x_Lot_Serial_rec              IN OUT NOCOPY  OE_Order_PUB.Lot_Serial_Rec_Type
8 ,   p_iteration                     IN  NUMBER := 1
9 );
10 
11 END OE_Default_Lot_Serial;