G
gdickson
Guest
Recently saw some code that defined an internal procedure and the purpose of the internal procedure was to disable triggers for load and then to update some fields that would normally be updated by the trigger code. That internal procedure can get called pretty early in the main procedure. Or not. What is the scope of the disable triggers for load statement? Is the statement limited only to the internal procedure (what the programmer intends) or do the triggers remain disabled from the point in time that the internal procedure is called? Thanks!
Continue reading...
Continue reading...