Small tip on ADF. If you want to get value of DBSequence in El you can use below el for checking that.
#{bindings.Id.inputValue.sequenceNumber.value != null and bindings.Id.inputValue.sequenceNumber.value > 0 ? 'Edit' : 'Create'}
Happy coding with Vinay Kumar in techartifact……