DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.PO_MC_DISTRIBUTIONS

Object Details
Object Name: PO_MC_DISTRIBUTIONS
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_MC_DISTRIBUTIONS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_MC_DISTRIBUTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPO_DISTRIBUTION_ID
ColumnSET_OF_BOOKS_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

PO.PO_MC_DISTRIBUTIONS does not reference any database object

PO.PO_MC_DISTRIBUTIONS is referenced by following:

SchemaAPPS
SynonymPO_MC_DISTRIBUTIONS