[Home] [Help]
[Dependency Information]
Object Name: | PO_MC_DISTRIBUTIONS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PO_MC_DISTRUBTIONS is the MRC sub-table for PO_DISTRIBUTIONS_ALL. It stores currency information about purchase order distributions for each reporting Set of Books associated with the parent record in PO_DISTRIBUTIONS_ALL.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_MC_DISTRIBUTIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of Books identifier |
PO_DISTRIBUTION_ID | NUMBER | (15) | Yes | Document distribution unique identifier |
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 | ||
ENCUMBERED_AMOUNT | NUMBER | Encumbered amount for the distribution | ||
UNENCUMBERED_AMOUNT | NUMBER | Amount unencumbered on the distribution |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, PO_DISTRIBUTION_ID
, RATE_DATE
, RATE
, ENCUMBERED_AMOUNT
, UNENCUMBERED_AMOUNT
FROM PO.PO_MC_DISTRIBUTIONS;
PO.PO_MC_DISTRIBUTIONS does not reference any database object
PO.PO_MC_DISTRIBUTIONS is referenced by following:
|
|
|