DBA Data[Home] [Help]

APPS.OKL_SFE_PVT dependencies on OKL_ACCOUNTING_UTIL

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

727: x_return_status := Okc_Api.G_RET_STS_ERROR;
728: RAISE G_EXCEPTION_HALT_VALIDATION;
729: ELSE
730: --Check if Sfe_Type exists in the fnd_common_lookups or not
731: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_TYPE',
732: p_lookup_code => p_sfev_rec.Sfe_Type);
733:
734:
735: IF (l_found <> OKL_API.G_TRUE ) THEN

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

1004: /*
1005: -- UnComment this Code if an FND entity is created for this
1006: ELSE
1007: --Check if Level_type exists in the fnd_common_lookups or not
1008: l_found := okl_accounting_util.validate_lookup_code(p_lookup_type => 'OKL_SFE_LEVEL',
1009: p_lookup_code => p_sfev_rec.Level_type);
1010:
1011:
1012: IF (l_found <> OKL_API.G_TRUE ) THEN