Re inserting a set of values into a column in table
Thanks My Oracle Community for making me a bit confident in writing pl/sql code on DOD basis. I have been working on a logic to insert a list of values into a single table column through a cursor loop. However, it looks like I am missing on some loop logic here. Here are some details of it:
There is a field definition in my application as - Field Name and Field Class Type. Now I can create it manually like ChargeQ and Data Set respectively as their values.
Now there is also a field values (which is a collection of text values like, Gross Income, Net Income, EBITA etc)