ScheduleAssignedException
Set of schedule exceptions assigned to a schedule. For example, if the schedule has a schedule exception representing a holiday assigned to it, the holiday would be in this set.
Label, Plural Label
Schedule Assigned Exception, Schedule Assigned Exceptions
Qualified Label, Qualified Plural Label
Schedule Assigned Exception, Schedule Assigned Exceptions
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 schedule exception assignment to the parent schedule. It's a primary key that the application generates when a schedule exception is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- 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
- schedule (object)
- scheduleException (object)
Object reference to the associated schedule exception that's assigned to the schedule.
Label
Schedule Exception
Cardinality Target Object One to One - Module: oraScmCoreSchedule
- Business Object: ScheduleException
Additional Mapping Details
Field in Current Object Field in Target Object scheduleExceptionId id
REST Resources
| Version | REST Resource Name |
|---|---|
| v1 |
scheduleAssignedExceptions |
Business Views
** Available for extracting data- default
Data Source
RDBMS
Fields
- id (int64)
Value that uniquely identifies the schedule exception assignment to the parent schedule. It's a primary key that the application generates when a schedule exception is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- not nullable
- id (int64)
- scheduleAssignedExceptionsExtract**
Set of schedule exceptions assigned to a schedule. For example, if the schedule has a schedule exception representing a holiday assigned to it, the holiday would be in this set.
Label
Schedule Assigned Exceptions
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 schedule exception assignment to the parent schedule. It's a primary key that the application generates when a schedule exception is assigned to a schedule. This attribute is required.
Label
ID
Properties
- searchable
- sortable
- 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
- schedule (Schedule)
Object reference to the associated parent schedule that the exception 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)
- scheduleException (ScheduleException)
Object reference to the associated schedule exception that's assigned to the schedule.
Business Object
ScheduleExceptionFields
- id (int64)
Value that uniquely identifies the schedule exception. It's a primary key that the application generates when it creates an exception. 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 |