BI_HDR_APPR_TMP(SQL Table) |
Index Back |
---|---|
Save billing worksheet invoice |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INVOICE | Character(22) | VARCHAR2(22) NOT NULL | Invoice |
3 | APPROVING_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Shows the temp invoice in approving progress status
N=No Y=Yes Default Value: Y |
4 | CONTRACT_NUM | Character(25) | VARCHAR2(25) NOT NULL | Contract |
5 | CREATE_DTTM | DateTime(26) | TIMESTAMP |
Creation Datetime
Default Value: %DATETIME |
6 | CREATED_BY | Character(30) | VARCHAR2(30) NOT NULL | Created By |
7 | LAST_UPDATE_DTTM | DateTime(26) | TIMESTAMP | 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. |
8 | LAST_UPDATED_BY | Character(30) | VARCHAR2(30) NOT NULL | LastUpdatedUser |