Hi,
I need to the know that,
I created Triggers for a tables, (it is like a chain trigger)
So if i operate CRUD Operations, is it system will generate some reference no for that triggers..
Like :
_SYS_TRIGGER_REF_INS_406910#0_#
_SYS_TRIGGER_REF_INS_406921#0_#
_SYS_TRIGGER_REF_UPD_406910#0_#
_SYS_TRIGGER_REF_UPD_406921#0_#
_SYS_TRIGGER_RUL_DEL_406910#0_#
_SYS_TRIGGER_RUL_DEL_406921#0_#
_SYS_TRIGGER_RUL_UPD_406910#0_#
what it means, is it allocate any space?
why this reference number is generating automatic. what is its principles?
Please suggest..
Thanks,
Thara