[Home] [Help]
APPS.OKC_TAGS_PUB dependencies on OKC_TAG_PVT
Line 4: subtype tagv_rec_type is OKC_TAG_PVT.tagv_rec_type;
1: Package OKC_TAGS_PUB AUTHID CURRENT_USER AS
2: /* $Header: OKCPTAGS.pls 120.2 2006/02/28 14:49:30 smallya noship $ */
3:
4: subtype tagv_rec_type is OKC_TAG_PVT.tagv_rec_type;
5:
6: TYPE tagv_tbl_type IS TABLE OF tagv_rec_type
7: INDEX BY BINARY_INTEGER;
8: