How to pass Supplier Type as Bind parameter from Supplier Header to SQL Query of Supplier DFF Field
Summary:
Requirement to pass the supplier type value from Supplier Header to one of the DFF Column, into the DFF column's SQL Query during run time.
Content (please ensure you mask any confidential information):
In the below SQL Query of DFF, I am trying to pass the current runtime supplier Type-
select to_char( (NVL(max(to_number( ATTRIBUTE1 )), 9999)) + 1 ) dff_value from poz_suppliers where <pass current supplier's type> IN ( 'VRS')
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):