JV_SYSTEM_OPTIONS

This table contains the joint venture system options.

Details

  • Schema: FUSION

  • Object owner: JV

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

JV_SYSTEM_OPTIONS_PK

APPLICATION_ID

Columns

Name Datatype Length Precision Not-null Comments Status
APPLICATION_ID NUMBER 18 Yes Functional area within a software suite of products. For example, Financials or Payroll.
OBJECT_VERSION_NUMBER NUMBER 9 Yes 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.
GL_TRANSACTION_DATE_FIELD VARCHAR2 30 Indicates the descriptive flexfield date column in general ledger that will contain the date to be used as the transaction date.
SLA_TRANSACTION_DATE_NAME VARCHAR2 30 Indicates the supporting reference short name in subledger accounting that will reference the date to be used as the transaction date.
ENABLE_PPM_FLAG VARCHAR2 1 Indicates whether Project Management supporting reference tracking is enabled for Joint Venture Management. Obsolete
PROJECT_ID_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the project ID to the joint venture transaction.
TASK_ID_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the task ID to the joint venture transaction.
OVERRIDE_TASK_NUMBER VARCHAR2 100 The overriding task number associated with all joint ventures.
EXPENDITURE_TYPE_ID_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the expenditure type ID to the joint venture transaction.
OVERRIDE_EXPENDITURE_TYPE_ID NUMBER 18 Unique identifier for the overriding expenditure type associated with all joint ventures.
EXPENDITURE_ORG_ID_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the expenditure organization ID to the joint venture transaction.
EXPENDITURE_ITEM_DATE_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the expenditure item date to the joint venture transaction.
EXPENDITURE_BU_ID_NAME VARCHAR2 30 Indicates the short name of the supporting reference in subledger accounting that is used to assign the expenditure business unit ID to the joint venture transaction.
EXPENDITURE_ITEM_ID_NAME VARCHAR2 30 Indicates the supporting reference short name in subledger accounting that will reference the Expenditure Item ID to be used to associate expenditure item information to the transaction. Obsolete
EXPENDITURE_CATEGORY_ID_NAME VARCHAR2 30 Indicates the supporting reference short name in subledger accounting that will reference the Expenditure Category ID to be used to associate expenditure category information to the transaction. Obsolete
PRIMARY_SEGMENT_LABEL_CODE VARCHAR2 30 Yes The segment label used to identify the primary segment for selecting and associating transactions to a joint venture.
DEFAULT_GL_DATE_CODE VARCHAR2 30 Yes The code to identify the default transaction date assigned to joint venture transactions from the general ledger. It is based on the ORA_JV_DEFAULT_GL_DATE_CODE lookup values like General ledger effective date, System date, and so forth.
DEFAULT_SLA_DATE_CODE VARCHAR2 30 Yes The code to identify the default transaction date assigned to joint venture transactions from subledger accounting. It is based on the ORA_JV_DEFAULT_SLA_DATE_CODE lookup values like Accounting date, System date, and so forth.
PROJECT_ATTRIBUTE_CODE VARCHAR2 30 The code to identify the attribute configured in a project's descriptive flexfields that stores the joint venture short name. It is based on the ORA_JV_PROJECT_ATTRIBUTE lookup values like Project attribute 1, Project attribute 2, and so forth.
EXCLUDE_NOT_DISTRIBUTABLE_FLAG VARCHAR2 1 Yes Indicates whether transactions with status "Not distributable" will be excluded from the system.
EMAIL_SUBJECT VARCHAR2 250 The email subject line for Joint Interest Billing reports delivered using email.
EMAIL_BODY VARCHAR2 4000 The body of the email for Joint Interest Billing reports delivered using email.
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.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 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.
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.

Indexes

Index Uniqueness Tablespace Columns
JV_SYSTEM_OPTIONS_PK Unique Default APPLICATION_ID