DBA Data[Home] [Help]

APPS.OKC_K_HISTORY_PUB dependencies on OKC_K_HISTORY_PVT

Line 4: subtype hstv_rec_type is okc_k_history_pvt.hstv_rec_type;

1: PACKAGE OKC_K_HISTORY_PUB AS
2: /* $Header: OKCPHSTS.pls 120.0 2005/05/25 19:43:11 appldev noship $ */
3:
4: subtype hstv_rec_type is okc_k_history_pvt.hstv_rec_type;
5: subtype hstv_tbl_type is okc_k_history_pvt.hstv_tbl_type;
6:
7:
8: -- Global variables for user hooks

Line 5: subtype hstv_tbl_type is okc_k_history_pvt.hstv_tbl_type;

1: PACKAGE OKC_K_HISTORY_PUB AS
2: /* $Header: OKCPHSTS.pls 120.0 2005/05/25 19:43:11 appldev noship $ */
3:
4: subtype hstv_rec_type is okc_k_history_pvt.hstv_rec_type;
5: subtype hstv_tbl_type is okc_k_history_pvt.hstv_tbl_type;
6:
7:
8: -- Global variables for user hooks
9: g_pkg_name CONSTANT VARCHAR2(200) := 'OKC_K_HISTORY_PUB';