DBA Data[Home] [Help]

APPS.OKL_LA_JE_PVT dependencies on OKL_ACCOUNT_DIST_PUB

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

794: -----------------
795: --Bug 5964482 : Accounting CR - get template information and build template line records
796: -------------------
797: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
798: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Before Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
799: END IF;
800: --Call to get_template_info to determine the number of transaction lines to be created
801: Okl_Account_Dist_Pub.GET_TEMPLATE_INFO(p_api_version => p_api_version,
802: p_init_msg_list => p_init_msg_list,

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

797: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
798: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'Before Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
799: END IF;
800: --Call to get_template_info to determine the number of transaction lines to be created
801: Okl_Account_Dist_Pub.GET_TEMPLATE_INFO(p_api_version => p_api_version,
802: p_init_msg_list => p_init_msg_list,
803: x_return_status => x_return_status,
804: x_msg_count => x_msg_count,
805: x_msg_data => x_msg_data,

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

806: p_tmpl_identify_rec => l_tmpl_identify_rec,
807: x_template_tbl => l_template_tbl,
808: p_validity_date => l_trxH_out_rec.date_transaction_occurred);
809: IF (G_IS_DEBUG_STATEMENT_ON = TRUE) THEN
810: OKL_DEBUG_PUB.LOG_DEBUG(FND_LOG.LEVEL_STATEMENT, G_MODULE,'After Call to OKL_ACCOUNT_DIST_PUB.GET_TEMPLATE_INFO : '||x_return_status);
811: END IF;
812: IF (x_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
813: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;
814: ELSIF (x_return_status = OKL_API.G_RET_STS_ERROR) THEN