Glfrcreportsb [hot] Jun 2026
The keyword refers to a specific database table within the Oracle Fusion Cloud Financials ecosystem. It is a critical component for users and administrators who need to manage or query the list of available reports within the Business Intelligence (BI) catalog. Purpose and Functionality
Example: GLF-RC-REPORTS-B as a versioned document in a company’s intranet. glfrcreportsb
/** * Endpoint: GET /api/v1/gl/reports/b * Feature ID: glfrcreportsb */ @GetMapping("/b") public ResponseEntity<List<FinancialReportRecord>> getReportB( @RequestParam String ledgerId, @RequestParam @DateTimeFormat(iso = DateTimeFormat.ISO.DATE) LocalDate startDate, @RequestParam @DateTimeFormat(iso = DateTimeFormat.ISO.DATE) LocalDate endDate) The keyword refers to a specific database table
: Valid types include BIP (BI Publisher), Dashboard , Analysis , and FR (Financial Reporting). getReportB( @RequestParam String ledgerId
Run (with proper permissions):