Can I create trigger under standard application table to insert records in custom tables?
Can I create trigger under standard application table to insert records in custom tables?
There is business need to synchronize some data in custom tables with changes applied on hr standard table (after insert,update,delete)
is it possible to create such trigger under the standard table?
what is the impact of existing of such trigger with the oracle support?