DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_PRICING_PVT dependencies on OKL_LSQ_PVT

Line 7: SUBTYPE lease_qte_rec_type IS okl_lsq_pvt.lsqv_rec_type;

3:
4: SUBTYPE cashflow_hdr_rec_type IS okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
5: SUBTYPE cashflow_level_tbl_type IS okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
6:
7: SUBTYPE lease_qte_rec_type IS okl_lsq_pvt.lsqv_rec_type;
8: SUBTYPE lease_qte_tbl_type IS okl_lsq_pvt.lsqv_tbl_type;
9:
10: SUBTYPE fee_rec_type is okl_fee_pvt.feev_rec_type;
11: SUBTYPE asset_rec_type is okl_ass_pvt.assv_rec_type;

Line 8: SUBTYPE lease_qte_tbl_type IS okl_lsq_pvt.lsqv_tbl_type;

4: SUBTYPE cashflow_hdr_rec_type IS okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
5: SUBTYPE cashflow_level_tbl_type IS okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
6:
7: SUBTYPE lease_qte_rec_type IS okl_lsq_pvt.lsqv_rec_type;
8: SUBTYPE lease_qte_tbl_type IS okl_lsq_pvt.lsqv_tbl_type;
9:
10: SUBTYPE fee_rec_type is okl_fee_pvt.feev_rec_type;
11: SUBTYPE asset_rec_type is okl_ass_pvt.assv_rec_type;
12: