Key colimn for joining INV_RESERVATIONS and DOO_HEADERS_ALL
I would like to get data of Manage Reservations and Picks.
More specifically, I need order number, quantity, customer, and shipping status from demand tab.
According to the table definition documentation, It seems like I can combine them by header ID.
But also it says "OE_ORDER_HEADERS.HEADER_ID", not DOO_HEADERS_ALL.
question 1; what is the OE_ORDER_HEADERS ? I couldn't find document in Tables and Views for SCM.
question 2; How can I get order number without using OE_ORDER_HEADERS from INV_RESERVATIONS?
In my fusion development, it says there is no table or views "OE_ORDER_HEADERS".
0