fusion_search_columns
Search Oracle Fusion schema for columns by name pattern and identify the tables that carry them, with results ordered by row count to surface the real transactional table.
Instructions
Find which tables carry a column -- the fastest answer to "where does X live?".
Runs the registered search_columns report with p_pattern / p_owner /
p_table_pattern as bind values. Results are ordered by the owning table's
row-count statistic, so the real transactional table tends to surface above
its interface, history and staging namesakes -- and above its
same-name-different-case twin, which has no statistics at all.
The report applies no row cap, so limit is applied here and truncated
reports honestly when more rows came back than were returned.
Args:
pattern: SQL LIKE pattern over the column name, e.g. %SEGMENT1%.
owner: Schema owner. Omit (null) to let the report's own default apply.
table_pattern: Optional LIKE pattern to restrict the table name too.
limit: Maximum rows to return from those the report produced.
datasource: Legacy composed-SQL fallback only; ignored on the report path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| owner | No | FUSION | |
| pattern | Yes | ||
| datasource | No | ||
| table_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||