DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_COMP_PVT dependencies on OKL_ASD_PVT

Line 4: subtype advv_rec_type is okl_asd_pvt.asdv_rec_type;

1: package OKL_SPLIT_ASSET_COMP_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLRSACS.pls 115.1 2002/07/29 18:37:13 cklee noship $ */
3:
4: subtype advv_rec_type is okl_asd_pvt.asdv_rec_type;
5: subtype advv_tbl_type is okl_asd_pvt.asdv_tbl_type;
6: ---------------------------------------------------------------------------
7: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
8: ---------------------------------------------------------------------------

Line 5: subtype advv_tbl_type is okl_asd_pvt.asdv_tbl_type;

1: package OKL_SPLIT_ASSET_COMP_PVT AUTHID CURRENT_USER as
2: /* $Header: OKLRSACS.pls 115.1 2002/07/29 18:37:13 cklee noship $ */
3:
4: subtype advv_rec_type is okl_asd_pvt.asdv_rec_type;
5: subtype advv_tbl_type is okl_asd_pvt.asdv_tbl_type;
6: ---------------------------------------------------------------------------
7: -- GLOBAL MESSAGE CONSTANTS , VARIABLES
8: ---------------------------------------------------------------------------
9: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_SPLIT_ASSET_COMP_PVT';