DBA Data[Home] [Help]

APPS.OKC_CONDITIONS_PVT dependencies on OKC_OAT_PVT

Line 18: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;

14: subtype fepv_rec_type is okc_fep_pvt.fepv_rec_type;
15: subtype fepv_tbl_type is okc_fep_pvt.fepv_tbl_type;
16: subtype ocev_rec_type is okc_oce_pvt.ocev_rec_type;
17: subtype ocev_tbl_type is okc_oce_pvt.ocev_tbl_type;
18: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;
19: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;
20:
21: ------------------------------------------------------------------------------
22: -- Global Variables

Line 19: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;

15: subtype fepv_tbl_type is okc_fep_pvt.fepv_tbl_type;
16: subtype ocev_rec_type is okc_oce_pvt.ocev_rec_type;
17: subtype ocev_tbl_type is okc_oce_pvt.ocev_tbl_type;
18: subtype oatv_rec_type is okc_oat_pvt.oatv_rec_type;
19: subtype oatv_tbl_type is okc_oat_pvt.oatv_tbl_type;
20:
21: ------------------------------------------------------------------------------
22: -- Global Variables
23: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKC_CONDITIONS_PVT';