VRM_SOURCE_DOC_TYPES_B_

VRM_SOURCE_DOC_TYPES_B contains definition of document types from source applications that VRM application integrates with. For examples, Sales Order from Oracle Order Management application, Service Contract from Oracle Service Contracts application. Document types can be defined in case for an integrating with deploying company's legacy applications.

Details

  • Schema: FUSION

  • Object owner: VRM

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

VRM_SOURCE_DOC_TYPES_B_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, DOCUMENT_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
DOCUMENT_TYPE_ID NUMBER 18 Yes Unique identifier of a source document type.
EXTRACT_TIME_FRAME NUMBER Number of days for which extract program should pull the system data prior to the end date provided for extract run.
DOCUMENT_TYPE_CODE VARCHAR2 30 Code of a document type.
APPLICATION_ID NUMBER 18 Identifier of the application to which the transaction entity belongs to. Foreign key to the FND applications table.
ACTIVE_FLAG VARCHAR2 1 A yes or no flag that indicates if the document is active.
VALIDATION_STATUS VARCHAR2 1 A Yes or No flag that indicates validation status of a document type where Y indicates valid and N indicates invalid document type.
SOURCE_SYSTEM VARCHAR2 30 Document type code from the source system.
OBJECT_VERSION_NUMBER NUMBER 9 Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
DEFAULT_SATIS_MEASURE_MODEL VARCHAR2 30 Default satisfaction measurement model to be used when the revenue rule is not provided from the source product.
DEFAULT_REVENUE_RULE_ID NUMBER 18 Unique identifier of the revenue scheduling rule. This rule needs to be defaulted on the performance obligation line if no rule is provided by the source application.
DEFAULT_REVISION_INTENT_CODE VARCHAR2 30 Default revision intent for the source document type. Values are from the lookup type ORA_VRM_REVISION_INTENT_TYPE.
DEFAULT_IMMATERIAL_CHANGE_CODE VARCHAR2 30 Default immaterial change type for the source document type. Valid values are from the lookup type ORA_IMMATERIAL_CHANGE_TYPE.
ALLOW_REVENUE_LINE_UPDATE_FLAG VARCHAR2 1 A column heading in the Manage Source Document Types page that indicates whether the source document lines of the source document type can be updated using a REST service. Valid values are Y, N, or blank. Blank means No.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
VRM_SOURCE_DOC_TYPES_BN1_ Non Unique Default DOCUMENT_TYPE_ID, LAST_UPDATE_DATE
VRM_SOURCE_DOC_TYPES_B_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, DOCUMENT_TYPE_ID