DBA Data[Home] [Help]

APPS.OKL_PROCESS_STREAMS_PVT dependencies on OKL_STREAMS_UTIL

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

1113: l_msg_text := FND_MESSAGE.GET;
1114: l_comments := l_msg_text;
1115: l_error_message_tbl(l_message_count + 1) := 'End Errors returned from Pricing Engine' ;
1116:
1117: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,
1118: p_translate => G_FALSE,
1119: p_file_name => 'OKLSTXMLG_' || p_transaction_number || '.log' ,
1120: x_return_status => l_return_status );
1121: ELSE

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

1189: --Modified by kthiruva for Streams Performance on 15-May-2005
1190: --Bug 4346646 - Start of Changes
1191:
1192: --Obtaining the values of the system options that need to be passed to the rounding call
1193: okl_streams_util.get_acc_options( p_khr_id => l_khr_id,
1194: x_org_id => l_org_id,
1195: x_precision => l_precision,
1196: x_currency_code => l_currency_code,
1197: x_rounding_rule => l_rounding_rule,

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

1203: ELSIF (x_return_status = G_RET_STS_ERROR) THEN
1204: RAISE G_EXCEPTION_ERROR;
1205: END IF;
1206:
1207: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1208: p_init_msg_list => p_init_msg_list,
1209: x_msg_count => x_msg_count,
1210: x_msg_data => x_msg_data,
1211: p_chr_id => l_khr_id,

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

1223: END IF;
1224:
1225: -- This call basically accepts the stream element table returned by the rounding procedure
1226: -- and accumulates all the stream elements in full_selv_tbl that is passed to the create streams call
1227: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,
1228: p_selv_tbl => lx_selv_tbl,
1229: x_full_selv_tbl => full_selv_tbl,
1230: x_return_status => x_return_status
1231: );

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

1293: --Bug 4346646 - Start of Changes
1294:
1295: --Added by kthiruva for Debug Logging
1296: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1297: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Prior to the call to Okl_Streams_Util.round_streams_amount_esg');
1298: END IF;
1299: --Making the round amount call for the stream elements of the last stream header
1300: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1301: p_init_msg_list => p_init_msg_list,

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

1296: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1297: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Prior to the call to Okl_Streams_Util.round_streams_amount_esg');
1298: END IF;
1299: --Making the round amount call for the stream elements of the last stream header
1300: x_return_status := Okl_Streams_Util.round_streams_amount_esg(p_api_version => p_api_version,
1301: p_init_msg_list => p_init_msg_list,
1302: x_msg_count => x_msg_count,
1303: x_msg_data => x_msg_data,
1304: p_chr_id => l_khr_id,

Line 1315: 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);

1311: p_apply_rnd_diff => l_diff_lookup_code);
1312:
1313: --Added by kthiruva for Debug Logging
1314: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1315: 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);
1316: END IF;
1317:
1318: IF (x_return_status = G_RET_STS_UNEXP_ERROR) THEN
1319: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

1321: RAISE G_EXCEPTION_ERROR;
1322: END IF;
1323:
1324: --Accumulating the stream elements of the last stream header to the existing full_selv_tbl
1325: okl_streams_util.accumulate_strm_elements(p_stm_index_no => null,
1326: p_selv_tbl => lx_selv_tbl,
1327: x_full_selv_tbl => full_selv_tbl,
1328: x_return_status => x_return_status
1329: );

Line 1332: 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);

1328: x_return_status => x_return_status
1329: );
1330: --Added by kthiruva for Debug Logging
1331: IF (G_IS_DEBUG_STATEMENT_ON = true) THEN
1332: 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);
1333: END IF;
1334:
1335: IF (x_return_status = G_RET_STS_UNEXP_ERROR) THEN
1336: RAISE G_EXCEPTION_UNEXPECTED_ERROR;

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

1965: TRANSLATE => TRUE);
1966: l_msg_text := FND_MESSAGE.GET;
1967: l_comments := l_msg_text;
1968: l_error_message_tbl(l_message_count + 1) := 'End Errors returned from Pricing Engine' ;
1969: OKL_STREAMS_UTIL.LOG_MESSAGE(p_msgs_tbl => l_error_message_tbl,
1970: p_translate => G_FALSE,
1971: p_file_name => 'OKLSTXMLG_' || p_transaction_number || '.log' ,
1972: x_return_status => l_return_status );
1973: ELSE