DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_MST_PVT

Line 21: SUBTYPE mstv_rec_type IS okl_mst_pvt.mstv_rec_type;

17:
18: SUBTYPE mrbv_rec_type IS okl_mrb_pvt.mrbv_rec_type;
19: SUBTYPE mrbv_tbl_type IS okl_mrb_pvt.mrbv_tbl_type;
20:
21: SUBTYPE mstv_rec_type IS okl_mst_pvt.mstv_rec_type;
22: SUBTYPE mstv_tbl_type IS okl_mst_pvt.mstv_tbl_type;
23:
24: subtype tcnv_rec_type IS OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
25:

Line 22: SUBTYPE mstv_tbl_type IS okl_mst_pvt.mstv_tbl_type;

18: SUBTYPE mrbv_rec_type IS okl_mrb_pvt.mrbv_rec_type;
19: SUBTYPE mrbv_tbl_type IS okl_mrb_pvt.mrbv_tbl_type;
20:
21: SUBTYPE mstv_rec_type IS okl_mst_pvt.mstv_rec_type;
22: SUBTYPE mstv_tbl_type IS okl_mst_pvt.mstv_tbl_type;
23:
24: subtype tcnv_rec_type IS OKL_TRX_CONTRACTS_PVT.tcnv_rec_type;
25:
26: subtype thpv_rec_type IS OKL_TRX_ASSETS_PUB.thpv_rec_type;