DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on FND_PROFILE

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

12944: If nvl(l_hdr_rec.orig_system_source_code,OKL_API.G_MISS_CHAR) <> 'OKL_RELEASE' then --is a release asset case
12945: If (l_hdr_rec.start_date <= l_orig_ast_rec.date_terminated) then
12946: -- Raise Error: start date of the contract should not be less than or equal to termination
12947: -- date of the asset.
12948: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');
12949:
12950: l_termination_date := to_char(l_orig_ast_rec.date_terminated,l_icx_date_format);
12951: l_k_start_date := to_char(l_hdr_rec.start_date,l_icx_date_format);
12952: