DBA Data[Home] [Help]

APPS.OKL_INS_ASSETS_PUB dependencies on OKL_INA_PVT

Line 6: subtype INAv_rec_type is okl_INA_pvt.INAv_rec_type;

2: /* $Header: OKLPINAS.pls 115.2 2002/03/16 20:00:31 pkm ship $ */
3:
4:
5:
6: subtype INAv_rec_type is okl_INA_pvt.INAv_rec_type;
7: subtype INAv_tbl_type is okl_INA_pvt.INAv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INS_ASSETS_PUB';

Line 7: subtype INAv_tbl_type is okl_INA_pvt.INAv_tbl_type;

3:
4:
5:
6: subtype INAv_rec_type is okl_INA_pvt.INAv_rec_type;
7: subtype INAv_tbl_type is okl_INA_pvt.INAv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_INS_ASSETS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := 'OKL';