DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PVT dependencies on OKL_GTT_PVT

Line 83: SUBTYPE gttv_rec_type IS okl_gtt_pvt.gttv_rec_type;

79: G_EXCEPTION_ERROR EXCEPTION;
80: G_EXCEPTION_UNEXPECTED_ERROR EXCEPTION;
81:
82: -- Stream Generation Template Set
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;

Line 84: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;

80: G_EXCEPTION_UNEXPECTED_ERROR EXCEPTION;
81:
82: -- Stream Generation Template Set
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;