DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 1396: OKL_STREAM_GENERATOR_PVT.create_disb_streams(

1392: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
1393: RAISE Okl_Api.G_EXCEPTION_ERROR;
1394: END IF;
1395:
1396: OKL_STREAM_GENERATOR_PVT.create_disb_streams(
1397: p_api_version => p_api_version,
1398: p_init_msg_list => p_init_msg_list,
1399: x_return_status => x_return_status,
1400: x_msg_count => x_msg_count,

Line 1409: OKL_STREAM_GENERATOR_PVT.create_pv_streams(

1405: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
1406: RAISE Okl_Api.G_EXCEPTION_ERROR;
1407: END IF;
1408:
1409: OKL_STREAM_GENERATOR_PVT.create_pv_streams(
1410: p_api_version => p_api_version,
1411: p_init_msg_list => p_init_msg_list,
1412: x_return_status => x_return_status,
1413: x_msg_count => x_msg_count,

Line 8021: -- okl_stream_generator_pvt.create_disb_streams

8017:
8018: -- Bug# 4775555
8019: -- Disbursement Basis streams should only be Historized here
8020: -- They will be recreated later by the call to
8021: -- okl_stream_generator_pvt.create_disb_streams
8022: IF (l_strms_rec.stream_type_purpose
8023: IN ('INVESTOR_RENT_DISB_BASIS',
8024: 'INVESTOR_RESIDUAL_DISB_BASIS','INVESTOR_PRINCIPAL_DISB_BASIS','INVESTOR_INTEREST_DISB_BASIS')) THEN
8025:

Line 15871: OKL_STREAM_GENERATOR_PVT.create_disb_streams(

15867: IF l_is_asset_securitized = OKL_API.G_TRUE THEN
15868:
15869: -- Bug# 4775555
15870: -- Historize and Re-create Disbursement Basis Streams
15871: OKL_STREAM_GENERATOR_PVT.create_disb_streams(
15872: p_api_version => p_api_version,
15873: p_init_msg_list => p_init_msg_list,
15874: x_return_status => x_return_status,
15875: x_msg_count => x_msg_count,

Line 15887: okl_stream_generator_pvt.create_pv_streams(

15883: RAISE OKL_API.G_EXCEPTION_ERROR;
15884: END IF;
15885:
15886: --Bug# 6344223
15887: okl_stream_generator_pvt.create_pv_streams(
15888: p_api_version => 1.0,
15889: p_init_msg_list => OKC_API.G_FALSE,
15890: x_return_status => x_return_status,
15891: x_msg_count => x_msg_count,