chore: add missing newline at end of IFS_User_Log_In_(IEE_Client).sql and clarify comment about Lov reference removal

master
OB Hettiarachchi 6 months ago
parent f573dfd4aa
commit addac381af

@ -18,4 +18,6 @@ SELECT NVL(logat.new_value, logat.old_value) IFS_USER,
'%')) = 'TRUE'
AND hist.time_stamp >= to_date('&DATE_FROM', 'YYYY-MM-DD')
ORDER BY NVL(logat.new_value, logat.old_value), hist.time_stamp ASC
ORDER BY NVL(logat.new_value, logat.old_value), hist.time_stamp ASC
-- Lov reference is removed due to limitations in IFS cloud
Loading…
Cancel
Save