DBA Data[Home] [Help]

APPS.OTA_EVENT_SWI dependencies on FND_PROFILE

Line 778: l_waitlist_hours := to_number(fnd_profile.value('OTA_AUTO_WAITLIST_DAYS'));

774:
775:
776: begin
777: --
778: l_waitlist_hours := to_number(fnd_profile.value('OTA_AUTO_WAITLIST_DAYS'));
779: l_invalid_profile := false;
780: --
781: exception
782: when OTHERS then

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

783: l_invalid_profile := true;
784: --
785: end;
786:
787: if fnd_profile.value('OTA_AUTO_WAITLIST_ACTIVE') = 'Y' then
788:
789:
790: OPEN C_DATE;
791: FETCH C_DATE INTO l_CURRENT_DATE;

Line 798: fnd_profile.value('OTA_AUTO_WAITLIST_BOOKING_STATUS') is not null then

794: l_different_hours := l_event_date - l_current_date ;
795: l_different_hours := l_different_hours * 24 ;
796:
797: IF (not l_invalid_profile) and
798: fnd_profile.value('OTA_AUTO_WAITLIST_BOOKING_STATUS') is not null then
799: --
800: IF l_different_hours > nvl(l_waitlist_hours,0) THEN
801: business_group_id := OTA_GENERAL.get_business_group_id;
802: ota_tdb_waitlist_api.auto_enroll_from_waitlist (