DBA Data[Home] [Help]

PACKAGE: APPS.GMI_SUMM_INV_PVT

Source


1 PACKAGE GMI_SUMM_INV_PVT AUTHID CURRENT_USER AS
2 /*  $Header: GMIVBUSS.pls 115.6 2002/11/05 15:01:36 jdiiorio ship $
3  +=========================================================================+
4  |                Copyright (c) 2000 Oracle Corporation                    |
5  |                        TVP, Reading, England                            |
6  |                         All rights reserved                             |
7  +=========================================================================+
8  | FILENAME                                                                |
9  |     GMIVBUSS.pls                                                        |
10  |                                                                         |
11  | DESCRIPTION                                                             |
12  |     This package contains private definitions For Business Layer        |
13  |     Logic For IC_SUMM_INV                                               |
14  |                                                                         |
15  | HISTORY                                                                 |
16  |     12-JAN-2000  H.Verdding                                             |
17  |     05-NOV-2002  J.DiIorio BUG#2643440 11.5.1J - added nocopy           |
18  +=========================================================================+
19   API Name  : GMI_SUMM_INV_PVT
20   Type      : Public
21   Function  : This package contains private procedures used to create
22               IC_SUMM_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 PENDING
38 (
39  p_tran_rec        IN  GMI_TRANS_ENGINE_PUB.ictran_rec,
40  x_return_status   OUT NOCOPY VARCHAR2
41 );
42 
43 PROCEDURE COMPLETED
44 (
45  p_tran_rec        IN  GMI_TRANS_ENGINE_PUB.ictran_rec,
46  x_return_status   OUT NOCOPY VARCHAR2
47 );
48 
49 END GMI_SUMM_INV_PVT;