ZMM_SR_AVL_EXCEPTIONS_B

Table to store Schedule Exceptions

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZMM_SR_AVL_EXCEPTIONS_B_PK

AVL_EXCEPTION_ID

Columns

Name Datatype Length Precision Not-null Comments
AVL_EXCEPTION_ID NUMBER 18 Yes Unique Id of this availability exception
START_DATE_TIME DATE Yes Start date and time for this particular exception
END_DATE_TIME DATE Yes End date and time for this particular exception
SHORT_TXT VARCHAR2 3 Exception Short Code is a short string that identifies the Exception in the time of visualization.
AVL_EXCP_TYPE_CODE VARCHAR2 30 Local Exception, Global Exception, Global Exception Group, Event, Event Type. Possible values 'LOCAL', 'GLOBAL', 'GLOBAL GROUP', 'EVENT', 'EVENT TYPE'
AVAILABILITY_CODE VARCHAR2 30 Yes Indicates how this exception is changing resources availability. It can have values 'Available', 'Not Available' and 'Tentatively Available'
CATEGORY_CODE VARCHAR2 30 Id of the category of this Exception. Found from FND lookup
WHOLE_DAY_FLAG VARCHAR2 1 Yes Determines whether this is a whole day exception or not.Possible value 'Y' or 'N'
YEARLY_FLAG VARCHAR2 1 Whether the Exception is repeated for next year or not.Possible values 'Y' or 'N'
DELETED_FLAG VARCHAR2 1 This column is to support soft delte in future. Possible values 'Y' or 'N'.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
zmm_sr_sched_avl_excps zmm_sr_avl_exceptions_b AVL_EXCEPTION_ID
zmm_sr_avl_exceptions_tl zmm_sr_avl_exceptions_b AVL_EXCEPTION_ID
zmm_sr_schedule_dtls zmm_sr_avl_exceptions_b AVL_EXCEPTION_ID

Indexes

Index Uniqueness Tablespace Columns
ZMM_SR_AVL_EXCEPTIONS_B_N1 Non Unique Default CATEGORY_CODE
ZMM_SR_AVL_EXCEPTIONS_B_PK Unique Default AVL_EXCEPTION_ID