How to read AUDIT_CHANGE_BIT_MAP_
Hello Guys
I am in need to read data from tabel: FND_VS_VALUES_B_ Because i need to understand which field has been changed in the Value set
I've activated the audit and can fetch data. The problem is theoretically how o read field: AUDITCHANGE_BIT_MAP Used to store a bit map of 1s and 0s for each column in the table.
I have the info: 00000000001000000000 but what exactly it implies? which field has been changed? how can I actually map and understand this blocks of 1's and 0's? Is there any doc or through navigation how I identify the position of the bit map which field it is correlated to?
Tagged:
2