DBA Data[Home] [Help]

APPS.OKL_MASS_REBOOK_PVT dependencies on OKL_MRB_PVT

Line 18: SUBTYPE mrbv_rec_type IS okl_mrb_pvt.mrbv_rec_type;

14: G_INVALID_OPERAND CONSTANT VARCHAR2(1000) := 'OKL_LLA_INVALID_OPERAND';
15: G_INVALID_MATCH_OPTION CONSTANT VARCHAR2(1000) := 'OKL_LLA_INVALID_MATCH_OPTION';
16:
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;

Line 19: SUBTYPE mrbv_tbl_type IS okl_mrb_pvt.mrbv_tbl_type;

15: G_INVALID_MATCH_OPTION CONSTANT VARCHAR2(1000) := 'OKL_LLA_INVALID_MATCH_OPTION';
16:
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: