...
DB Parameter | Java Parameter | Description | Data Type | Example |
---|---|---|---|---|
PROJECT_CD | kfsProjCode | KFS Project Code | String (10) | '1234567890' |
OBJ_ID | kfsProjObjIDkfsProjObjId | KFS Project Object ID | String (36) | 'KFS Project Title' |
VER_NBR | kfsProjVerNumber | KFS Project Version Number | String(8) | |
PROJ_MGR_UNVL_ID | kfsProjManagerIDkfsProjManagerId | The User ID of the person responsible for the project | String(10) | |
PROJECT_NM | kfsProjName | The long descriptive name of the project | String(40) | |
FIN_COA_CD | kfsChartCode | The chart code associated with the organization assigned to the project code | String(2) | |
ORG_CD | kfsOrgCode | The organization code associated with the project | String(4) | |
PROJ_ACTIVE_CD | kfsProjActiveCode | Indicates if the project is active. | String(1) | |
PROJECT_DESC | kfsProjDesc | The text description describing the purpose of the project code | String(400) |
...