DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PUB dependencies on OKL_TXD_ASSETS_PVT

Line 4: subtype adpv_rec_type is okl_txd_assets_pvt.advv_rec_type;

1: PACKAGE OKL_TXD_ASSETS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPASDS.pls 115.3 2002/02/04 19:05:49 pkm ship $ */
3:
4: subtype adpv_rec_type is okl_txd_assets_pvt.advv_rec_type;
5: subtype adpv_tbl_type is okl_txd_assets_pvt.advv_tbl_type;
6:
7:
8: G_EXCEPTION_HALT_VALIDATION EXCEPTION;

Line 5: subtype adpv_tbl_type is okl_txd_assets_pvt.advv_tbl_type;

1: PACKAGE OKL_TXD_ASSETS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPASDS.pls 115.3 2002/02/04 19:05:49 pkm ship $ */
3:
4: subtype adpv_rec_type is okl_txd_assets_pvt.advv_rec_type;
5: subtype adpv_tbl_type is okl_txd_assets_pvt.advv_tbl_type;
6:
7:
8: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
9: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;