DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PVT dependencies on OKC_ATN_PVT

Line 7: subtype atnv_rec_type is OKC_ATN_PVT.atnv_rec_type;

3:
4: -- simple entity object subtype definitions
5: subtype catv_rec_type is OKC_CAT_PVT.catv_rec_type;
6: subtype catv_tbl_type is OKC_CAT_PVT.catv_tbl_type;
7: subtype atnv_rec_type is OKC_ATN_PVT.atnv_rec_type;
8: subtype atnv_tbl_type is OKC_ATN_PVT.atnv_tbl_type;
9:
10: -- public procedure declarations
11: -- for use by OKC_K_ARTICLE_PUB public PL/SQL API

Line 8: subtype atnv_tbl_type is OKC_ATN_PVT.atnv_tbl_type;

4: -- simple entity object subtype definitions
5: subtype catv_rec_type is OKC_CAT_PVT.catv_rec_type;
6: subtype catv_tbl_type is OKC_CAT_PVT.catv_tbl_type;
7: subtype atnv_rec_type is OKC_ATN_PVT.atnv_rec_type;
8: subtype atnv_tbl_type is OKC_ATN_PVT.atnv_tbl_type;
9:
10: -- public procedure declarations
11: -- for use by OKC_K_ARTICLE_PUB public PL/SQL API
12: procedure add_language_k_article;