CAP_AUTHORIZE(SQL Table) |
Index Back |
---|---|
CAP Authorization Table |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT Prompt Table: SP_BUS_AM_NONVW |
2 | CAP_NUM | Character(15) | VARCHAR2(15) NOT NULL | Capital Acquisition Plan # |
3 | CAP_SEQUENCE | Number(3,0) | SMALLINT NOT NULL |
CAP Sequence
Default Value: 1 |
4 | DTTM_STAMP | DateTime(26) | TIMESTAMP NOT NULL |
Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
Default Value: %date |
5 | NAME | Character(50) | VARCHAR2(50) NOT NULL | Name |
6 | COMMENTS | Long Character | CLOB | Comment |
7 | BD_UPDATE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Update Flag
N=No Y=Yes |