OSS_RMCS_DOC_T

This table stores RMCS source document data

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_RMCS_DOC_T_PK

DOCUMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_ID NUMBER 18 Yes primary key
DOCUMENT_DATE DATE Subscription start date.
DOCUMENT_NUMBER VARCHAR2 300 Subscription Number.
DOC_ID_INT_1 NUMBER 18 Subscription Id.
CURRENCY_CODE VARCHAR2 15 Subscription currency.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
LEGAL_ENTITY_ID NUMBER 18 Legal entity id.
CUST_PO_NUMBER VARCHAR2 50 Subscription PO Number.
BILL_TO_CUSTOMER_ID NUMBER 18 Bill to account id.
BILL_TO_CUSTOMER_SITE_ID NUMBER 18 Subscription bill to site id.
CURR_CONVERSION_RATE_TYPE VARCHAR2 30 Currency conversion rate type used for the conversion of subscription value from the subscription transactional currency to the functional currency of the business unit.
CURR_CONVERSION_RATE NUMBER Currency conversion rate used for the conversion of subscription value from the subscription transactional currency to the functional currency of the business unit.
CURR_CONVERSION_RATE_DATE DATE The date as of which the currency conversion rate is effective. This attribute is required only for fixed date currency conversions.
PROCESSED_FLAG VARCHAR2 1 Process Flag.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
OSS_RMCS_DOC_T_N1 Non Unique Default BILL_TO_CUSTOMER_ID
OSS_RMCS_DOC_T_N2 Non Unique Default BILL_TO_CUSTOMER_SITE_ID
OSS_RMCS_DOC_T_N3 Non Unique OSS_RMCS_DOC_T_N3 DOC_ID_INT_1
OSS_RMCS_DOC_T_U1 Unique Default DOCUMENT_ID