DBA Data[Home] [Help]

APPS.OKL_STRM_TYP_ALLOCS_PUB dependencies on OKL_STA_PVT

Line 6: subtype stav_rec_type is okl_sta_pvt.stav_rec_type;

2: /* $Header: OKLPSTAS.pls 115.2 2002/02/05 12:09:37 pkm ship $ */
3:
4:
5:
6: subtype stav_rec_type is okl_sta_pvt.stav_rec_type;
7: subtype stav_tbl_type is okl_sta_pvt.stav_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_STRM_TYP_ALLOCS_PUB';

Line 7: subtype stav_tbl_type is okl_sta_pvt.stav_tbl_type;

3:
4:
5:
6: subtype stav_rec_type is okl_sta_pvt.stav_rec_type;
7: subtype stav_tbl_type is okl_sta_pvt.stav_tbl_type;
8: ------------------------------------------------------------------------------
9: -- Global Variables
10: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_STRM_TYP_ALLOCS_PUB';
11: G_APP_NAME CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;