RF_TIME_LIN_HST(SQL Table) |
Index Back |
---|---|
Time Log LinesThis record stores the time spent on an activity. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PSARCH_ID | Character(8) | VARCHAR2(8) NOT NULL | Archive ID (see PSARCHTEMPLATE). |
2 | PSARCH_BATCHNUM | Number(30,0) | DECIMAL(30) NOT NULL | Archive Batch Number |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | TIME_SHEET_ID | Character(10) | VARCHAR2(10) NOT NULL |
Time Sheet Unique Identifier (System Generated)
Prompt Table: RF_TIME |
5 | LINE_NBR | Number(5,0) | INTEGER NOT NULL | This field represents the integer Order Line Number. |
6 | SO_ID | Character(10) | VARCHAR2(10) NOT NULL | Service Order ID |
7 | SO_LINE | Number(3,0) | SMALLINT NOT NULL | Stores the Service Order line number. |
8 | CASE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table. |
9 | TIMETYPE | Character(4) | VARCHAR2(4) NOT NULL |
The different types of time activity used for billing purposes.
Prompt Table: RF_TIME_TYPE |
10 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL |
Person ID
Prompt Table: RF_GRP_MEM_VW |
11 | START_DT | Date(10) | DATE | Start date field to store start date value. |
12 | END_DT | Date(10) | DATE | This field stores the end date values. |
13 | START_TIME | Time(15) | TIMESTAMP | Start of Shift |
14 | END_TIME | Time(15) | TIMESTAMP | End of Shift |
15 | DTL_TOTAL | Signed Number(9,4) | DECIMAL(7,4) NOT NULL | Total |
16 | HOURS_REM | Number(6,2) | DECIMAL(5,2) NOT NULL | Remaining Hours not covered by Prepaid. |
17 | BILLABLE_SW | Character(1) | VARCHAR2(1) NOT NULL |
Used to indicate if the service order is billable or not.
Y/N Table Edit |
18 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
19 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
20 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
21 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
22 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
23 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
24 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | This field stores the General Ledger Business Unit. Used for the Integration with Contracts/Billing from CRM. |
25 | COPY_TO | Character(1) | VARCHAR2(1) NOT NULL |
Copy To
Y/N Table Edit Default Value: N |