Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

Binding variables for Extensible Flexfields in Order Management

edited Dec 20, 2024 3:09PM in Receivables & Collections

Summary:

I try to calculate the credit limit value of the customer using Extensible Flexfields, but the parameter value is not accepted from the following query.
Can you please share the list of binding variables for Extensible Flexfields in Order Management?

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):

Oracle Fusion Cloud Applications 24D (11.13.24.10.0)


Code Snippet (add any code snippets that support your topic, if applicable):

SELECT to_number(sum(REM_AUTH_AMOUNT))
FROM FUSION.AR_CUST_CREDIT_AUTHORIZATION
WHERE AUTHORIZATION_STATUS = 'OPEN'
AND SALES_ORDER != :{PARAMETER.DocumentNumber}
AND CUST_ACCOUNT_ID =

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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