DBA Data[Home] [Help]

APPS.OKL_LA_JE_PVT dependencies on OKL_ACCOUNT_DIST_PUB

Line 752: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Before Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);

748: -----------------
749: --Bug 5964482 : Accounting CR - get template information and build template line records
750: -------------------
751: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
752: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Before Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
753: END IF;
754: --Call to get_template_info to determine the number of transaction lines to be created
755: Okl_Account_Dist_Pub.GET_TEMPLATE_INFO(p_api_version => p_api_version,
756: p_init_msg_list => p_init_msg_list,

Line 755: Okl_Account_Dist_Pub.GET_TEMPLATE_INFO(p_api_version => p_api_version,

751: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
752: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Before Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
753: END IF;
754: --Call to get_template_info to determine the number of transaction lines to be created
755: Okl_Account_Dist_Pub.GET_TEMPLATE_INFO(p_api_version => p_api_version,
756: p_init_msg_list => p_init_msg_list,
757: x_return_status => x_return_status,
758: x_msg_count => x_msg_count,
759: x_msg_data => x_msg_data,

Line 764: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);

760: p_tmpl_identify_rec => l_tmpl_identify_rec,
761: x_template_tbl => l_template_tbl,
762: p_validity_date => l_trxH_out_rec.date_transaction_occurred);
763: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
764: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
765: END IF;
766: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
767: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
768: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN