How to pass Supplier Type as Bind parameter from Supplier Header to SQL Query of Supplier DFF Field — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!