DBA Data[Home] [Help]

PACKAGE: APPS.GMI_ITEM_LOT_CONV_PVT

Source


1 PACKAGE GMI_ITEM_LOT_CONV_PVT AUTHID CURRENT_USER AS
2 -- $Header: GMIVILCS.pls 115.2 99/07/16 04:49:48 porting ship  $
3 --+=========================================================================+
4 --|                Copyright (c) 1998 Oracle Corporation                    |
5 --|                        TVP, Reading, England                            |
6 --|                         All rights reserved                             |
7 --+=========================================================================+
8 --| FILENAME                                                                |
9 --|     GMIVILCS.pls                                                        |
10 --|                                                                         |
11 --| DESCRIPTION                                                             |
12 --|     This package contains private procedures relating to Item / Lot     |
13 --|     unit of measure conversion.                                         |
14 --|                                                                         |
15 --| HISTORY                                                                 |
16 --|     01-OCT-1998  M.Godfrey       Created                                |
17 --|     25-FEB-1999  M.Godfrey       Updated to R11                         |
18 --+=========================================================================+
19 -- API Name  : GMI_ITEM_LOT_CONV_PVT
20 -- Type      : Private
21 -- Function  : This package contains private procedures used to create an
22 --             item / lot unit of measure conversion.
23 -- Pre-reqs  : N/A
24 -- Parameters: Per function
25 --
26 -- Current Vers  : 2.0
27 --
28 -- Previous Vers : 1.0
29 --
30 -- Initial Vers  : 1.0
31 -- Notes
32 --
33 FUNCTION Insert_ic_item_cnv
34 ( p_ic_item_cnv_rec  IN ic_item_cnv%ROWTYPE
35 )
36 RETURN BOOLEAN;
37 
38 
39 END GMI_ITEM_LOT_CONV_PVT;