DBA Data[Home] [Help]

TRIGGER: APPS.FND_ADG_LOGOFF_TRIGGER

Source

Description
fnd_adg_logoff_trigger
   before logoff on schema
/* $Header: AFDGLOTR.sql 120.0 2010/03/01 12:33:09 rsanders noship $ */
Type
BEFORE EVENT
Event
LOGOFF 
Column
When
Referencing
REFERENCING NEW AS NEW OLD AS OLD
Body
declare
begin

    if ( fnd_adg_utility.is_session_simulated_standby )
    then
       fnd_adg_utility.process_adg_violations(true);
    end if;

end;