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


TABLE: MSC.MSC_ST_CURRENCY_CONVERSIONS

Object Details
Object Name: MSC_ST_CURRENCY_CONVERSIONS
Object Type: TABLE
Owner: MSC
Subobject Name:
Status: VALID


This staging table is used by the collection program to process data for table MSC_CURRENCY_CONVERSIONS.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
FROM_CURRENCY VARCHAR2 (30)
From Currency
TO_CURRENCY VARCHAR2 (30)
To Currency
CONV_DATE DATE

Conversion Date
CONV_TYPE VARCHAR2 (30)
Conversion Type
CONV_RATE NUMBER

This is the ratio between the to_currency and from_currency
LAST_UPDATE_DATE DATE

Standard WHO column
LAST_UPDATED_BY NUMBER

Standard WHO column
CREATION_DATE DATE

Standard WHO column
CREATED_BY NUMBER

Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
SR_INSTANCE_ID NUMBER

Source application instance identifier
RN NUMBER

RN of last collections run that inserted/updated this row
DELETED_FLAG NUMBER

Yes/No flag indicating whether the row will be deleted
REQUEST_ID NUMBER

Concurrent Who column
PROGRAM_APPLICATION_ID NUMBER

Concurrent Who column
PROGRAM_ID NUMBER

Concurrent Who column
PROGRAM_UPDATE_DATE DATE

Concurrent Who column
SR_INSTANCE_CODE VARCHAR2 (3)
Source Instance Code
PROCESS_FLAG NUMBER

Processing Flag indicating the status of records during pre-processing. 1- New Record, 2- In-Process, 3- Error, 4- Propagated Error, 5- Successfully Processed
ERROR_TEXT VARCHAR2 (2000)
If PROCESS_FLAG is equal to 3 for a record, then this will describe the reason for the error
MESSAGE_ID NUMBER

Message ID
DATA_SOURCE_TYPE VARCHAR2 (15)
Source Type indicating the source of data , Batch/XML
ST_TRANSACTION_ID NUMBER

Transaction ID generated during pre-processing to uniquely identify a record in the staging table
BATCH_ID NUMBER

Batch identifier generated during pre-processing
Query Text

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


SELECT FROM_CURRENCY
,      TO_CURRENCY
,      CONV_DATE
,      CONV_TYPE
,      CONV_RATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SR_INSTANCE_ID
,      RN
,      DELETED_FLAG
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      SR_INSTANCE_CODE
,      PROCESS_FLAG
,      ERROR_TEXT
,      MESSAGE_ID
,      DATA_SOURCE_TYPE
,      ST_TRANSACTION_ID
,      BATCH_ID
FROM MSC.MSC_ST_CURRENCY_CONVERSIONS;

Dependencies

[top of page]

MSC.MSC_ST_CURRENCY_CONVERSIONS does not reference any database object

MSC.MSC_ST_CURRENCY_CONVERSIONS is referenced by following:

SchemaMSC
ViewMSC_ST_CURRENCY_CONVERSIONS#