开发者

Oracle E-Business Suite HR, Value Sets: Where are the Where/Order By clauses stored in the database?

开发者 https://www.devze.com 2023-03-16 18:07 出处:网络
I am trying to query table validated value sets that do a certain kind of val开发者_如何学JAVAidation with the where clause of a value set in Oracle E-Business Suite HR. I haven\'t had any luck findin

I am trying to query table validated value sets that do a certain kind of val开发者_如何学JAVAidation with the where clause of a value set in Oracle E-Business Suite HR. I haven't had any luck finding where these where clauses are stored in the database to query them.

Thanks!


Asked too soon! This data is stored in FND_FLEX_VALIDATION_TABLES. The where clause is in column ADDITIONAL_WHERE_CLAUSE of this table.

0

精彩评论

暂无评论...
验证码 换一张
取 消