How i get the table value using column name in el expression
Summary:
Eg: I want the invoice date from the fnd_profile_option_values table … I load the date in the profile options profile value.how i get the loaded date using el expression.
#{bindings.InvoiceTypeLookupCode.inputValue != 'INVOICE REQUEST' and
bindings.InvoiceTypeLookupCode.inputValue != 'CREDIT MEMO REQUEST' and
bindings.ApprovalReadyFlag.inputValue != 'S' and
bindings.InvoiceDate.inputValue == '22.03.2024'}
The date will be replaced by the loaded date.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):