[Home] [Help]
854: ELSIF (p_cashflow_header_rec.parent_object_code = 'LEASE_QUOTE_CONSOLIDATED') THEN
855: l_cfov_rec.source_table := 'OKL_LEASE_QUOTES_B';
856: END IF;
857:
858: okl_cfo_pvt.insert_row (
859: p_api_version => G_API_VERSION
860: ,p_init_msg_list => G_FALSE
861: ,x_return_status => x_return_status
862: ,x_msg_count => x_msg_count
1269: END IF;
1270:
1271: l_cfov_rec.id := p_cashflow_header_rec.cashflow_object_id;
1272:
1273: okl_cfo_pvt.delete_row (
1274: p_api_version => G_API_VERSION
1275: ,p_init_msg_list => G_FALSE
1276: ,x_return_status => x_return_status
1277: ,x_msg_count => x_msg_count
2117: FOR l_db_cashflow_objects IN csr_db_cashflow_objects LOOP
2118:
2119: l_cfov_rec.id := l_db_cashflow_objects.cfo_id;
2120:
2121: okl_cfo_pvt.delete_row (
2122: p_api_version => G_API_VERSION
2123: ,p_init_msg_list => G_FALSE
2124: ,x_return_status => x_return_status
2125: ,x_msg_count => x_msg_count