DBA Data[Home] [Help]

APPS.OKL_STREAMS_PVT dependencies on OKL_STM_PVT

Line 4: SUBTYPE stmv_rec_type IS Okl_Stm_Pvt.stmv_rec_type;

1: PACKAGE Okl_Streams_Pvt AS
2: /* $Header: OKLCSTMS.pls 120.1 2005/05/30 12:26:26 kthiruva noship $ */
3:
4: SUBTYPE stmv_rec_type IS Okl_Stm_Pvt.stmv_rec_type;
5: SUBTYPE stmv_tbl_type IS Okl_Stm_Pvt.stmv_tbl_type;
6:
7: SUBTYPE selv_rec_type IS Okl_Sel_Pvt.selv_rec_type;
8: SUBTYPE selv_tbl_type IS Okl_Sel_Pvt.selv_tbl_type;

Line 5: SUBTYPE stmv_tbl_type IS Okl_Stm_Pvt.stmv_tbl_type;

1: PACKAGE Okl_Streams_Pvt AS
2: /* $Header: OKLCSTMS.pls 120.1 2005/05/30 12:26:26 kthiruva noship $ */
3:
4: SUBTYPE stmv_rec_type IS Okl_Stm_Pvt.stmv_rec_type;
5: SUBTYPE stmv_tbl_type IS Okl_Stm_Pvt.stmv_tbl_type;
6:
7: SUBTYPE selv_rec_type IS Okl_Sel_Pvt.selv_rec_type;
8: SUBTYPE selv_tbl_type IS Okl_Sel_Pvt.selv_tbl_type;
9: ------------------------------------------------------------------------------