DBA Data[Home] [Help]

APPS.FND_ADG_UTILITY dependencies on DBA_OBJECTS

Line 1503: from dba_objects a

1499:
1500: procedure set_database_triggers(p_enable boolean)
1501: as
1502: cursor c1 is select a.status,a.object_name
1503: from dba_objects a
1504: where a.owner = user
1505: and a.object_name in
1506: ( C_ERROR_TRIGGER,C_LOGON_TRIGGER,C_LOGOFF_TRIGGER )
1507: and a.object_type = 'TRIGGER';