[Home] [Help]
[Dependency Information]
| Object Name: | PO_MC_HEADERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.PO_MC_HEADERS
|
| Subobject Name: | |
| Status: | VALID |
PO_MC_HEADERS is the MRC sub-table for PO_HEADERS_ALL. It stores currency information about purchase orders for each reporting Set of Books associated with the parent record in PO_HEADERS_ALL.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_MC_HEADERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PO_HEADER_ID
SET_OF_BOOKS_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
| PO_HEADER_ID | NUMBER | Yes | Document header identifier | |
| RATE_TYPE | VARCHAR2 | (30) | Conversion type for the exchange rate | |
| RATE_DATE | DATE | Conversion date for the exchange rate | ||
| 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
, PO_HEADER_ID
, RATE_TYPE
, RATE_DATE
, RATE
FROM PO.PO_MC_HEADERS;
PO.PO_MC_HEADERS does not reference any database object
PO.PO_MC_HEADERS is referenced by following:
PO
PO_MC_HEADERS#
|
|
|
|