DBA Data[Home] [Help]

APPS.IEX_EXCLUSION_HIST_PUB dependencies on IEX_IEH_PVT

Line 6: subtype iehv_rec_type is iex_ieh_pvt.iehv_rec_type;

2: /* $Header: IEXPIEHS.pls 120.1 2004/03/16 22:08:09 jsanju ship $ */
3:
4:
5:
6: subtype iehv_rec_type is iex_ieh_pvt.iehv_rec_type;
7: subtype iehv_tbl_type is iex_ieh_pvt.iehv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_EXCLUSION_HIST_PUB';

Line 7: subtype iehv_tbl_type is iex_ieh_pvt.iehv_tbl_type;

3:
4:
5:
6: subtype iehv_rec_type is iex_ieh_pvt.iehv_rec_type;
7: subtype iehv_tbl_type is iex_ieh_pvt.iehv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_EXCLUSION_HIST_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;