I am working in Oracle E-Business Suite. Considering this field "CUSTOMER_SHIP_TO_NUMBER" Oracle EBS Screenshot
I need to know the column and the table in the back-end database, from which the values of this field is getting populated. I tried examining the Record History, and the data is being fetched from a View, namely the OE_Order_Lines_V. I tried searching through that view but couldn't figure it out. I need to know the actual location, namely the Table, where this data (CUSTOMER_SHIP_TO_NUMBER) is being stored.
The Data comes from the Table
ONT.OE_ORDER_LINES_ALL
, under the column ofEND_CUSTOMER_ID
. This should be joined withAR.RA_CUSTOMERS
using the columnCUSTOMER_ID
to get the Customer Name and Number:Read More Here: Oracle Order Management Technical Reference Manual