Iniyavan B R
Member
Hi all,
Is there an option in PL/SQL Develpoer 7.1, from a table to generate a packaged procedure which is used for inserting data in to the table?
For example, if we right click (or any other option) a table, there should be an option which will create a package. The package contains prcedure and insert scripts which will inser data into the table. The frontend application (or whereever an insert happens to the table), will call this procedure passing all the inputs as parameters. So that if there is any change in the number of columns in the table, we need not to change in all the places it insert the data into the table. Just we need to change this procedure alone.
Thanks in advance!
Is there an option in PL/SQL Develpoer 7.1, from a table to generate a packaged procedure which is used for inserting data in to the table?
For example, if we right click (or any other option) a table, there should be an option which will create a package. The package contains prcedure and insert scripts which will inser data into the table. The frontend application (or whereever an insert happens to the table), will call this procedure passing all the inputs as parameters. So that if there is any change in the number of columns in the table, we need not to change in all the places it insert the data into the table. Just we need to change this procedure alone.
Thanks in advance!