DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_DEBUG_PUB

Line 46: L_DEBUG_ENABLED VARCHAR2(10) := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;

42: --Added by kthiruva for Bug 5161075 on 19-Apr-2006
43: G_FALSE CONSTANT VARCHAR2(10) := 'false';
44: -- GLOBAL COMPOSITE DATA TYPE
45: --Added for debug_logging
46: L_DEBUG_ENABLED VARCHAR2(10) := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;
47:
48: -----------------------------------------------------------------------------------
49: -- Start of Bug#2757289 modification bakuchib
50: TYPE stub_rec_type IS RECORD (

Line 263: --okl_debug_pub.logmessage('Product Id1'||l_product_id);

259:
260:
261:
262: IF (l_product_id IS NOT NULL) AND (l_contract_start_date IS NOT NULL) THEN
263: --okl_debug_pub.logmessage('Product Id1'||l_product_id);
264: --okl_debug_pub.logmessage('Contract Strat Date1'||l_contract_start_date);
265: OPEN pry_prc_csr (l_product_id, l_contract_start_date);
266: FETCH pry_prc_csr INTO l_dependent_pricing_name;
267: IF pry_prc_csr%NOTFOUND THEN

Line 264: --okl_debug_pub.logmessage('Contract Strat Date1'||l_contract_start_date);

260:
261:
262: IF (l_product_id IS NOT NULL) AND (l_contract_start_date IS NOT NULL) THEN
263: --okl_debug_pub.logmessage('Product Id1'||l_product_id);
264: --okl_debug_pub.logmessage('Contract Strat Date1'||l_contract_start_date);
265: OPEN pry_prc_csr (l_product_id, l_contract_start_date);
266: FETCH pry_prc_csr INTO l_dependent_pricing_name;
267: IF pry_prc_csr%NOTFOUND THEN
268:

Line 320: --okl_debug_pub.logmessage(SQLERRM);

316: IF pry_prc_csr%ISOPEN THEN
317: CLOSE pry_prc_csr;
318: END IF;
319: x_return_status := Okl_Api.G_RET_STS_UNEXP_ERROR;
320: --okl_debug_pub.logmessage(SQLERRM);
321:
322: END get_dependent_pricing_name;
323:
324: PROCEDURE get_primary_stream_type

Line 20392: L_DEBUG_ENABLED := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;

20388: l_pricing_engine okl_st_gen_tmpt_sets.pricing_engine%TYPE;
20389:
20390: BEGIN
20391: --Added by kthiruva for Debugging
20392: L_DEBUG_ENABLED := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;
20393: write_to_log('Start of Debug Logging for ESG');
20394: write_to_log ('=============================');
20395: print( l_api_name, 'begin');
20396: x_return_status := OKL_API.START_ACTIVITY(