ShiftDetail
Time shifts may have details specifying the working and nonworking time on a workday. Shift details can include breaks and lunch periods of time.
Label, Plural Label
Shift Detail, Shift Details
Qualified Label, Qualified Plural Label
Shift Detail, Shift Details
Module
oraScmCoreSchedule
Keys
-
$primary: id
Fields
* Field can't be null- coreWorkFlag (boolean)*
Contains one of the following values: true or false. If true, then the shift detail is core working time. If false, then the shift detail isn't core working time. The default value is false.
Label
Core Work Flag
Properties
- not nullable
- createdBy (string)*
The user who created the record.
Label
Created By
Properties
- not nullable
- duration (int64)
Time in microseconds of the duration of the shift detail.
Label
Duration
- durationUnit (enumeration: TimeUnit)
Unit of time to associate with the time-duration value.
Label
Duration Unit
Type
-
Module: oraScmCoreSchedule
-
Enumeration Type: TimeUnit
Valid Values
- DAYS
- HOURS
- MINUTES
- WEEKS
-
- endTime (int64)
Time in microseconds from midnight when the shift detail ends.
Label
End Time
- id (int64)*
Value that uniquely identifies the shift detail. It's a primary key that the application generates when it creates a shift detail. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- maximumBreakMinutes (int64)
Maximum number of minutes that you may take as a break in the shift detail.
Label
Maximum Break (Minutes)
- minimumBreakMinutes (int64)
Minimum number of minutes that you may take as a break in the shift detail.
Label
Minimum Break (Minutes)
- name (string)*
Name of the shift detail.
Label
Name
Properties
- not nullable
- startTime (int64)
Time in microseconds from midnight when the shift detail starts.
Label
Start Time
- timeCreated (date-time)*
The date and time when the record was created.
Label
Creation Date
Properties
- searchable
- sortable
- not nullable
- timeUpdated (date-time)*
The date and time when the record was last updated.
Label
Last Updated Date
Properties
- searchable
- sortable
- not nullable
- updatedBy (string)*
The user who last updated the record.
Label
Last Updated By
Properties
- not nullable
Reference Objects
REST Resources
| Version | REST Resource Name |
|---|---|
| v1 |
shiftDetails |
Business Views
** Available for extracting data- default
Data Source
RDBMS
Fields
- id (int64)
Value that uniquely identifies the shift detail. It's a primary key that the application generates when it creates a shift detail. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- id (int64)
- shiftDetailsExtract**
Time shifts may have details specifying the working and nonworking time on a workday. Shift details can include breaks and lunch periods of time.
Label
Shift Details
Data Source
Read-optimized data store
Fields
- coreWorkFlag (boolean)
Contains one of the following values: true or false. If true, then the shift detail is core working time. If false, then the shift detail isn't core working time. The default value is false.
Label
Core Work Flag
Properties
- not nullable
- createdBy (string)
The user who created the record.
Label
Created By
Properties
- not nullable
- duration (int64)
Time in microseconds of the duration of the shift detail.
Label
Duration
- durationUnit (enumeration: TimeUnit)
Unit of time to associate with the time-duration value.
Label
Duration Unit
Type
-
Module: oraScmCoreSchedule
-
Enumeration Type: TimeUnit
Valid Values
- DAYS
- HOURS
- MINUTES
- WEEKS
-
- endTime (int64)
Time in microseconds from midnight when the shift detail ends.
Label
End Time
- id (int64)
Value that uniquely identifies the shift detail. It's a primary key that the application generates when it creates a shift detail. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- maximumBreakMinutes (int64)
Maximum number of minutes that you may take as a break in the shift detail.
Label
Maximum Break (Minutes)
- minimumBreakMinutes (int64)
Minimum number of minutes that you may take as a break in the shift detail.
Label
Minimum Break (Minutes)
- name (string)
Name of the shift detail.
Label
Name
Properties
- not nullable
- startTime (int64)
Time in microseconds from midnight when the shift detail starts.
Label
Start Time
- timeCreated (date-time)
The date and time when the record was created.
Label
Creation Date
Properties
- searchable
- sortable
- not nullable
- timeUpdated (date-time)
The date and time when the record was last updated.
Label
Last Updated Date
Properties
- searchable
- sortable
- not nullable
- updatedBy (string)
The user who last updated the record.
Label
Last Updated By
Properties
- not nullable
Reference Object
- shift (Shift)
Object reference to the associated parent shift.
Business Object
ShiftFields
- id (int64)
Value that uniquely identifies the shift. It's a primary key that the application generates when it creates a shift. This attribute is required.
Label
ID
Properties
- creatable
- searchable
- sortable
- not nullable
- id (int64)
- coreWorkFlag (boolean)
Other Properties
| Property | Value |
|---|---|
| Application Package Name | ora_scm_core_schedule |
| Extensible | No |