DBA Data[Home] [Help]

APPS.OKL_QUICK_QUOTES_PVT dependencies on OKL_QQL_PVT

Line 6: SUBTYPE qqlv_rec_type IS okl_qql_pvt.qqlv_rec_type;

2: /* $Header: OKLRQQHS.pls 120.4 2006/02/15 12:56:51 viselvar noship $ */
3:
4: SUBTYPE qqhv_rec_type IS okl_qqh_pvt.qqhv_rec_type;
5:
6: SUBTYPE qqlv_rec_type IS okl_qql_pvt.qqlv_rec_type;
7:
8: SUBTYPE qqlv_tbl_type IS okl_qql_pvt.qqlv_tbl_type;
9:
10: -- sub types for cashflow records

Line 8: SUBTYPE qqlv_tbl_type IS okl_qql_pvt.qqlv_tbl_type;

4: SUBTYPE qqhv_rec_type IS okl_qqh_pvt.qqhv_rec_type;
5:
6: SUBTYPE qqlv_rec_type IS okl_qql_pvt.qqlv_rec_type;
7:
8: SUBTYPE qqlv_tbl_type IS okl_qql_pvt.qqlv_tbl_type;
9:
10: -- sub types for cashflow records
11: SUBTYPE cashflow_hdr_rec IS OKL_LEASE_QUOTE_CASHFLOW_PVT.cashflow_header_rec_type;
12: SUBTYPE cashflow_level_rec IS OKL_LEASE_QUOTE_CASHFLOW_PVT.cashflow_level_rec_type;