DBA Data[Home] [Help]

APPS.OKL_VERSION_IB_PUB dependencies on OKL_VERSION_IB_PVT

Line 4: subtype vibv_rec_type is okl_version_ib_pvt.vibv_rec_type;

1: PACKAGE OKL_VERSION_IB_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPVIBS.pls 115.0 2002/02/04 19:07:55 pkm ship $ */
3:
4: subtype vibv_rec_type is okl_version_ib_pvt.vibv_rec_type;
5: subtype vibv_tbl_type is okl_version_ib_pvt.vibv_tbl_type;
6:
7:
8: G_EXCEPTION_HALT_VALIDATION EXCEPTION;

Line 5: subtype vibv_tbl_type is okl_version_ib_pvt.vibv_tbl_type;

1: PACKAGE OKL_VERSION_IB_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKLPVIBS.pls 115.0 2002/02/04 19:07:55 pkm ship $ */
3:
4: subtype vibv_rec_type is okl_version_ib_pvt.vibv_rec_type;
5: subtype vibv_tbl_type is okl_version_ib_pvt.vibv_tbl_type;
6:
7:
8: G_EXCEPTION_HALT_VALIDATION EXCEPTION;
9: G_COL_NAME_TOKEN CONSTANT VARCHAR2(200) := OKC_API.G_COL_NAME_TOKEN;