DBA Data[Home] [Help]

PACKAGE: APPS.GMI_LOCT_INV_PVT

Source


1 PACKAGE GMI_LOCT_INV_PVT AUTHID CURRENT_USER AS
2 /*  $Header: GMIVBULS.pls 115.6 2002/10/28 15:35:38 jdiiorio ship $
3  +=========================================================================+
4  |                Copyright (c) 2000 Oracle Corporation                    |
5  |                        TVP, Reading, England                            |
6  |                         All rights reserved                             |
7  +=========================================================================+
8  | FILENAME                                                                |
9  |     GMIVBULS.pls                                                        |
10  |                                                                         |
11  | DESCRIPTION                                                             |
12  |     This package contains private definitions For Business Layer        |
13  |     Logic For IC_LOCT_INV                                               |
14  |                                                                         |
15  | HISTORY                                                                 |
16  |     12-JAN-2000  H.Verdding                                             |
17  |     28-OCT-2002  J.DiIorio 11.5.1J Bug#2643440 - added nocopy.          |
18  +=========================================================================+
19   API Name  : GMI_LOCT_INV_PVT
20   Type      : Public
21   Function  : This package contains private procedures used to create
22               IC_LOCT_INV transactions
23   Pre-reqs  : N/A
24   Parameters: Per function
25 
26   Current Vers  : 1.0
27 
28   Previous Vers : 1.0
29 
30   Initial Vers  : 1.0
31   Notes
32 
33 */
34 
35 /* Define Procedures And Functions :  */
36 
37 PROCEDURE UPDATING_IC_LOCT_INV
38 (
39  p_tran_rec           IN  GMI_TRANS_ENGINE_PUB.ictran_rec,
40  x_return_status      OUT NOCOPY VARCHAR2
41 );
42 
43 
44 END GMI_LOCT_INV_PVT;