DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_ASSET_PVT dependencies on OKL_LEASE_QUOTE_CASHFLOW_PVT

Line 28: subtype cashflow_hdr_rec_type is okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;

24: ------------------
25: subtype asset_rec_type is okl_ass_pvt.assv_rec_type;
26: subtype asset_tbl_type is okl_ass_pvt.assv_tbl_type;
27: subtype component_tbl_type is okl_aso_pvt.asov_tbl_type;
28: subtype cashflow_hdr_rec_type is okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
29: subtype cashflow_level_tbl_type is okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
30: subtype cf_object_rec_type is okl_cfo_pvt.cfov_rec_type;
31: subtype cf_header_rec_type is okl_caf_pvt.cafv_rec_type;
32: subtype cf_level_tbl_type is okl_cfl_pvt.cflv_tbl_type;

Line 29: subtype cashflow_level_tbl_type is okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;

25: subtype asset_rec_type is okl_ass_pvt.assv_rec_type;
26: subtype asset_tbl_type is okl_ass_pvt.assv_tbl_type;
27: subtype component_tbl_type is okl_aso_pvt.asov_tbl_type;
28: subtype cashflow_hdr_rec_type is okl_lease_quote_cashflow_pvt.cashflow_header_rec_type;
29: subtype cashflow_level_tbl_type is okl_lease_quote_cashflow_pvt.cashflow_level_tbl_type;
30: subtype cf_object_rec_type is okl_cfo_pvt.cfov_rec_type;
31: subtype cf_header_rec_type is okl_caf_pvt.cafv_rec_type;
32: subtype cf_level_tbl_type is okl_cfl_pvt.cflv_tbl_type;
33: