DBA Data[Home] [Help]

APPS.OKL_FPR_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 661: l_return_status := OKL_ACCOUNTING_UTIL.validate_lookup_code('YES_NO',p_fprv_rec.sfwt_flag,0,0);

657: x_return_status := Okc_Api.G_RET_STS_SUCCESS;
658:
659: -- check from domain values using the generic
660: -- l_return_status := Okl_Util.check_domain_yn(p_fprv_rec.sfwt_flag);
661: l_return_status := OKL_ACCOUNTING_UTIL.validate_lookup_code('YES_NO',p_fprv_rec.sfwt_flag,0,0);
662:
663: -- IF (l_return_status = Okc_Api.G_RET_STS_ERROR) THEN
664: IF (l_return_status = OKL_API.G_FALSE) THEN
665: Okc_Api.SET_MESSAGE(p_app_name => g_app_name,

Line 814: l_row_found := OKL_ACCOUNTING_UTIL.validate_lookup_code('OKL_FUNCTION_PMR_TYPE',p_fprv_rec.fpr_type);

810: l_row_not_found := okl_fprv_fk_csr%NOTFOUND;
811: CLOSE okl_fprv_fk_csr;
812: */
813:
814: l_row_found := OKL_ACCOUNTING_UTIL.validate_lookup_code('OKL_FUNCTION_PMR_TYPE',p_fprv_rec.fpr_type);
815: -- IF l_row_not_found then
816: IF (l_row_found = OKL_API.G_FALSE) then
817: OKC_API.set_message(G_APP_NAME,G_INVALID_VALUE,G_COL_NAME_TOKEN,'fpr_type');
818: x_return_status := OKC_API.G_RET_STS_ERROR;