DBA Data[Home] [Help]

APPS.OKL_LTE_INT_PVT dependencies on OKL_LSM_PVT

Line 24: subtype lsmv_rec_type is okl_lsm_pvt.lsmv_rec_type;

20:
21: SUBTYPE taiv_rec_type IS okl_tai_pvt.taiv_rec_type;
22: SUBTYPE taiv_tbl_type IS okl_tai_pvt.taiv_tbl_type;
23:
24: subtype lsmv_rec_type is okl_lsm_pvt.lsmv_rec_type;
25: subtype lsmv_tbl_type is okl_lsm_pvt.lsmv_tbl_type;
26:
27:
28: -- Global Variables

Line 25: subtype lsmv_tbl_type is okl_lsm_pvt.lsmv_tbl_type;

21: SUBTYPE taiv_rec_type IS okl_tai_pvt.taiv_rec_type;
22: SUBTYPE taiv_tbl_type IS okl_tai_pvt.taiv_tbl_type;
23:
24: subtype lsmv_rec_type is okl_lsm_pvt.lsmv_rec_type;
25: subtype lsmv_tbl_type is okl_lsm_pvt.lsmv_tbl_type;
26:
27:
28: -- Global Variables
29: G_PKG_NAME CONSTANT VARCHAR2(200) := 'OKL_LTE_INT_PVT';