[Home] [Help]
[Dependency Information]
Object Name: | RCV_MC_SHIPMENT_HEADERS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
RCV_MC_SHIPMENT_HEADERS is the MRC sub-table for RCV_SHIPMENT_HEADERS. It stores currency related information about shipment and receipt headers for each reporting Set of Books associated with the parent record in RCV_SHIPMENT_HEADERS.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
RCV_MC_SHIPMENT_HEADERS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
SHIPMENT_HEADER_ID | NUMBER | (15) | Yes | Receipt header identifier |
CONVERSION_RATE_TYPE | VARCHAR2 | (30) | Conversion type for the exchange rate | |
CONVERSION_DATE | DATE | Conversion date for the exchange rate | ||
CONVERSION_RATE | NUMBER | Currency conversion rate used to convert the transactional currency amount to reporting currency amount |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, SHIPMENT_HEADER_ID
, CONVERSION_RATE_TYPE
, CONVERSION_DATE
, CONVERSION_RATE
FROM PO.RCV_MC_SHIPMENT_HEADERS;
PO.RCV_MC_SHIPMENT_HEADERS does not reference any database object
PO.RCV_MC_SHIPMENT_HEADERS is referenced by following:
|
|
|