Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 213 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Purchase Receipts Real Time subject area _ Last Receipt Date

Hi, I am trying to find Last Receipt Date from Receiving - Purchase Receipts Real Time subject area. can you please help me to find this column?
Answers
-
Hi,
Receiving - Purchase Receipts Real Time https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24a/faosm/Receiving--Purchase-Receipts-Real-Time-SA-83.html#Receiving__Purchase_Receipts_Real_Time_SA_83_d1e18588
Your user guide says the time dimension in this subject area is "Receipt Date". What does it mean to be the "last" ? Is this some sort of aggregate at a higher level across multiple receipts with multiple dates?
Here is the data lineage for this subject area in application Supply Chain and Manafacturing (SCM).
Did you find it? Do you know what physical table or view column is "last receipt date" in the application db.
Review Data Lineage https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24a/analyze-and-report.html
0 -
FYI But looking in the session log I think the time dimension is header created date
select all 0 s_0 , "Time"."Date" as d , "- Purchase Receipt Line Details"."Receipt Line Id" as id , "- Purchase Receipt Line"."Receipt Amount" as f FROM "Receiving - Purchase Receipts Real Time" ORDER BY 1 ASC NULLS LAST FETCH FIRST 7 ROWS ONLY
is /analytics/saw.dll?ManageSessions
RCV_SHIPMENT_HEADERS.CREATION_DATE
0