PPK_PROJREQ_AUD(SQL Table) |
Index Back |
---|---|
Project Request Audit RecordThis record tracks project request status changes and comments from Workflow user. |
# | 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_BU_PC_NONVW |
2 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
3 | DATETIME_STAMP | DateTime(26) | TIMESTAMP |
DateTime Stamp
Default Value: %datetime |
4 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
5 | BC_PROJ_REQ_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Status of the Project Request.
01=Approved 02=Pending 03=Submitted 04=Canceled 05=Declined 06=Returned 07=Costing 08=Hold 09=Complete 10=Executed 11=Operationally Approved |
6 | COMMENTS_254 | Character(254) | VARCHAR2(254) NOT NULL | EDI Comments |
7 | FMS_DTTM_STAMP | DateTime(26) | TIMESTAMP | Specifies the date and time of the original entry. |
8 | FMS_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the original entry. |
9 | FMS_LASTUPDDTTM | DateTime(26) | TIMESTAMP | Specifies the date and time of the last update to an entry. |
10 | FMS_LASTUPDOPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the User ID which made the last update to an entry. |