DBA Data[Home] [Help]

APPS.OKC_SECTIONS_PUB dependencies on OKC_SECTIONS_PVT

Line 4: subtype scnv_rec_type is okc_sections_pvt.scnv_rec_type;

1: PACKAGE OKC_SECTIONS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPSCNS.pls 120.0 2005/05/25 19:09:44 appldev noship $ */
3:
4: subtype scnv_rec_type is okc_sections_pvt.scnv_rec_type;
5: subtype scnv_tbl_type is okc_sections_pvt.scnv_tbl_type;
6: subtype sccv_rec_type is okc_sections_pvt.sccv_rec_type;
7: subtype sccv_tbl_type is okc_sections_pvt.sccv_tbl_type;
8:

Line 5: subtype scnv_tbl_type is okc_sections_pvt.scnv_tbl_type;

1: PACKAGE OKC_SECTIONS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPSCNS.pls 120.0 2005/05/25 19:09:44 appldev noship $ */
3:
4: subtype scnv_rec_type is okc_sections_pvt.scnv_rec_type;
5: subtype scnv_tbl_type is okc_sections_pvt.scnv_tbl_type;
6: subtype sccv_rec_type is okc_sections_pvt.sccv_rec_type;
7: subtype sccv_tbl_type is okc_sections_pvt.sccv_tbl_type;
8:
9: -- Global variables for user hooks

Line 6: subtype sccv_rec_type is okc_sections_pvt.sccv_rec_type;

2: /* $Header: OKCPSCNS.pls 120.0 2005/05/25 19:09:44 appldev noship $ */
3:
4: subtype scnv_rec_type is okc_sections_pvt.scnv_rec_type;
5: subtype scnv_tbl_type is okc_sections_pvt.scnv_tbl_type;
6: subtype sccv_rec_type is okc_sections_pvt.sccv_rec_type;
7: subtype sccv_tbl_type is okc_sections_pvt.sccv_tbl_type;
8:
9: -- Global variables for user hooks
10: g_pkg_name CONSTANT VARCHAR2(200) := 'OKC_SECTIONS_PUB';

Line 7: subtype sccv_tbl_type is okc_sections_pvt.sccv_tbl_type;

3:
4: subtype scnv_rec_type is okc_sections_pvt.scnv_rec_type;
5: subtype scnv_tbl_type is okc_sections_pvt.scnv_tbl_type;
6: subtype sccv_rec_type is okc_sections_pvt.sccv_rec_type;
7: subtype sccv_tbl_type is okc_sections_pvt.sccv_tbl_type;
8:
9: -- Global variables for user hooks
10: g_pkg_name CONSTANT VARCHAR2(200) := 'OKC_SECTIONS_PUB';
11: g_app_name CONSTANT VARCHAR2(3) := OKC_API.G_APP_NAME;