DBA Data[Home] [Help]

APPS.OKL_SLA_ACC_SOURCES_PVT dependencies on OKL_TEH_PVT

Line 81: SUBTYPE tehv_rec_type IS okl_teh_pvt.tehv_rec_type;

77: INDEX BY BINARY_INTEGER;
78: -- End : PRASJAIN : Bug# 6268782
79:
80: -- Subtyping the record structures
81: SUBTYPE tehv_rec_type IS okl_teh_pvt.tehv_rec_type;
82: SUBTYPE tehv_tbl_type IS okl_teh_pvt.tehv_tbl_type;
83:
84: SUBTYPE telv_rec_type IS okl_tel_pvt.telv_rec_type;
85: SUBTYPE telv_tbl_type IS okl_tel_pvt.telv_tbl_type;

Line 82: SUBTYPE tehv_tbl_type IS okl_teh_pvt.tehv_tbl_type;

78: -- End : PRASJAIN : Bug# 6268782
79:
80: -- Subtyping the record structures
81: SUBTYPE tehv_rec_type IS okl_teh_pvt.tehv_rec_type;
82: SUBTYPE tehv_tbl_type IS okl_teh_pvt.tehv_tbl_type;
83:
84: SUBTYPE telv_rec_type IS okl_tel_pvt.telv_rec_type;
85: SUBTYPE telv_tbl_type IS okl_tel_pvt.telv_tbl_type;
86:

Line 109: SUBTYPE teh_rec_type IS okl_teh_pvt.teh_rec_type;

105: SUBTYPE pxlv_rec_type IS okl_pxl_pvt.pxlv_rec_type;
106: SUBTYPE pxlv_tbl_type IS okl_pxl_pvt.pxlv_tbl_type;
107:
108: -- Start : PRASJAIN : Bug# 6268782
109: SUBTYPE teh_rec_type IS okl_teh_pvt.teh_rec_type;
110: SUBTYPE tehl_tbl_type IS okl_teh_pvt.tehl_tbl_type;
111:
112: SUBTYPE tel_rec_type IS okl_tel_pvt.tel_rec_type;
113: SUBTYPE tel_tbl_type IS okl_tel_pvt.tel_tbl_type;

Line 110: SUBTYPE tehl_tbl_type IS okl_teh_pvt.tehl_tbl_type;

106: SUBTYPE pxlv_tbl_type IS okl_pxl_pvt.pxlv_tbl_type;
107:
108: -- Start : PRASJAIN : Bug# 6268782
109: SUBTYPE teh_rec_type IS okl_teh_pvt.teh_rec_type;
110: SUBTYPE tehl_tbl_type IS okl_teh_pvt.tehl_tbl_type;
111:
112: SUBTYPE tel_rec_type IS okl_tel_pvt.tel_rec_type;
113: SUBTYPE tel_tbl_type IS okl_tel_pvt.tel_tbl_type;
114: SUBTYPE tell_tbl_type IS okl_tel_pvt.tell_tbl_type;