Hello all,
I have a straight forward package that uploads a data file into a table, runs a join with an existing table and outputs the common records. The package is invoked by a user. Now I need to make it run in a multi-user fashion. The records are uploaded in the same target table and I need to be able to tell who uploaded which records.
I could easily accomplish this if at run time I could stamp the records loaded by each running instance with a unique ID.
How can I join the records coming from the text file with a variable generated in the package at run time? Is there any other way
Thanks,
Nic