DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PUB dependencies on OKC_K_ARTICLE_PVT

Line 4: subtype catv_rec_type is OKC_K_ARTICLE_PVT.catv_rec_type;

1: package OKC_K_ARTICLE_PUB AUTHID CURRENT_USER as
2: /*$Header: OKCPCATS.pls 120.0 2005/05/25 23:05:05 appldev noship $*/
3: -- simple entity object subtype definitions
4: subtype catv_rec_type is OKC_K_ARTICLE_PVT.catv_rec_type;
5: subtype catv_tbl_type is OKC_K_ARTICLE_PVT.catv_tbl_type;
6: subtype atnv_rec_type is OKC_K_ARTICLE_PVT.atnv_rec_type;
7: subtype atnv_tbl_type is OKC_K_ARTICLE_PVT.atnv_tbl_type;
8:

Line 5: subtype catv_tbl_type is OKC_K_ARTICLE_PVT.catv_tbl_type;

1: package OKC_K_ARTICLE_PUB AUTHID CURRENT_USER as
2: /*$Header: OKCPCATS.pls 120.0 2005/05/25 23:05:05 appldev noship $*/
3: -- simple entity object subtype definitions
4: subtype catv_rec_type is OKC_K_ARTICLE_PVT.catv_rec_type;
5: subtype catv_tbl_type is OKC_K_ARTICLE_PVT.catv_tbl_type;
6: subtype atnv_rec_type is OKC_K_ARTICLE_PVT.atnv_rec_type;
7: subtype atnv_tbl_type is OKC_K_ARTICLE_PVT.atnv_tbl_type;
8:
9: -- global variables for user hooks

Line 6: subtype atnv_rec_type is OKC_K_ARTICLE_PVT.atnv_rec_type;

2: /*$Header: OKCPCATS.pls 120.0 2005/05/25 23:05:05 appldev noship $*/
3: -- simple entity object subtype definitions
4: subtype catv_rec_type is OKC_K_ARTICLE_PVT.catv_rec_type;
5: subtype catv_tbl_type is OKC_K_ARTICLE_PVT.catv_tbl_type;
6: subtype atnv_rec_type is OKC_K_ARTICLE_PVT.atnv_rec_type;
7: subtype atnv_tbl_type is OKC_K_ARTICLE_PVT.atnv_tbl_type;
8:
9: -- global variables for user hooks
10: g_catv_rec catv_rec_type;

Line 7: subtype atnv_tbl_type is OKC_K_ARTICLE_PVT.atnv_tbl_type;

3: -- simple entity object subtype definitions
4: subtype catv_rec_type is OKC_K_ARTICLE_PVT.catv_rec_type;
5: subtype catv_tbl_type is OKC_K_ARTICLE_PVT.catv_tbl_type;
6: subtype atnv_rec_type is OKC_K_ARTICLE_PVT.atnv_rec_type;
7: subtype atnv_tbl_type is OKC_K_ARTICLE_PVT.atnv_tbl_type;
8:
9: -- global variables for user hooks
10: g_catv_rec catv_rec_type;
11: g_atnv_rec atnv_rec_type;