Alias: IVCDA#
(INF_CV_DEVELOPMENTACTIVITIES)Development Activities
Table Columns#
Column name | Data Type / Size | Mand. | Notes |
---|---|---|---|
ID | Number(10) | Used internally to define a unique identification for the record. This field would not be loaded. | |
ACTIVITY_SEQUENCE | Number(5) | Y | Used to define the sequential order in which the candidate must take the development activity. Sequence is a mandatory 5-character numeric field. |
ACTIVITY_STATUS | Varchar2(30) | Y | Used to identify the status of the development activity. Activity_Status is a mandatory field that you must fill with a value from the fixed lexicon (X_ACTIVITY_STATUS) provided. |
APPROVED | Varchar2(4) | ||
ACTIVITY_TYPE | Varchar2(30) | Used to define the type of activity that this particular development activity falls under. This is an optional field that you may fill with a saved value from the fixed lexicon (X_ACTIVITY_TYPE). | |
ACTIVITY_CATEGORY | Varchar2(30) | Used to define the category that this activity falls under. Activity_Category is an optional field that you may fill with a the saved value from the user-defined lexicon (X_ACTIVITY_CATEGORY). | |
DESCRIPTION | Varchar2(50) | ||
ACTIVITY_START_DATE | Date() | ||
ACTIVITY_END_DATE | Date() | ||
DURATION | Number(9) | ||
DURATION_BASIS | Varchar2(30) | ||
BUDGET_AMOUNT | Number(18) | ||
ACTUAL_AMOUNT | Number(18) | ||
CURRENCY | Varchar2(30) | ||
CREATE_DATE | Date() | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CREATE_USER | Varchar2(30) | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CHANGE_DATE | Date() | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. | |
CHANGE_USER | Varchar2(30) | This field used internally only to provide audit information for the creation/updating of records. This field would not be loaded. |