DW_NS_TIMESHEET_DETAILS_F

This fact table contains the line level information of weekly timesheet filed by an employee.

Details

Module:

Key Columns

timesheet, id

Columns

Columns
Name Datatype Length Precision Not Null Comments Referred Table Referred Column
id NUMBER 38 0 True Transaction Identifier.    
timesheet NUMBER 38 0 True Timesheet record identifier associated with the time tracking. DW_NS_TIMESHEET_F id
SOURCE_RECORD_ID VARCHAR2 999     This column is for Oracle Internal use only. Composite key that consists of all PK values of the transaction. This consists combination of columns that defines the granularity of the table and identifies a row uniquely.    
billingclass NUMBER 38 0   Billing class(which can be used to set different billable time rates for service items based on employees) identifier selected for the time entry record. DW_NS_BillingClass_D id
billingsubsidiary NUMBER 38 0   Billing subsidiary identifier selected for the time entry record. DW_NS_subsidiary_D id
class NUMBER 38 0   Class identifier. Classes are categories that can be created to track records such as financials, transactions, and employees. For example, a company own a janitorial service and want to track income and expenses separately for household and commercial accounts. In this case class can be set up for each account type to track the financial performance of each class over any time period. DW_NS_classification_D id
department NUMBER 38 0   Department identifier. Departments are categories that you can create to separate and track records such as financials, transactions, and employees. DW_NS_department_D id
displayfield VARCHAR2 999     A text field which contains the date, internal ID, and time stamp for the user's last time tracking.    
hours NUMBER       Total time spent by the employee on the associated activity.    
isbillable VARCHAR2 16     Flag which indicates if the time entered can be billed.    
isexempt VARCHAR2 16     Flag which indicates if the time entered is exempt from taxation..    
isproductive VARCHAR2 16     Flag which indicates if the time entered is worked on a project, but not included when calculating revenue for the project.    
isutilized VARCHAR2 16     Flag which indicates if the employee's time directly contributed to the revenue for a project.    
item NUMBER 38 0   Identifier of the item. DW_NS_item_D id
location NUMBER 38 0   Location Identifier. DW_NS_location_D id
memo VARCHAR2 999     Textual description provided by transaction creators.    
outsideprojectplan VARCHAR2 16     Flag which indicates if the time tracking is outside of the project plan.    
overriderate VARCHAR2 16     Flag which indicates if the rate specified in time tracking record is locked, so it's not affected by rate changes that happen before the customer is billed.    
paidexternally VARCHAR2 16     Flag which indicates if this time will be or has been paid to the employee outside of NetSuite.    
payrollitem NUMBER 38 0   Payroll item identifier that applies to the time entry record. DW_NS_payrollItem_D id
rate NUMBER       The rate specified in the time entry record.    
subsidiary NUMBER 38 0   Subsidiary identifier associated with this transaction. DW_NS_subsidiary_D id
timemodified VARCHAR2 16     Flag which indicates if the time on the tracking record was modified.    
timetype VARCHAR2 32     The type of time transaction. DW_NS_TimelineType_D type
trandate TIMESTAMP       Posting or occurring date of this transaction.    
journal NUMBER 38 0   The Journal transaction identifier resulted from posting the time tracking record. DW_NS_JOURNAL_F id
posted VARCHAR2 32     Flag which indicates if the time transaction is posted.    
vendor NUMBER 38 0   Vendor identifier associated with this transaction. DW_NS_vendor_D id
approvalstatus NUMBER 38 0   Transaction approval status identifier. DW_NS_timeLineApprovalStatus_D key
enddate TIMESTAMP       Transaction end date: the date the project is finished.    
startdate TIMESTAMP       Start Date which is used to autofill the related downstream transaction (e.g. If a sales order includes a Start Date and End Date, those dates autofill on the invoice or cash sale when the order is billed ).    
price_level NUMBER 38 0   The configurable price level from which the rate on the time tracking record can be derived. DW_NS_priceLevel_D id
entity NUMBER 38 0   Entity identifier, Types could be Customer, Partner, Vendor, Employee. DW_NS_entity_D id
name VARCHAR2 999     The name of the transaction.    
timesheet_date TIMESTAMP            
project NUMBER 38 0   Project identifier. DW_NS_job_D id
projecttask NUMBER 38 0   The project task identifier upon which the time was spent on. DW_NS_projectTask_D id
projecttask_title VARCHAR2 512          
is_projecttask VARCHAR2 16     Flag to indicate if the associated activity is a project task.    
support_case NUMBER 38 0   The support case identifier upon which the time was spent on. DW_NS_SUPPORT_CASE_F id
is_support_case VARCHAR2 16     Flag to indicate if the associated activity is a support case.    
manufacturingoperationtask NUMBER 38 0   The manufacturing operation task identifier upon which the time was spent on. DW_NS_manufacturingOperationTask_F id
is_manufacturingoperationtask VARCHAR2 16     Flag to indicate if the associated activity is a manufacturing operation task.    
employee NUMBER 38 0   Employee identifier associated with the transaction. DW_NS_employee_D id
entity_group NUMBER 38 0   The entity group identifier whose time was being recorded in the time transaction. DW_NS_entityGroup_D id

Copyright © 2019, 2025, Oracle and/or its affiliates.