DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_STREAM_GENERATOR_PVT

Line 1412: OKL_STREAM_GENERATOR_PVT.create_disb_streams(

1408: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
1409: RAISE Okl_Api.G_EXCEPTION_ERROR;
1410: END IF;
1411:
1412: OKL_STREAM_GENERATOR_PVT.create_disb_streams(
1413: p_api_version => p_api_version,
1414: p_init_msg_list => p_init_msg_list,
1415: x_return_status => x_return_status,
1416: x_msg_count => x_msg_count,

Line 1425: OKL_STREAM_GENERATOR_PVT.create_pv_streams(

1421: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
1422: RAISE Okl_Api.G_EXCEPTION_ERROR;
1423: END IF;
1424:
1425: OKL_STREAM_GENERATOR_PVT.create_pv_streams(
1426: p_api_version => p_api_version,
1427: p_init_msg_list => p_init_msg_list,
1428: x_return_status => x_return_status,
1429: x_msg_count => x_msg_count,

Line 8074: -- okl_stream_generator_pvt.create_disb_streams

8070:
8071: -- Bug# 4775555
8072: -- Disbursement Basis streams should only be Historized here
8073: -- They will be recreated later by the call to
8074: -- okl_stream_generator_pvt.create_disb_streams
8075: IF (l_strms_rec.stream_type_purpose
8076: IN ('INVESTOR_RENT_DISB_BASIS',
8077: 'INVESTOR_RESIDUAL_DISB_BASIS','INVESTOR_PRINCIPAL_DISB_BASIS','INVESTOR_INTEREST_DISB_BASIS')) THEN
8078:

Line 15963: OKL_STREAM_GENERATOR_PVT.create_disb_streams(

15959: IF l_is_asset_securitized = OKL_API.G_TRUE THEN
15960:
15961: -- Bug# 4775555
15962: -- Historize and Re-create Disbursement Basis Streams
15963: OKL_STREAM_GENERATOR_PVT.create_disb_streams(
15964: p_api_version => p_api_version,
15965: p_init_msg_list => p_init_msg_list,
15966: x_return_status => x_return_status,
15967: x_msg_count => x_msg_count,

Line 15979: okl_stream_generator_pvt.create_pv_streams(

15975: RAISE OKL_API.G_EXCEPTION_ERROR;
15976: END IF;
15977:
15978: --Bug# 6344223
15979: okl_stream_generator_pvt.create_pv_streams(
15980: p_api_version => 1.0,
15981: p_init_msg_list => OKC_API.G_FALSE,
15982: x_return_status => x_return_status,
15983: x_msg_count => x_msg_count,