Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
In Compensation, for approval. Need to extract Applied data from hrc_txn_head
After applying individual compensation, it went for approval. Applied data is stored in hrc_txn_header. We are not able to extract ElementTypeId, ElementEntryId, InputValueId & ScreenEntryValue from hrc_txn_header table…..
Below is the query for the Reference …..
SELECT
extractvalue(xml_data_cache, '/TRANSACTION/TransCtx/DisplayName') DisplayName
, extractvalue(xml_data_cache, '//EO/ElementEntryValueDEORow/ElementTypeId') ElementTypeId
, extractvalue(xml_data_cache, '/EO/ElementEntryValueDEORow/ElementEntryId') ElementEntryId
, extractvalue(xml_data_cache, '/TRANSACTION/BUSINESSDATA/AM/cd/TXN/EO/ElementEntryValueDEORow/InputValueId') InputValueId
, extractvalue(xml_data_cache, '/TRANSACTION/BUSINESSDATA/AM/cd/TXN/EO/ElementEntryValueDEORow/ScreenEntryValue') ScreenEntryValue
FROM
hrc_txn_header
WHERE
transaction_id = 300000624785829