Advanced Collections - EBS (MOSC)

MOSC Banner

Materialized view not getting created based on a view.Error ORA -00942: table or view does not exit

create materialized view xxlsc_raw_po_mv
as
SELECT DISTINCT o624806.po po, aps.vendor_name supplier, TO_CHAR (pla.creation_date, 'DD-MON-RRRR') creation_date, o624806.organization_code, o624806.line_num, o624806.shipment_num, o624806.quantity
,o624806.po_unit_price, msib.segment1 item, o624806.item_description, o624806.receipt_num, TO_CHAR (o624806.transaction_date, 'DD-MON-RRRR') transaction_date, o624806.quantity_received
-- ,TO_CHAR (SYSDATE, 'DD-MON-RRRR') systemdate, (TRUNC (SYSDATE) - TRUNC (pla.creation_date)) ageing_days, ROUND ((MONTHS_BETWEEN ((SYSDATE), (pla.creation_date))), 2) ageing_months
-- ,FLOOR (MONTHS_BETWEEN ((SYSDATE), (pla.creation_date)) / 12) ageing_years
/* , (SELECT (CASE
WHEN FLOOR (MONTHS_BETWEEN ((SYSDATE), (pla.creation_date)) / 12) > 3

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center