DBA Data[Home] [Help]

APPS.OKL_LEASE_QUOTE_CASHFLOW_PVT dependencies on OKL_CFO_PVT

Line 856: okl_cfo_pvt.insert_row (

852: ELSIF (p_cashflow_header_rec.parent_object_code = 'LEASE_QUOTE_CONSOLIDATED') THEN
853: l_cfov_rec.source_table := 'OKL_LEASE_QUOTES_B';
854: END IF;
855:
856: okl_cfo_pvt.insert_row (
857: p_api_version => G_API_VERSION
858: ,p_init_msg_list => G_FALSE
859: ,x_return_status => x_return_status
860: ,x_msg_count => x_msg_count

Line 1271: okl_cfo_pvt.delete_row (

1267: END IF;
1268:
1269: l_cfov_rec.id := p_cashflow_header_rec.cashflow_object_id;
1270:
1271: okl_cfo_pvt.delete_row (
1272: p_api_version => G_API_VERSION
1273: ,p_init_msg_list => G_FALSE
1274: ,x_return_status => x_return_status
1275: ,x_msg_count => x_msg_count

Line 2110: okl_cfo_pvt.delete_row (

2106: FOR l_db_cashflow_objects IN csr_db_cashflow_objects LOOP
2107:
2108: l_cfov_rec.id := l_db_cashflow_objects.cfo_id;
2109:
2110: okl_cfo_pvt.delete_row (
2111: p_api_version => G_API_VERSION
2112: ,p_init_msg_list => G_FALSE
2113: ,x_return_status => x_return_status
2114: ,x_msg_count => x_msg_count