DBA Data[Home] [Help]

APPS.GMI_LOCT_INV_PVT dependencies on GMI_LOCT_INV_PVT

Line 1: PACKAGE BODY GMI_LOCT_INV_PVT AS

1: PACKAGE BODY GMI_LOCT_INV_PVT AS
2: /* $Header: GMIVBULB.pls 115.17 2004/07/07 14:46:47 jgogna ship $ */
3: /* +=========================================================================+
4: | Copyright (c) 2000 Oracle Corporation |
5: | TVP, Reading, England |

Line 39: API Name : GMI_LOCT_INV_PVT

35: | 6-JUL-2004 Jatinder Gogna - 3739308 |
36: | Set the dates to MAX date if the item is grade |
37: | controlled and intervals are NULL or zero |
38: +=========================================================================+
39: API Name : GMI_LOCT_INV_PVT
40: Type : Public
41: Function : This package contains private procedures used to create
42: IC_LOCT_INV transactions
43: Pre-reqs : N/A

Line 56: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_LOCT_INV_PVT';

52:
53: Body end of comments
54: */
55: /* Global variables */
56: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_LOCT_INV_PVT';
57:
58: PROCEDURE UPDATING_IC_LOCT_INV
59: (
60: p_tran_rec IN GMI_TRANS_ENGINE_PUB.ictran_rec,

Line 272: END GMI_LOCT_INV_PVT;

268:
269:
270: END UPDATING_IC_LOCT_INV;
271:
272: END GMI_LOCT_INV_PVT;