DBA Data[Home] [Help]

APPS.OTA_EVT_BUS2 dependencies on FND_PROFILE

Line 196: if fnd_profile.value('OTA_AUTO_WAITLIST_ACTIVE') = 'Y' then

192: elsif l_total_places < p_maximum_attendees then
193:
194:
195:
196: if fnd_profile.value('OTA_AUTO_WAITLIST_ACTIVE') = 'Y' then
197:
198: open c_check_waitlist_candidates;
199: fetch c_check_waitlist_candidates into l_no_of_waitlist_candidate;
200: close c_check_waitlist_candidates;