[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_TIMESLOT_PREF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_TIMESLOT_PREF
|
| Subobject Name: | |
| Status: | VALID |
This entity is used to capture the Preferences associated with a particular Priority.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_TIMESLOT_PREF_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
IGS_EN_TIMESLOT_PREF_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| IGS_EN_TIMESLOT_PREF_ID | NUMBER | (15) | Yes | Identifier that is used to uniquely identify a Preference. |
| IGS_EN_TIMESLOT_PRTY_ID | NUMBER | (15) | Yes | A Priority Identifier that is associated with a particular Preference. |
| PREFERENCE_ORDER | NUMBER | (6) | Yes | The Preference Order associated with a particular Preference. |
| PREFERENCE_CODE | VARCHAR2 | (10) | Yes | The Preference Code associated with a particular Preference. |
| PREFERENCE_VERSION | NUMBER | (3) | The Preference Version associated with a particular Preference. | |
| 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. | |
| SEQUENCE_NUMBER | NUMBER | (6) | Sequence number of the corresponding Calendar in the Preference code. |
Cut, paste (and edit) the following text to query this object:
SELECT IGS_EN_TIMESLOT_PREF_ID
, IGS_EN_TIMESLOT_PRTY_ID
, PREFERENCE_ORDER
, PREFERENCE_CODE
, PREFERENCE_VERSION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SEQUENCE_NUMBER
FROM IGS.IGS_EN_TIMESLOT_PREF;
IGS.IGS_EN_TIMESLOT_PREF does not reference any database object
IGS.IGS_EN_TIMESLOT_PREF is referenced by following:
APPS
IGS_EN_TIMESLOT_PREF
|
|
|
|