DBA Data[Home] [Help]

APPS.OKL_REPORT_PVT dependencies on OKL_REP_PVT

Line 4: SUBTYPE repv_rec_type IS Okl_Rep_Pvt.repv_rec_type;

1: PACKAGE Okl_Report_Pvt AS
2: /* $Header: OKLCREPS.pls 120.1 2008/01/29 14:45:25 schodava noship $ */
3:
4: SUBTYPE repv_rec_type IS Okl_Rep_Pvt.repv_rec_type;
5: SUBTYPE repv_tbl_type IS Okl_Rep_Pvt.repv_tbl_type;
6:
7: SUBTYPE rpp_rec_type IS Okl_Rpp_Pvt.rpp_rec_type;
8: SUBTYPE rpp_tbl_type IS Okl_Rpp_Pvt.rpp_tbl_type;

Line 5: SUBTYPE repv_tbl_type IS Okl_Rep_Pvt.repv_tbl_type;

1: PACKAGE Okl_Report_Pvt AS
2: /* $Header: OKLCREPS.pls 120.1 2008/01/29 14:45:25 schodava noship $ */
3:
4: SUBTYPE repv_rec_type IS Okl_Rep_Pvt.repv_rec_type;
5: SUBTYPE repv_tbl_type IS Okl_Rep_Pvt.repv_tbl_type;
6:
7: SUBTYPE rpp_rec_type IS Okl_Rpp_Pvt.rpp_rec_type;
8: SUBTYPE rpp_tbl_type IS Okl_Rpp_Pvt.rpp_tbl_type;
9: