DBA Data[Home] [Help]

APPS.OKL_QUICK_QUOTES_PVT dependencies on OKL_LEASE_QUOTE_CASHFLOW_PVT

Line 1504: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (

1500: CLOSE get_oty_code;
1501:
1502: IF (l_oty_code IS NOT NULL) THEN
1503:
1504: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (
1505: l_api_version
1506: ,p_init_msg_list
1507: ,OKL_API.G_FALSE
1508: ,l_oty_code --dkagrawa changed source table name to soucrce object code

Line 1524: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (

1520: END IF;
1521: END LOOP;
1522:
1523: -- delete cash flows for the header
1524: OKL_LEASE_QUOTE_CASHFLOW_PVT.delete_cashflows (
1525: l_api_version
1526: ,p_init_msg_list
1527: ,OKL_API.G_FALSE
1528: ,'QUICK_QUOTE' --dkagrawa changed source table name to soucrce object code

Line 1618: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,

1614: END LOOP;
1615: END IF;
1616: -- create the cahflows for the rent stream other than the rate card method
1617: if (l_qqhv_rec_type.pricing_method <>'RC' and l_qqhv_rec_type.pricing_method <>'TR') THEN
1618: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,
1619: p_init_msg_list,
1620: OKL_API.G_FALSE,
1621: l_cfh_rec_type,
1622: l_cfl_tbl_type,

Line 1704: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,

1700: l_qqlv_tbl_type(i).TYPE = 'INSURANCE' or l_qqlv_tbl_type(i).TYPE = 'TAX' or
1701: l_qqlv_tbl_type(i).TYPE = 'SERVICE') THEN
1702:
1703: -- create the cahflows for the correspoding streams
1704: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,
1705: p_init_msg_list,
1706: OKL_API.G_FALSE,
1707: l_cfh_other_rec,
1708: l_cfl_other_tbl,

Line 1880: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,

1876: --Fix Bug # 5184214 ssdeshpa start
1877: l_total_rent_payment := l_total_rent_payment + l_so_details(1).amount*l_so_details(1).number_of_periods;
1878: --Fix Bug # 5184214 ssdeshpa end
1879:
1880: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,
1881: p_init_msg_list,
1882: OKL_API.G_FALSE,
1883: l_cfh_rec_type,
1884: l_cfl_tbl_type,

Line 1975: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,

1971: x_rent_payments_tbl(1).periods := l_so_details(1).number_of_periods;
1972: x_rent_payments_tbl(1).periodic_amount := round(l_so_details(1).amount,l_precision);
1973: x_rent_payments_tbl(1).start_date :=l_so_details(1).start_date;
1974:
1975: OKL_LEASE_QUOTE_CASHFLOW_PVT.create_cashflow(l_api_version,
1976: p_init_msg_list,
1977: OKL_API.G_FALSE,
1978: l_cfh_rec_type,
1979: l_cfl_tbl_type,

Line 2038: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow(l_api_version,

2034: l_update_cfl_tbl(1).record_mode:='UPDATE';
2035:
2036: -- updating the cash flows for fees and services for basis other than fixed
2037:
2038: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow(l_api_version,
2039: p_init_msg_list,
2040: OKL_API.G_FALSE,
2041: l_update_cfh_rec,
2042: l_update_cfl_tbl,

Line 2102: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow(l_api_version,

2098: FOR t IN l_cfl_tbl_type.FIRST .. l_cfl_tbl_type.LAST
2099: LOOP
2100: l_cfl_tbl_type(t).record_mode := 'UPDATE';
2101: END LOOP;
2102: OKL_LEASE_QUOTE_CASHFLOW_PVT.update_cashflow(l_api_version,
2103: p_init_msg_list,
2104: OKL_API.G_FALSE,
2105: l_cfh_rec_type,
2106: l_cfl_tbl_type,