DBA Data[Home] [Help]

APPS.OKL_AM_AMORTIZE_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;

1: PACKAGE OKL_AM_AMORTIZE_PVT AS
2: /* $Header: OKLRTATS.pls 120.6 2006/07/11 10:03:57 dkagrawa noship $ */
3:
4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
5: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
6:
7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;
8: SUBTYPE tlpv_tbl_type IS okl_txl_assets_pub.tlpv_tbl_type;

Line 7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;

3:
4: SUBTYPE thpv_rec_type IS okl_trx_assets_pub.thpv_rec_type;
5: SUBTYPE tlpv_rec_type IS okl_txl_assets_pub.tlpv_rec_type;
6:
7: SUBTYPE thpv_tbl_type IS okl_trx_assets_pub.thpv_tbl_type;
8: SUBTYPE tlpv_tbl_type IS okl_txl_assets_pub.tlpv_tbl_type;
9:
10: ---------------------------------------------------------------------------
11: -- GLOBAL CONSTANTS