DBA Data[Home] [Help]

APPS.OKL_SFE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 722: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_TYPE',

718: x_return_status := Okc_Api.G_RET_STS_ERROR;
719: RAISE G_EXCEPTION_HALT_VALIDATION;
720: ELSE
721: --Check if Sfe_Type exists in the fnd_common_lookups or not
722: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_TYPE',
723: p_lookup_code => p_sfev_rec.Sfe_Type);
724:
725:
726: IF (l_found <> OKL_API.G_TRUE ) THEN

Line 999: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_LEVEL',

995: /*
996: -- UnComment this Code if an FND entity is created for this
997: ELSE
998: --Check if Level_type exists in the fnd_common_lookups or not
999: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_LEVEL',
1000: p_lookup_code => p_sfev_rec.Level_type);
1001:
1002:
1003: IF (l_found <> OKL_API.G_TRUE ) THEN