DBA Data[Home] [Help]

APPS.OTA_REPROCESS_CLASSIC_UPGRADE dependencies on OTA_EVENT_ASSOCIATIONS

Line 293: from ota_event_associations

289: -- ----------------------------------------------------------------------------
290: function do_upgrade_evt_assoc return boolean is
291: cursor c_exist is
292: select 1
293: from ota_event_associations
294: where nvl(self_enrollment_flag,'Y') <> 'N'
295: and ( customer_id is not null
296: or job_id is not null
297: or organization_id is not null

Line 498: ,'OTA_EVENT_ASSOCIATIONS'

494: write_log (' Upgrading event Associations');
495: l_upgrade_done := true;
496: submit_upgrade( 'ota_classic_upgrade.upgrade_event_associations'
497: ,get_upgrade_name(UPG_EVENT_ASSOCIATIONS,CONC_UPGRADE_ID)
498: ,'OTA_EVENT_ASSOCIATIONS'
499: ,'EVENT_ASSOCIATION_ID');
500:
501: end if;
502: