DBA Data[Home] [Help]

APPS.OKL_CNTR_LVLNG_LINES_PUB dependencies on OKL_CLL_PVT

Line 6: subtype cllv_rec_type is okl_cll_pvt.cllv_rec_type;

2: /* $Header: OKLPCLLS.pls 115.1 2002/04/01 14:34:44 pkm ship $ */
3:
4:
5:
6: subtype cllv_rec_type is okl_cll_pvt.cllv_rec_type;
7: subtype cllv_tbl_type is okl_cll_pvt.cllv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CNTR_LVLNG_LINES_PUB';

Line 7: subtype cllv_tbl_type is okl_cll_pvt.cllv_tbl_type;

3:
4:
5:
6: subtype cllv_rec_type is okl_cll_pvt.cllv_rec_type;
7: subtype cllv_tbl_type is okl_cll_pvt.cllv_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_CNTR_LVLNG_LINES_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;