DBA Data[Home] [Help]

APPS.OKL_LEASE_RATE_SETS_PVT dependencies on OKL_LRT_PVT

Line 32: SUBTYPE lrtv_rec_type IS okl_lrt_pvt.lrtv_rec_type;

28: ---------------------------------------------------------------------------
29: -- DATA STRUCTURES
30: ---------------------------------------------------------------------------
31:
32: SUBTYPE lrtv_rec_type IS okl_lrt_pvt.lrtv_rec_type;
33:
34: SUBTYPE lrtv_tbl_type IS okl_lrt_pvt.lrtv_tbl_type;
35:
36: SUBTYPE okl_lrvv_rec IS okl_lrv_pvt.okl_lrvv_rec;

Line 34: SUBTYPE lrtv_tbl_type IS okl_lrt_pvt.lrtv_tbl_type;

30: ---------------------------------------------------------------------------
31:
32: SUBTYPE lrtv_rec_type IS okl_lrt_pvt.lrtv_rec_type;
33:
34: SUBTYPE lrtv_tbl_type IS okl_lrt_pvt.lrtv_tbl_type;
35:
36: SUBTYPE okl_lrvv_rec IS okl_lrv_pvt.okl_lrvv_rec;
37:
38: SUBTYPE lrfv_tbl_type IS okl_lrf_pvt.lrfv_tbl_type;