DBA Data[Home] [Help]

TRIGGER: APPS.FND_ADG_LOGON_TRIGGER

Source

Description
fnd_adg_logon_trigger
   after logon on schema
/* $Header: AFDGLNTR.sql 120.0 2010/03/01 12:32:36 rsanders noship $ */
Type
AFTER EVENT
Event
LOGON 
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.enable_violation_trace;
  end if;

end;