DBA Data[Home] [Help]

APPS.OTA_TDB_BUS2 dependencies on OTA_TDB_SHD

Line 644: (ota_tdb_shd.g_old_rec.delegate_contact_id is null) and

640: if l_event_type = 'C' then
641: --
642: if p_enrollment_type = 'S' then
643: if (p_person_id is not null) and
644: (ota_tdb_shd.g_old_rec.delegate_contact_id is null) and
645: (p_booking_id is not null) then
646: fnd_message.set_name ('OTA','OTA_13485_DELEGATE_MUST_NULL');
647: fnd_message.raise_error;
648: end if;