DBA Data[Home] [Help]

APPS.INVKBCGN dependencies on INVKBCGN

Line 1: PACKAGE BODY INVKBCGN as

1: PACKAGE BODY INVKBCGN as
2: /* $Header: INVKBCGB.pls 120.3 2005/10/13 19:04:57 dherring noship $ */
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INVKBCGN';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INVKBCGN';

1: PACKAGE BODY INVKBCGN as
2: /* $Header: INVKBCGB.pls 120.3 2005/10/13 19:04:57 dherring noship $ */
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INVKBCGN';
6:
7: -- Global var holding the Current Error code for the error encountered
8: Current_Error_Code Varchar2(20) := NULL;
9:

Line 1565: END INVKBCGN;

1561: X_conc_segs := NULL;
1562: END kb_get_conc_segments;
1563:
1564:
1565: END INVKBCGN;