Adding Item Facility to Web Report causes report to fail
Summary:
We are building a Commercial Invoice web report that requires pulling two facility-specific item attributes from the item_facility entity — cust_attr_2 (Reference Cost) and cust_attr_3 (Country of Origin) — scoped to two different facility contexts per line:
- Shipping facility cost/COO —
item_facilityscoped toload.facility_id - Receiving facility cost/COO —
item_facilityscoped toob_stop.shipto_facility_id
Adding item_facility as a data object causes the report to either run indefinitely or fail with:
ORA-12801: error signaled in parallel query server
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
What We Have Attempted
Tagged:
0