Summary
Transaction data without approval not fetching all the data
Content
Hi All
We are fetching data from xml using hrc_txn_data .
We are using below mwthod to extract value from the xml for each attributes , but sometimes it is giving data and sometimes for few transaction it is giving null even if data exists in the table.
extractvalue( xmltype('<root>'||txndata.data_cache||'</root>'),
'root/TRANSACTION[1]/BUSINESSDATA[1]/AM[1]/TXN[1]/EO[1]/PeriodOfServiceEORow[1]/CEO[1]/EO[1]/EmployeeTermsDEORow[1]/CEO[1]/EO[1]/EmployeeAssignmentDEORow[1]/ActionCode[1]/DATA[1]')
Please advise urgently!
Thanks