DBA Data[Home] [Help]

APPS.OKL_PROCESS_STREAMS_PVT dependencies on OKL_STREAMS_UTIL

Line 1170: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,

1166: l_msg_text := FND_MESSAGE.GET;
1167: l_comments := l_msg_text;
1168: l_error_message_tbl(l_message_count + 1) := 'End Errors returned from Pricing Engine' ;
1169:
1170: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,
1171: p_translate => G_FALSE,
1172: p_file_name => 'OKLSTXMLG_' || p_transaction_number || '.log' ,
1173: x_return_status => l_return_status );
1174: ELSE

Line 1246: okl_streams_util.get_acc_options( p_khr_id => l_khr_id,

1242: --Modified by kthiruva for Streams Performance on 15-May-2005
1243: --Bug 4346646 - Start of Changes
1244:
1245: --Obtaining the values of the system options that need to be passed to the rounding call
1246: okl_streams_util.get_acc_options( p_khr_id => l_khr_id,
1247: x_org_id => l_org_id,
1248: x_precision => l_precision,
1249: x_currency_code => l_currency_code,
1250: x_rounding_rule => l_rounding_rule,

Line 1260: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,

1256: ELSIF (x_return_status = G_RET_STS_ERROR) THEN
1257: RAISE G_EXCEPTION_ERROR;
1258: END IF;
1259:
1260: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1261: p_init_msg_list => p_init_msg_list,
1262: x_msg_count => x_msg_count,
1263: x_msg_data => x_msg_data,
1264: p_chr_id => l_khr_id,

Line 1280: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,

1276: END IF;
1277:
1278: -- This call basically accepts the stream element table returned by the rounding procedure
1279: -- and accumulates all the stream elements in full_selv_tbl that is passed to the create streams call
1280: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,
1281: p_selv_tbl => lx_selv_tbl,
1282: x_full_selv_tbl => full_selv_tbl,
1283: x_return_status => x_return_status
1284: );

Line 1350: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Prior to the call to Okl_Streams_Util.round_streams_amount_esg');

1346: --Bug 4346646 - Start of Changes
1347:
1348: --Added by kthiruva for Debug Logging
1349: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1350: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Prior to the call to Okl_Streams_Util.round_streams_amount_esg');
1351: END IF;
1352: --Making the round amount call for the stream elements of the last stream header
1353: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1354: p_init_msg_list => p_init_msg_list,

Line 1353: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,

1349: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1350: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Prior to the call to Okl_Streams_Util.round_streams_amount_esg');
1351: END IF;
1352: --Making the round amount call for the stream elements of the last stream header
1353: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1354: p_init_msg_list => p_init_msg_list,
1355: x_msg_count => x_msg_count,
1356: x_msg_data => x_msg_data,
1357: p_chr_id => l_khr_id,

Line 1368: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Streams_Util.round_streams_amount_esg, return status is :'||x_return_status);

1364: p_apply_rnd_diff => l_diff_lookup_code);
1365:
1366: --Added by kthiruva for Debug Logging
1367: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1368: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Streams_Util.round_streams_amount_esg, return status is :'||x_return_status);
1369: END IF;
1370:
1371: IF (x_return_status = G_RET_STS_UNEXP_ERROR) THEN
1372: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 1378: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,

1374: RAISE G_EXCEPTION_ERROR;
1375: END IF;
1376:
1377: --Accumulating the stream elements of the last stream header to the existing full_selv_tbl
1378: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,
1379: p_selv_tbl => lx_selv_tbl,
1380: x_full_selv_tbl => full_selv_tbl,
1381: x_return_status => x_return_status
1382: );

Line 1385: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Streams_Util.accumulate_strm_elements, return status is :'||x_return_status);

1381: x_return_status => x_return_status
1382: );
1383: --Added by kthiruva for Debug Logging
1384: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1385: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After the call to Okl_Streams_Util.accumulate_strm_elements, return status is :'||x_return_status);
1386: END IF;
1387:
1388: IF (x_return_status = G_RET_STS_UNEXP_ERROR) THEN
1389: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

Line 2022: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,

2018: TRANSLATE => TRUE);
2019: l_msg_text := FND_MESSAGE.GET;
2020: l_comments := l_msg_text;
2021: l_error_message_tbl(l_message_count + 1) := 'End Errors returned from Pricing Engine' ;
2022: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,
2023: p_translate => G_FALSE,
2024: p_file_name => 'OKLSTXMLG_' || p_transaction_number || '.log' ,
2025: x_return_status => l_return_status );
2026: ELSE