how to populate value from sequence to a Line level column
Hi,
we are using R12.1.3 and I am creating a custom integrator to load journals I am referring the note 1475566.1.
my interface is Table based and the table has a Line_ID column which I want to populate value from sequence to uniquely identify each line being loaded using WebADI.
I have PL/SQL type Importer which validates the data and update the error_status and error_message columns, which I want to show on the excel template for the errored rows.
my issue is how to populate unique value for the Line_ID column for the lines where user has entered data?, if I configure the Default value in Interface section then same value is populated for all lines instead of separate sequence value.