DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PVT dependencies on OKL_GTP_PVT

Line 91: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;

87: SUBTYPE gtsv_rec_type IS okl_gts_pvt.gtsv_rec_type;
88: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;
89:
90: -- Stream Generation Template Pricing Parameters
91: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;
92: SUBTYPE gtpv_tbl_type IS okl_gtp_pvt.gtpv_tbl_type;
93:
94: -- Stream Generation Template Stream Types
95: SUBTYPE gtlv_rec_type IS okl_gtl_pvt.gtlv_rec_type;

Line 92: SUBTYPE gtpv_tbl_type IS okl_gtp_pvt.gtpv_tbl_type;

88: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;
89:
90: -- Stream Generation Template Pricing Parameters
91: SUBTYPE gtpv_rec_type IS okl_gtp_pvt.gtpv_rec_type;
92: SUBTYPE gtpv_tbl_type IS okl_gtp_pvt.gtpv_tbl_type;
93:
94: -- Stream Generation Template Stream Types
95: SUBTYPE gtlv_rec_type IS okl_gtl_pvt.gtlv_rec_type;
96: SUBTYPE gtlv_tbl_type IS okl_gtl_pvt.gtlv_tbl_type;