FRM 41830

FRM 41830: While Drilling Down To Planning Workbench Form Application Dashboard [ID 1333288.1]


Applies to:

Oracle Advanced Planning Command Center - Version 12.1.3 and later
Information in this document applies to any platform.

Symptoms


Frm 41830: List of value contains no values, while drilling down to planning workbench from APPC dashboard

Drilling from the Demand Exceptions Summary, Late Replenishment for Sales Order, Exception by Item, click on item link opens ASCP, but does not drill directly to the Item or Exception. It instead drills to a “Find Exceptions” window.

Cause

"Service Supply Chain Analyst", "Supply Chain Analyst", "Sales and Operations Planning Analyst", "Supply Chain Risk Analyst" responsibilities do not contain any organizations,

Solution

Navigate to "Advanced Planning Administrator" responsibility - organization security screen and add required organizations to above mentioned OBIEE dashboard responsibilities.

No comments:

How to add a datafile to a bigfile tablespace in Oracle 23ai Database.

  Syntax for Bigfile Tablespace: SQL > ALTER TABLESPACE tablespace_name ADD DATAFILE SIZE 10G AUTOEXTEND ON NEXT 1G MAXSIZE UNLIMITED; Ho...