FO_POPASG_HDR(SQL Table) |
Index Back |
|---|---|
Populate Open Asgmnts HeaderThis record captures header information for timesheet sessions entered through Time Entry from Open Assignments component. A part of information from this record will be saved and synchronized with core T & L record TL_RAPID_HEADER. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Number(10,0) | DECIMAL(10) NOT NULL |
Session Number
Default Value: 9999999999 |
|
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | GROUP_ID | Character(5) | VARCHAR2(5) NOT NULL | Group ID |
| 4 | PERIOD_ID | Character(12) | VARCHAR2(12) NOT NULL | Time Period ID |
| 5 | START_DT | Date(10) | DATE NOT NULL | Start Date |
| 6 | END_DT | Date(10) | DATE NOT NULL | end date |
| 7 | RAPID_TMPLT_ID | Character(10) | VARCHAR2(10) NOT NULL | Rapid Time Template |
| 8 | RAPID_UPDATE_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
Session Status
0=Not Submitted 1=Submitted to Reported Time 2=Submitted to Time Administrati 3=Need to Resubmit the Session |
| 9 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
| 10 | DTTM_STAMP | 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.
Default Value: %Datetime |