JV_CONTRIBUTION_REQUESTS_B
This table contains joint venture partner contribution requests. These requests are used to create partner contributions for stakeholders.
Details
-
Schema: FUSION
-
Object owner: JV
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
JV_CONTRIBUTION_REQUESTS_B_PK |
CONTRIBUTION_REQUEST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CONTRIBUTION_REQUEST_ID | NUMBER | 18 | Yes | Unique identifier of the partner contribution request. | |
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. | |
REQUEST_SHORT_NAME | VARCHAR2 | 30 | Yes | Unique short name of the partner contribution request. | |
JOINT_VENTURE_ID | NUMBER | 18 | Unique identifier of the joint venture assigned to the partner contribution request. | ||
START_DATE | DATE | Start date of the partner contribution request. | |||
END_DATE | DATE | End date of the partner contribution request. | |||
OPEN_DISTRIBUTION_AMOUNT_FLAG | VARCHAR2 | 1 | Yes | Indicates whether to create partner contribution based on the open joint venture distribution amount. | |
REQUEST_FREQUENCY_CODE | VARCHAR2 | 30 | The frequency of processing partner contribution requests. It is based on ORA_JV_REQUEST_FREQUENCY lookup codes such as Daily, Weekly, Monthly, and One-time. | ||
REQUESTED_GROSS_AMOUNT | NUMBER | The gross amount on the partner contribution request from which partner contributions will be created. | |||
REQUEST_STATUS_CODE | VARCHAR2 | 30 | Yes | Indicates the status of the partner contribution request. It is based on ORA_JV_REQUEST_STATUS lookup codes such as Initiated, Active, On hold, and Closed. | |
STAKEHOLDER_ID | NUMBER | 18 | Unique identifier of the stakeholder assigned to the partner contribution request. | ||
OWNERSHIP_DEFINITION_NAME | VARCHAR2 | 30 | The name of the ownership definition associated with the partner contribution request that will be used to identify stakeholders and their share of the contribution. | ||
WEEK_START_DAY_CODE | VARCHAR2 | 30 | Start day of the week on the partner contribution request. This is used when running the process to create partner contributions on a weekly frequency. It is based on ORA_JV_REQUEST_START_END_DAY lookup codes such as Saturday, Sunday, Monday, and so forth. | ||
WEEK_END_DAY_CODE | VARCHAR2 | 30 | Ending day of the week on the partner contribution request. This is used when running the process to create partner contributions on a weekly frequency. It is based on ORA_JV_REQUEST_START_END_DAY lookup codes such as Saturday, Sunday, Monday, and so forth. | ||
RUN_DAY_CODE | VARCHAR2 | 30 | Run day of the partner contribution request. It is based on ORA_JV_REQUEST_RUN_DAY lookup codes such as First day of the following week, Last day of the current week, First day of the following month, and Last day of the current month. | ||
REQUEST_CURRENCY_CODE | VARCHAR2 | 15 | The currency code that will be used to create partner contributions. If the currency is not available, the system populates the joint venture primary ledger currency as the default currency. | ||
CONVERSION_DATE_CODE | VARCHAR2 | 30 | Indicates the currency conversion date. It is based on ORA_JV_REQUEST_CONVERSION_DATE lookup codes such as Partner Contribution Start Date and System Date. | ||
CONTRIBUTION_ACCOUNT_CCID | NUMBER | 18 | Code combination identifier for the joint venture partner contribution account. | ||
LAST_RUN_DATE | DATE | The date the partner contribution request was last processed successfully. | |||
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 | 30 | 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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
JV_CONTRIBUTION_REQUESTS_B | jv_joint_ventures_b | JOINT_VENTURE_ID |
JV_CONTRIBUTION_REQUESTS_B | jv_stakeholders_b | STAKEHOLDER_ID |
JV_CONTRIBUTION_REQUESTS_B | gl_code_combinations | CONTRIBUTION_ACCOUNT_CCID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
JV_CONTRIBUTION_REQUESTS_B_PK | Unique | Default | CONTRIBUTION_REQUEST_ID |
JV_CONTRIBUTION_REQUESTS_B_U1 | Unique | Default | REQUEST_SHORT_NAME |