DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PVT dependencies on OKL_GTS_PVT

Line 87: SUBTYPE gtsv_rec_type IS okl_gts_pvt.gtsv_rec_type;

83: SUBTYPE gttv_rec_type IS okl_gtt_pvt.gttv_rec_type;
84: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;
85:
86: -- Stream Generation Template
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;

Line 88: SUBTYPE gtsv_tbl_type IS okl_gts_pvt.gtsv_tbl_type;

84: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;
85:
86: -- Stream Generation Template
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;