Oracle Alert: not trigger after upload using FNDLOAD
not too sure if Oracle Alert topics should be in this group.
we create oracle alert on table CSD_REPAIR_HISTORY.
we use FNDLOAD to migrate our oracle alert, and we figure out that it doesn't triggered.
we confirmed that the alert is created accordingly, any related customized table, view, database package are created/compiled accordingly.
we checked the dba_triggers table and found that there is no trigger created on the table CSD_REPAIR_HISTORY
select * from dba_triggers where table_name ='CSD_REPAIR_HISTORY'
what could be going wrong?