DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 4: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;

1: PACKAGE okl_split_asset_pvt As
2: /* $Header: OKLRSPAS.pls 120.5 2007/12/20 22:50:55 srsreeni ship $ */
3:
4: subtype trxv_rec_type is OKL_TRX_ASSETS_PUB.thpv_rec_type;
5: subtype txlv_rec_type is OKL_TXL_ASSETS_PUB.tlpv_rec_type;
6: subtype txdv_rec_type is OKL_TXD_ASSETS_PUB.adpv_rec_type;
7: subtype txdv_tbl_type is OKL_TXD_ASSETS_PUB.adpv_tbl_type;
8: subtype itiv_rec_type is OKL_TXL_ITM_INSTS_PUB.iipv_rec_type;