DBA Data[Home] [Help]

PACKAGE: APPS.GMI_LOTS_PVT

Source


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