DBA Data[Home] [Help]

APPS.OKC_K_ARTICLE_PVT dependencies on OKC_CAT_PVT

Line 5: subtype catv_rec_type is OKC_CAT_PVT.catv_rec_type;

1: package OKC_K_ARTICLE_PVT AUTHID CURRENT_USER as
2: /* $Header: OKCCCATS.pls 120.0 2005/05/25 22:59:33 appldev noship $ */
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:

Line 6: subtype catv_tbl_type is OKC_CAT_PVT.catv_tbl_type;

2: /* $Header: OKCCCATS.pls 120.0 2005/05/25 22:59:33 appldev noship $ */
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