[Home] [Help]
[Dependency Information]
Object Name: | IGS_CA_DA_INST_PAIR |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_CA_DA_INST_PAIR stores the pairing of two date alias instances and enables the definition of a period of time inclusive of the two date aliases.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_CA_DA_INST_PAIR_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
IGS_CA_DA_INST_PAIR_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DT_ALIAS | VARCHAR2 | (10) | Yes | Name of an event, not an actual date value. Each date alias is assigned a date alias category and may be assigned a calendar category. |
DAI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | System-generated number that is used to identify the date alias instance for that an offset is being defined. |
CAL_TYPE | VARCHAR2 | (10) | Yes | Calendar type of calendar instance in that the context date alias instance occurs. A calendar type is an institution-defined name of a type of calendar used within the organization. |
CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | System-generated number that is used to identify the calendar instance in that the date alias instance occurs. |
RELATED_DT_ALIAS | VARCHAR2 | (10) | Yes | Name of the date alias that is paired with the context datealias instance. The pairing of two date alias instances enables thedefinition of a period of time inclusive of the two instances. For example, pairing of the two date alias instances START SEMESTERBREAK, and END SEMESTER BREAK in a HOLIDAY calendar. This has theeffect of defining an 'institutional break', one of the available datealias instance offset constraint types. |
RELATED_DAI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | System-generated number that is used to identify the offset date alias instance. |
RELATED_CAL_TYPE | VARCHAR2 | (10) | Yes | Name of the calendar containing the paired or related date alias. |
RELATED_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | System-generated number that is used to identify the calendar instance in that the date alias instance occurs. |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT DT_ALIAS
, DAI_SEQUENCE_NUMBER
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, RELATED_DT_ALIAS
, RELATED_DAI_SEQUENCE_NUMBER
, RELATED_CAL_TYPE
, RELATED_CI_SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CA_DA_INST_PAIR;
IGS.IGS_CA_DA_INST_PAIR does not reference any database object
IGS.IGS_CA_DA_INST_PAIR is referenced by following:
|
|
|