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


TABLE: GML.OP_CNTR_HDR_EFC

Object Details
Object Name: OP_CNTR_HDR_EFC
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.OP_CNTR_HDR_EFC
Subobject Name:
Status: VALID


Shadow table of OP_CNTR_HDR for EFC migration.
Stores the original values of columns of OP_CNTR_HDR that are to be
converted to Euro currency as a part of EFC migration. The table
consists of the primary key columns of OP_CNTR_HDR and only the columns
that are actually converted to Euro currency.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CONTRACT_ID NUMBER (10) Yes Surrogate key for contract
BASE_CURRENCY VARCHAR2 (4) Yes Currency to which exchange rate applies.
EXCHANGE_RATE NUMBER
Yes Exchange rate for contract
SET_OF_BOOKS_ID NUMBER (15) Yes Surrogate ID for set of books.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CONTRACT_ID
,      BASE_CURRENCY
,      EXCHANGE_RATE
,      SET_OF_BOOKS_ID
FROM GML.OP_CNTR_HDR_EFC;

Dependencies

[top of page]

GML.OP_CNTR_HDR_EFC does not reference any database object

GML.OP_CNTR_HDR_EFC is referenced by following:

SchemaAPPS
SynonymOP_CNTR_HDR_EFC