DBA Data[Home] [Help]

APPS.OKL_REPORT_GENERATOR_PVT dependencies on OKL_REPORT_GENERATOR_PVT

Line 1: PACKAGE BODY OKL_REPORT_GENERATOR_PVT AS

1: PACKAGE BODY OKL_REPORT_GENERATOR_PVT AS
2: /* $Header: OKLRRPTB.pls 120.35.12010000.12 2009/02/09 09:33:45 nikshah ship $ */
3:
4: -- Start of comments
5: --

Line 17: G_MODULE CONSTANT VARCHAR2(255):= 'LEASE.ACCOUNTING.RECONCILIATION.OKL_REPORT_GENERATOR_PVT';

13: -- History : Ravindranath Gooty created.
14: --
15: -- End of comments
16: -- Package level variables
17: G_MODULE CONSTANT VARCHAR2(255):= 'LEASE.ACCOUNTING.RECONCILIATION.OKL_REPORT_GENERATOR_PVT';
18: G_DEBUG_ENABLED CONSTANT VARCHAR2(10) := OKL_DEBUG_PUB.CHECK_LOG_ENABLED;
19: G_IS_DEBUG_STATEMENT_ON BOOLEAN;
20:
21: CURSOR get_contracts_csr(

Line 193: 'BEGIN API OKL_REPORT_GENERATOR_PVT.' || l_api_name );

189: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
190: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
191: 'begin debug OKLRRPTB.pls call ' || l_api_name);
192: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
193: 'BEGIN API OKL_REPORT_GENERATOR_PVT.' || l_api_name );
194: l_return_status := okl_api.g_ret_sts_success;
195: -- The Report Definition stores the Range of Natural Account Segments.
196: -- Using those prepare a list of Code Combinations and populate it into the
197: -- OKL Account Code Combinations GT Table

Line 361: 'BEGIN API OKL_REPORT_GENERATOR_PVT.' || l_api_name );

357: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
358: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
359: 'begin debug OKLRRPTB.pls call ' || l_api_name);
360: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
361: 'BEGIN API OKL_REPORT_GENERATOR_PVT.' || l_api_name );
362: l_return_status := okl_api.g_ret_sts_success;
363:
364: -- Logic:
365: -- Check whether atleast one product or Book Classification is mentioned on the

Line 5910: 'Returning FALSE. End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );

5906: FORALL i IN l_invalid_orgs_tbl.FIRST .. l_invalid_orgs_tbl.LAST
5907: INSERT INTO okl_g_reports_gt VALUES l_invalid_orgs_tbl(i);
5908:
5909: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5910: 'Returning FALSE. End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );
5911: RETURN FALSE;
5912: END IF;
5913: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5914: 'End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );

Line 5914: 'End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );

5910: 'Returning FALSE. End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );
5911: RETURN FALSE;
5912: END IF;
5913: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
5914: 'End API OKL_REPORT_GENERATOR_PVT.' || l_api_name );
5915: -- Return TRUE and Exit
5916: RETURN TRUE;
5917: EXCEPTION
5918: WHEN OTHERS

Line 7399: 'BEGIN API OKL_REPORT_GENERATOR_PVT.generate_gross_inv_recon_rpt');

7395: is_debug_statement_on := okl_debug_pub.check_log_on(l_module,FND_LOG.LEVEL_STATEMENT);
7396: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7397: 'begin debug OKLRRPTB.pls call ' || l_api_name);
7398: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7399: 'BEGIN API OKL_REPORT_GENERATOR_PVT.generate_gross_inv_recon_rpt');
7400: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'S',
7401: 'Start of the Main Logic');
7402: l_init_msg_list := OKL_API.G_FALSE;
7403: l_return_status := OKL_API.G_RET_STS_SUCCESS;

Line 7629: 'End API OKL_REPORT_GENERATOR_PVT.generate_gross_inv_recon_rpt');

7625: END IF;
7626:
7627:
7628: put_in_log(l_debug_enabled,is_debug_procedure_on,is_debug_statement_on,l_module, 'P',
7629: 'End API OKL_REPORT_GENERATOR_PVT.generate_gross_inv_recon_rpt');
7630: RETURN TRUE;
7631: EXCEPTION
7632: WHEN OTHERS
7633: THEN

Line 7647: END OKL_REPORT_GENERATOR_PVT;

7643: RETURN FALSE;
7644:
7645: END generate_gross_inv_recon_rpt;
7646:
7647: END OKL_REPORT_GENERATOR_PVT;