DBA Data[Home] [Help]

APPS.IEX_REPOS_OBJECTS_PUB dependencies on IEX_REP_PVT

Line 6: subtype repv_rec_type is iex_rep_pvt.repv_rec_type;

2: /* $Header: iexpreps.pls 120.0 2004/01/24 03:19:39 appldev noship $ */
3:
4:
5:
6: subtype repv_rec_type is iex_rep_pvt.repv_rec_type;
7: subtype repv_tbl_type is iex_rep_pvt.repv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_REPOS_OBJECTS_PUB';

Line 7: subtype repv_tbl_type is iex_rep_pvt.repv_tbl_type;

3:
4:
5:
6: subtype repv_rec_type is iex_rep_pvt.repv_rec_type;
7: subtype repv_tbl_type is iex_rep_pvt.repv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'IEX_REPOS_OBJECTS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKL_API.G_APP_NAME;