[Home] [Help]
[Dependency Information]
| Object Name: | IGS_CA_STAT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_CA_STAT
|
| Subobject Name: | |
| Status: | VALID |
IGS_CA_STAT describes user-defined calendar statuses, which map to system-defined calendar statuses.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_CA_STAT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CAL_STATUS
|
| IGS_CA_STAT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
S_CAL_STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAL_STATUS | VARCHAR2 | (10) | Yes | Institution-defined name of a status assigned to a calendar instance. The status of a calendar instance indicates its level of activity. Each status is mapped to a system-defined calendar status. For example, the institution-defined status CURRENT may be mapped to the system status ACTIVE. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | Description of a calendar status assigned to a calendar. The status of a calendar instance indicates its level of activity. Each status is mapped to a system-defined calendar status. For example, the institution-defined status CURRENT may be mapped to the system status ACTIVE. |
| S_CAL_STATUS | VARCHAR2 | (30) | Yes | Preset code for a system-defined calendar instance status. Each institution-defined calendar status is mapped to a system status. |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the calendar status is open or closed. Setting the checkbox to 'closed' prevents use of the status in new or modified calendar instance records. |
| 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 CAL_STATUS
, DESCRIPTION
, S_CAL_STATUS
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_CA_STAT;
IGS.IGS_CA_STAT does not reference any database object
IGS.IGS_CA_STAT is referenced by following:
APPS
IGS_CA_STAT
|
|
|
|