DBA Data[Home] [Help]

APPS.GMI_LOCT_INV_DB_PVT dependencies on GMI_LOCT_INV_DB_PVT

Line 1: PACKAGE BODY GMI_LOCT_INV_DB_PVT AS

1: PACKAGE BODY GMI_LOCT_INV_DB_PVT AS
2: /* $Header: GMIVLOCB.pls 115.9 2003/03/27 20:31:22 adeshmuk ship $ */
3: /* +=========================================================================+
4: | Copyright (c) 2000 Oracle Corporation |
5: | TVP, Reading, England |

Line 28: API Name : GMI_LOCT_INV_DB_PVT

24: | Code is added to update ic_loct_inv.last_update_date with |
25: | SYSDATE and ic_loct_inv.last_updated_by the user who is currently |
26: | doing the adjust immediate. |
27: +=========================================================================+
28: API Name : GMI_LOCT_INV_DB_PVT
29: Type : Public
30: Function : This package contains private procedures used to create
31: IC_SUMM_INV transactions
32: Pre-reqs : N/A

Line 43: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_LOCT_INV_DB_PVT';

39: Initial Vers : 1.0
40: Notes
41: */
42: /* Global variables */
43: G_PKG_NAME CONSTANT VARCHAR2(30):='GMI_LOCT_INV_DB_PVT';
44:
45: FUNCTION UPDATE_IC_LOCT_INV
46: (
47: p_loct_inv IN IC_LOCT_INV%ROWTYPE,

Line 198: END GMI_LOCT_INV_DB_PVT;

194: RETURN FALSE;
195:
196: END INSERT_IC_LOCT_INV;
197:
198: END GMI_LOCT_INV_DB_PVT;