DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FND_PROFILE

Line 12860: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');

12856: If nvl(l_hdr_rec.orig_system_source_code,OKL_API.G_MISS_CHAR) <> 'OKL_RELEASE' then --is a release asset case
12857: If (l_hdr_rec.start_date <= l_orig_ast_rec.date_terminated) then
12858: -- Raise Error: start date of the contract should not be less than or equal to termination
12859: -- date of the asset.
12860: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');
12861:
12862: l_termination_date := to_char(l_orig_ast_rec.date_terminated,l_icx_date_format);
12863: l_k_start_date := to_char(l_hdr_rec.start_date,l_icx_date_format);
12864: