JDBC Driver for Oracle Fusion Cloud Financials

Build 23.0.8839

Working With Finders

In Oracle Fusion Cloud Financials, 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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839