DBA Data[Home] [Help]

APPS.OKL_EXTRN_PVT dependencies on OKL_XCA_PVT

Line 7: SUBTYPE xcav_rec_type IS Okl_Xca_Pvt.xcav_rec_type;

3:
4: SUBTYPE xcrv_rec_type IS Okl_Xcr_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Xcr_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Xca_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Xca_Pvt.xcav_tbl_type;
9:
10: ------------------------------------------------------------------------------
11: -- Global Variables

Line 8: SUBTYPE xcav_tbl_type IS Okl_Xca_Pvt.xcav_tbl_type;

4: SUBTYPE xcrv_rec_type IS Okl_Xcr_Pvt.xcrv_rec_type;
5: SUBTYPE xcrv_tbl_type IS Okl_Xcr_Pvt.xcrv_tbl_type;
6:
7: SUBTYPE xcav_rec_type IS Okl_Xca_Pvt.xcav_rec_type;
8: SUBTYPE xcav_tbl_type IS Okl_Xca_Pvt.xcav_tbl_type;
9:
10: ------------------------------------------------------------------------------
11: -- Global Variables
12: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_Extrn_PVT';