You can execute Data Load Rule by clicking on Execute button.
It will display the process ID.
Go to Process Details.
If you click on Show you can see the record count in the log.
Go to SQL Plus and run following query.
SELECT * FROM ERPI.TDATASEG
ERPI is my ERPI Schema name. If you have different name use that.
You can see the data into the table.
TDATASEG.LOADID is your process ID.
VALID_FLAG = Y indicates data is valid.
It will display the process ID.
Go to Process Details.
If you click on Show you can see the record count in the log.
Go to SQL Plus and run following query.
SELECT * FROM ERPI.TDATASEG
ERPI is my ERPI Schema name. If you have different name use that.
You can see the data into the table.
TDATASEG.LOADID is your process ID.
VALID_FLAG = Y indicates data is valid.