DBA Data[Home] [Help]

APPS.OTA_TDB_WAITLIST_API dependencies on FND_PROFILE

Line 122: l_status_type_id := fnd_profile.value('OTA_AUTO_WAITLIST_BOOKING_STATUS');

118: --
119: -- Process Logic
120: --
121:
122: l_status_type_id := fnd_profile.value('OTA_AUTO_WAITLIST_BOOKING_STATUS');
123:
124: if l_status_type_id is null then
125: --
126: --

Line 141: if fnd_profile.value('OTA_WAITLIST_SORT_CRITERIA') = 'BP' then

137: -- This will save on coding, as we will only require one loop to go
138: -- through the waitlist.
139: --
140:
141: if fnd_profile.value('OTA_WAITLIST_SORT_CRITERIA') = 'BP' then
142: --
143: for l_waitlist_entry in c_priority_waitlist loop
144: --
145: t_waitlist_table(l_count).number_of_places := l_waitlist_entry.number_of_places;