Re: Context variable in application and trigger code

2024-09-28 Thread Adrian Klaver
On 9/28/24 14:37, yudhi s wrote: Hi, We have a trigger function called from a trigger which executes before inserting rows in the table (say TAB1). This trigger function does some conversion of code to description and persists the description in the table in respective columns. We want to keep

Context variable in application and trigger code

2024-09-28 Thread yudhi s
Hi, We have a trigger function called from a trigger which executes before inserting rows in the table (say TAB1). This trigger function does some conversion of code to description and persists the description in the table in respective columns. We want to keep this trigger as light as possible as