DBA Data[Home] [Help]

APPS.IEX_OPEN_INT_HST_PUB dependencies on IEX_IOH_PVT

Line 6: subtype iohv_rec_type is iex_ioh_pvt.iohv_rec_type;

2: /* $Header: IEXPIOHS.pls 120.3 2004/12/16 15:49:30 jsanju ship $ */
3:
4:
5:
6: subtype iohv_rec_type is iex_ioh_pvt.iohv_rec_type;
7: subtype iohv_tbl_type is iex_ioh_pvt.iohv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_OPEN_INT_HST_PUB';

Line 7: subtype iohv_tbl_type is iex_ioh_pvt.iohv_tbl_type;

3:
4:
5:
6: subtype iohv_rec_type is iex_ioh_pvt.iohv_rec_type;
7: subtype iohv_tbl_type is iex_ioh_pvt.iohv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_OPEN_INT_HST_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;