ODBC Driver for Oracle Financials Cloud

Build 22.0.8462

Working With Finders

In Oracle Financials Cloud, finders are filters used for searching collection resources. Each finder has several parameters bound to it.

Using Finders with Parent View

To use a finder filter with a parent view, you need to provide the FinderName in the finder pseudo column and provide values for the finder parameter columns.

SELECT * FROM JournalBatches WHERE finder = 'JournalsFinder' AND JournalCategory = 'test';

Using Finders with Child View

To use a finder filter with a child view, you need to provide the FinderName of the parent view in the finder pseudo column and provide values for the finder parameter columns of the parent view.

SELECT * FROM InvoicesinvoiceLinesinvoiceDistributions WHERE finder = 'PrimaryKey' AND InvoiceId = 5484;

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462