DBA Data[Home] [Help]

APPS.OKL_STRM_GEN_TEMPLATE_PUB dependencies on OKL_GTT_PVT

Line 29: SUBTYPE gttv_rec_type IS okl_gtt_pvt.gttv_rec_type;

25: G_EXCEPTION_ERROR EXCEPTION;
26: G_EXCEPTION_UNEXPECTED_ERROR EXCEPTION;
27:
28: -- Stream Generation Template Set
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;

Line 30: SUBTYPE gttv_tbl_type IS okl_gtt_pvt.gttv_tbl_type;

26: G_EXCEPTION_UNEXPECTED_ERROR EXCEPTION;
27:
28: -- Stream Generation Template Set
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;