ScheduleAssignedWorkdayPattern
Set of workday patterns assigned to a schedule.
Label, Plural Label
Schedule Assigned Workday Pattern, Schedule Assigned Workday Patterns
Qualified Label, Qualified Plural Label
Schedule Assigned Workday Pattern, Schedule Assigned Workday Patterns
Module
oraScmCoreSchedule
Keys
-
$primary: id
Fields
* Field can't be null- createdBy (string)*
The user who created the record.
Label
Created By
Properties
- not nullable
- id (int64)*
Value that uniquely identifies the pattern assignment to the parent schedule. It's a primary key that the application generates when a pattern is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- patternSequenceNumber (int64)*
Number that identifies the sequence order of each pattern assigned to a schedule.
Label
Pattern Sequence Number
Properties
- not nullable
- 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
- pattern (object)
Object reference to the associated workday pattern that's assigned to the schedule.
Label
Workday Pattern
Cardinality Target Object One to One - Module: oraScmCoreSchedule
- Business Object: WorkdayPattern
Additional Mapping Details
Field in Current Object Field in Target Object patternId id - schedule (object)
REST Resources
| Version | REST Resource Name |
|---|---|
| v1 |
scheduleAssignedWorkdayPatterns |
Business Views
** Available for extracting data- default
Data Source
RDBMS
Fields
- id (int64)
Value that uniquely identifies the pattern assignment to the parent schedule. It's a primary key that the application generates when a pattern is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- id (int64)
- scheduleAssignedWorkdayPatternsExtract**
Set of workday patterns assigned to a schedule.
Label
Schedule Assigned Workday Patterns
Data Source
Read-optimized data store
Fields
- createdBy (string)
The user who created the record.
Label
Created By
Properties
- not nullable
- id (int64)
Value that uniquely identifies the pattern assignment to the parent schedule. It's a primary key that the application generates when a pattern is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- patternSequenceNumber (int64)
Number that identifies the sequence order of each pattern assigned to a schedule.
Label
Pattern Sequence Number
Properties
- not nullable
- 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
- pattern (WorkdayPattern)
Object reference to the associated workday pattern that's assigned to the schedule.
Business Object
WorkdayPatternFields
- id (int64)
Value that uniquely identifies the workday pattern. It's a primary key that the application generates when it creates a pattern. This attribute is required.
Label
ID
Properties
- creatable
- searchable
- sortable
- not nullable
- id (int64)
- schedule (Schedule)
Object reference to the associated parent schedule that the workday pattern is assigned to.
Business Object
ScheduleFields
- id (int64)
Value that uniquely identifies the schedule. It's a primary key that the application generates when it creates a schedule. This attribute is required.
Label
ID
Properties
- creatable
- searchable
- sortable
- not nullable
- id (int64)
- createdBy (string)
Other Properties
| Property | Value |
|---|---|
| Application Package Name | ora_scm_core_schedule |
| Extensible | No |