DBA Data[Home] [Help]

APPS.OKC_OUTCOME_PVT dependencies on OKC_OAT_PVT

Line 6: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;

2: /* $Header: OKCCOCES.pls 120.0 2005/05/25 22:38:44 appldev noship $ */
3:
4: subtype ocev_rec_type is okc_oce_pvt.ocev_rec_type;
5: subtype ocev_tbl_type is okc_oce_pvt.ocev_tbl_type;
6: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;
7: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables

Line 7: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;

3:
4: subtype ocev_rec_type is okc_oce_pvt.ocev_rec_type;
5: subtype ocev_tbl_type is okc_oce_pvt.ocev_tbl_type;
6: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;
7: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;
8:
9: ----------------------------------------------------------------------------------
10: -- Global Variables
11: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_OUTCOME_PVT';