DBA Data[Home] [Help]

APPS.OZF_FUNDTHRESHOLD_PVT dependencies on FND_PROFILE

Line 251: l_threshold_calendar := fnd_profile.VALUE('AMS_CAMPAIGN_DEFAULT_CALENDER');

247: IF (p_threshold_rec.threshold_calendar IS NULL
248: OR p_threshold_rec.threshold_calendar = fnd_api.g_miss_char)
249: AND ( p_threshold_rec.start_period_name IS NOT NULL
250: OR p_threshold_rec.end_period_name IS NOT NULL) THEN
251: l_threshold_calendar := fnd_profile.VALUE('AMS_CAMPAIGN_DEFAULT_CALENDER');
252: END IF;
253:
254: ------------------- check calendar ----------------------
255: IF p_threshold_rec.threshold_calendar <> fnd_api.g_miss_char

Line 535: l_threshold_rec.threshold_calendar := fnd_profile.VALUE('AMS_CAMPAIGN_DEFAULT_CALENDER');

531: IF l_threshold_rec.start_period_name IS NULL
532: AND l_threshold_rec.end_period_name IS NULL THEN
533: l_threshold_rec.threshold_calendar := NULL;
534: ELSE
535: l_threshold_rec.threshold_calendar := fnd_profile.VALUE('AMS_CAMPAIGN_DEFAULT_CALENDER');
536: END IF;
537:
538: IF l_threshold_rec.language IS NULL THEN
539: l_threshold_rec.language := USERENV('LANG');