DBA Data[Home] [Help]

APPS.OKL_STREAM_MIGRATION_PVT dependencies on OKL_GTT_PVT

Line 30: SUBTYPE gttv_rec_type IS Okl_Gtt_Pvt.gttv_rec_type;

26: SUBTYPE atlv_rec_type IS Okl_Process_Tmpt_Set_Pub.atlv_rec_type;
27: SUBTYPE pdtv_rec_type IS Okl_Products_Pub.pdtv_rec_type;
28:
29: -- Stream Generation Template Set
30: SUBTYPE gttv_rec_type IS Okl_Gtt_Pvt.gttv_rec_type;
31: SUBTYPE gttv_tbl_type IS Okl_Gtt_Pvt.gttv_tbl_type;
32:
33: -- Stream Generation Template
34: SUBTYPE gtsv_rec_type IS Okl_Gts_Pvt.gtsv_rec_type;

Line 31: SUBTYPE gttv_tbl_type IS Okl_Gtt_Pvt.gttv_tbl_type;

27: SUBTYPE pdtv_rec_type IS Okl_Products_Pub.pdtv_rec_type;
28:
29: -- Stream Generation Template Set
30: SUBTYPE gttv_rec_type IS Okl_Gtt_Pvt.gttv_rec_type;
31: SUBTYPE gttv_tbl_type IS Okl_Gtt_Pvt.gttv_tbl_type;
32:
33: -- Stream Generation Template
34: SUBTYPE gtsv_rec_type IS Okl_Gts_Pvt.gtsv_rec_type;
35: SUBTYPE gtsv_tbl_type IS Okl_Gts_Pvt.gtsv_tbl_type;