How to create Context Flexfileds defaulting from Account Address Set in Customer Site
Summary:
Hi All,
I want to create Customer Account site DFF Context defaulting by Account Address Set that chosen while creating new customer.
I used this query below:
select set_name from FND_SETID_SETS where SET_ID = :{PARAMETER.SET_ID}
and this error occurs :
The bind variable :{PARAMETER.SET_ID} is not valid. (FND-2544)
In application 10,024 and descriptive flexfield HZ_CUST_ACCT_SITES_ALL, the bind variable :{PARAMETER.SET_ID} in SQL default value select set_name from FND_SETID_SETS where SET_ID = :{PARAMETER.SET_ID} for the context segment is not valid.
anyone can help on this issue ?