[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_OTHER_DATA |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_OTHER_DATA table stores detailed information about Venture Capital funding in use by the company under credit review. Data in this table is used to determine whether the company has an appropriate level of funding to meet its credit obligations.
The primary key for this table is DATAPOINT_ID and CREDIT_REQUEST_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_OTHER_DATA_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_OTHER_DATA_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DATAPOINT_ID | NUMBER | (15) | Yes | Identifier of the data point identified on the checklist for use during the credit review |
CREDIT_REQUEST_ID | NUMBER | (15) | Yes | Identifier of the credit request. Foreign key to the AR_CMGT_CREDIT_REQUESTS table. |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
COUNTRY | VARCHAR2 | (60) | Country of the Vventure Ccapital firm address | |
KEY_EXECUTIVE | VARCHAR2 | (50) | Name of the key executive of the Vventure Ccapital firm | |
VENTURE_CAPITAL_NAME | VARCHAR2 | (50) | Name of the Vventure Ccapital firm | |
VC_CONTACT_NAME | VARCHAR2 | (50) | Name of the primary contact person at the Vventure Ccapital firm | |
VC_ADDRESS | VARCHAR2 | (100) | Address of the Vventure Ccapital firm | |
VC_CONTACT_PHONE | VARCHAR2 | (20) | Phone number of the primary contact | |
VC_STATE | VARCHAR2 | (60) | State of the Vventure Ccapital firm address | |
VC_CONTACT_FAX | VARCHAR2 | (20) | Fax number of the primary contact | |
VC_POSTAL_CODE | VARCHAR2 | (60) | Postal Ccode of the Vventure Ccapital firm address. | |
VC_PROVINCE | VARCHAR2 | (60) | Email address of the primary contact person | |
VC_CONTACT_EMAIL | VARCHAR2 | (240) | Province of the Vventure Ccapital firm address | |
CAPITAL_STAGE_COMPLETED | VARCHAR2 | (30) | Text description of the funds spent from the Vventure Ccapital firm. Also referred to as Rounds of Funding. | |
CURRENCY | VARCHAR2 | (30) | Currency of the funding provided by the Vventure Ccapital firm | |
FUNDING_AMOUNT | NUMBER | The total amount of funding provided or promised by the Vventure Ccapital firm | ||
PERCENT_INVESTED | NUMBER | Percentage of the total funding amount which has been given to the company under credit review | ||
BURN_RATE | NUMBER | Number of months which the company under credit review can continue to operate with the remaining funds from the Vventure Ccapital firm | ||
FUTURE_FUNDING_PLANS | VARCHAR2 | (2000) | Number of months which the company under credit review can continue to operate with the remaining funds from the Vventure Ccapital firm | |
NOTES | VARCHAR2 | (2000) | Free-form text area to provide additional information regarding Vventure Ccapital funding. | |
CASE_FOLDER_ID | NUMBER | (15) | Identifier of the case folder. Foreign key to the AR_CMGT_CASE_FOLDERS table. |
Cut, paste (and edit) the following text to query this object:
SELECT DATAPOINT_ID
, CREDIT_REQUEST_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, COUNTRY
, KEY_EXECUTIVE
, VENTURE_CAPITAL_NAME
, VC_CONTACT_NAME
, VC_ADDRESS
, VC_CONTACT_PHONE
, VC_STATE
, VC_CONTACT_FAX
, VC_POSTAL_CODE
, VC_PROVINCE
, VC_CONTACT_EMAIL
, CAPITAL_STAGE_COMPLETED
, CURRENCY
, FUNDING_AMOUNT
, PERCENT_INVESTED
, BURN_RATE
, FUTURE_FUNDING_PLANS
, NOTES
, CASE_FOLDER_ID
FROM AR.AR_CMGT_OTHER_DATA;
AR.AR_CMGT_OTHER_DATA does not reference any database object
AR.AR_CMGT_OTHER_DATA is referenced by following:
|
|
|