DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PUB dependencies on OKL_GTP_PVT

Line 37: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;

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;
39:
40: -- Stream Generation Template Stream Types
41: SUBTYPE gtlv_rec_type IS okl_gtl_pvt.gtlv_rec_type;

Line 38: SUBTYPE gtpv_tbl_type IS okl_gtp_pvt.gtpv_tbl_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;
39:
40: -- Stream Generation Template Stream Types
41: SUBTYPE gtlv_rec_type IS okl_gtl_pvt.gtlv_rec_type;
42: SUBTYPE gtlv_tbl_type IS okl_gtl_pvt.gtlv_tbl_type;