DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PUB dependencies on OKL_GTS_PVT

Line 33: SUBTYPE gtsv_rec_type IS okl_gts_pvt.gtsv_rec_type;

29: SUBTYPE gttv_rec_type IS okl_gtt_pvt.gttv_rec_type;
30: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;
31:
32: -- Stream Generation Template
33: SUBTYPE gtsv_rec_type IS okl_gts_pvt.gtsv_rec_type;
34: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;
35:
36: -- Stream Generation Template Pricing Parameters
37: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;

Line 34: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;

30: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;
31:
32: -- Stream Generation Template
33: SUBTYPE gtsv_rec_type IS okl_gts_pvt.gtsv_rec_type;
34: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;
35:
36: -- Stream Generation Template Pricing Parameters
37: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;
38: SUBTYPE gtpv_tbl_type IS okl_gtp_pvt.gtpv_tbl_type;