DBA Data[Home] [Help]

APPS.FEM_BUSINESS_RULE_PVT dependencies on FND_PROFILE

Line 4555: --l_date_string := FND_PROFILE.value(p_profile_option_name);

4551: BEGIN
4552:
4553: l_date_value := null;
4554:
4555: --l_date_string := FND_PROFILE.value(p_profile_option_name);
4556: --Bug#5604779
4557: l_date_string := FND_PROFILE.Value_Specific(p_profile_option_name);
4558:
4559: if (l_date_string is not null) then

Line 4557: l_date_string := FND_PROFILE.Value_Specific(p_profile_option_name);

4553: l_date_value := null;
4554:
4555: --l_date_string := FND_PROFILE.value(p_profile_option_name);
4556: --Bug#5604779
4557: l_date_string := FND_PROFILE.Value_Specific(p_profile_option_name);
4558:
4559: if (l_date_string is not null) then
4560:
4561: -- Bug 5508120 -- NMARTINE -- 01-SEP-2006