DBA Data[Home] [Help]

APPS.OKL_PRICING_UTILS_PVT dependencies on OKL_STRM_TYPE_B

Line 10328: okl_strm_type_b sty

10324: FROM okl_assets_b ast,
10325: okl_cash_flow_objects cfo,
10326: okl_cash_flows caf,
10327: okl_cash_flow_levels cfl,
10328: okl_strm_type_b sty
10329: WHERE ast.id = p_ast_id
10330: AND ast.parent_object_id = p_qte_id
10331: AND cfo.source_id = ast.id
10332: AND caf.cfo_id = cfo.id

Line 10789: l_rent_sty_id OKL_STRM_TYPE_B.ID%TYPE;

10785: l_pricing_method OKL_LEASE_QUOTES_B.PRICING_METHOD%TYPE;
10786: l_sp_for_assets BOOLEAN;
10787: l_an_ass_follow_lq BOOLEAN;
10788: l_lq_details_prc_rec OKL_PRICING_UTILS_PVT.pricing_parameter_rec_type;
10789: l_rent_sty_id OKL_STRM_TYPE_B.ID%TYPE;
10790: l_asset_caf_rec OKL_LEASE_QUOTE_CASHFLOW_PVT.cashflow_header_rec_type;
10791: l_asset_cfl_tbl OKL_LEASE_QUOTE_CASHFLOW_PVT.cashflow_level_tbl_type;
10792: l_ast_level_fin_amt NUMBER;
10793: l_lq_level_fin_amt NUMBER;