Need support on configuring compiler hints according to client specific standards.
Ex: If the Variable Name is l_name varchar2(50);
But the client specific standard document it says variable name should be lv_ like that. While compiling it has to show warning like Hints :"Variable name should start with lv_". Need your help and support on this
Ex: If the Variable Name is l_name varchar2(50);
But the client specific standard document it says variable name should be lv_ like that. While compiling it has to show warning like Hints :"Variable name should start with lv_". Need your help and support on this
Last edited: