DBA Data[Home] [Help]

APPS.OKL_VP_K_ARTICLE_PUB dependencies on OKL_VP_K_ARTICLE_PVT

Line 4: SUBTYPE catv_rec_type is OKL_VP_K_ARTICLE_PVT.catv_rec_type;

1: PACKAGE OKL_VP_K_ARTICLE_PUB AUTHID CURRENT_USER AS
2: /*$Header: OKLPCARS.pls 120.1 2005/08/04 01:30:27 manumanu noship $*/
3: -- simple entity object subtype definitions
4: SUBTYPE catv_rec_type is OKL_VP_K_ARTICLE_PVT.catv_rec_type;
5: SUBTYPE catv_tbl_type is OKL_VP_K_ARTICLE_PVT.catv_tbl_type;
6:
7: -- global variables for user hooks
8: g_catv_rec catv_rec_type;

Line 5: SUBTYPE catv_tbl_type is OKL_VP_K_ARTICLE_PVT.catv_tbl_type;

1: PACKAGE OKL_VP_K_ARTICLE_PUB AUTHID CURRENT_USER AS
2: /*$Header: OKLPCARS.pls 120.1 2005/08/04 01:30:27 manumanu noship $*/
3: -- simple entity object subtype definitions
4: SUBTYPE catv_rec_type is OKL_VP_K_ARTICLE_PVT.catv_rec_type;
5: SUBTYPE catv_tbl_type is OKL_VP_K_ARTICLE_PVT.catv_tbl_type;
6:
7: -- global variables for user hooks
8: g_catv_rec catv_rec_type;
9: