Skip to Main Content

APEX

Announcement

Testing banner

Add current username into table on Data Validation(Data Loading - Component) page

3909339Mar 27 2019 — edited Apr 1 2024

I want to add the current logged-in username(:APP_USER) while inserting the data during the Data Validation page(Page 4) of the Data Loading component along with the existing records getting inserted from the CSV file into the table. I am not able to find the insert statement for the existing set of records for the CSV to table load on Data Validation page(Page 4). How do I map the Oracle Apex current user logged-in aligned with the other records to load the CSV file data along with the current user into the table?

Please find the below details (apex.oracle.com) :

WORKSPACE: TEST_FOR_XL

APP: Test_User

USER: test@test.com

PASSWORD: testtest

TABLE: User_Test

CSV FILE: https://ufile.io/7e7yh

error.png

Comments
Post Details
Added on Mar 27 2019
6 comments
615 views