DBA Data[Home] [Help]

APPS.CAC_VIEW_UTIL_PVT dependencies on FND_PROFILE

Line 215: --l_SourceTimezoneID := to_number(FND_PROFILE.Value('JTF_CAL_DEFAULT_TIMEZONE'));

211: THEN
212: /**************************************************************************
213: ** If the timezone is not defined used the profile value
214: **************************************************************************/
215: --l_SourceTimezoneID := to_number(FND_PROFILE.Value('JTF_CAL_DEFAULT_TIMEZONE'));
216: l_SourceTimezoneID := to_number(FND_PROFILE.Value('SERVER_TIMEZONE_ID'));
217: --l_SourceTimezoneID := to_number(NVL(FND_PROFILE.Value('CLIENT_TIMEZONE_ID'),4));
218: ELSE
219: l_SourceTimezoneID := p_source_tz_id;

Line 216: l_SourceTimezoneID := to_number(FND_PROFILE.Value('SERVER_TIMEZONE_ID'));

212: /**************************************************************************
213: ** If the timezone is not defined used the profile value
214: **************************************************************************/
215: --l_SourceTimezoneID := to_number(FND_PROFILE.Value('JTF_CAL_DEFAULT_TIMEZONE'));
216: l_SourceTimezoneID := to_number(FND_PROFILE.Value('SERVER_TIMEZONE_ID'));
217: --l_SourceTimezoneID := to_number(NVL(FND_PROFILE.Value('CLIENT_TIMEZONE_ID'),4));
218: ELSE
219: l_SourceTimezoneID := p_source_tz_id;
220: END IF;

Line 217: --l_SourceTimezoneID := to_number(NVL(FND_PROFILE.Value('CLIENT_TIMEZONE_ID'),4));

213: ** If the timezone is not defined used the profile value
214: **************************************************************************/
215: --l_SourceTimezoneID := to_number(FND_PROFILE.Value('JTF_CAL_DEFAULT_TIMEZONE'));
216: l_SourceTimezoneID := to_number(FND_PROFILE.Value('SERVER_TIMEZONE_ID'));
217: --l_SourceTimezoneID := to_number(NVL(FND_PROFILE.Value('CLIENT_TIMEZONE_ID'),4));
218: ELSE
219: l_SourceTimezoneID := p_source_tz_id;
220: END IF;
221: /***********************************************************************