DBA Data[Home] [Help]

PACKAGE: APPS.WIP_DEFAULT_RES

Source


1 PACKAGE WIP_Default_Res AUTHID CURRENT_USER AS
2 /* $Header: WIPDRESS.pls 120.0 2005/05/25 08:33:28 appldev noship $ */
3 
4 --  Procedure Attributes
5 
6 PROCEDURE Attributes
7 (   p_Res_rec                       IN  WIP_Transaction_PUB.Res_Rec_Type
8 ,   p_iteration                     IN  NUMBER := NULL
9 ,   x_Res_rec                       IN OUT NOCOPY WIP_Transaction_PUB.Res_Rec_Type
10 );
11 
12 END WIP_Default_Res;