[Home] [Help]
[Dependency Information]
Object Name: | IGS_EN_UNIT_SET_STAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_EN_UNIT_SET_STAT describes the user-defined unit set statuses, for example, current, suspended. These map back onto the system unit set statuses, to provide the system with the ability to have a large number of statuses that maps back to the system functionality.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_EN_UNIT_SET_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_SET_STATUS | VARCHAR2 | (10) | Yes | Describes the user-defined unit set statuses. The unit set status is attributed to each version to define its currency in the system. |
S_UNIT_SET_STATUS | VARCHAR2 | (10) | Yes | Describes the system unit set status of the user-defined value. This can be either PLANNED, INACTIVE, or ACTIVE. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Provides a description of the statuses used to classify unit sets. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies whether the unit set status is open or closed. Setting the checkbox ticked closes the unit set status and prevents further unit sets from being assigned to the status. |
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 UNIT_SET_STATUS
, S_UNIT_SET_STATUS
, DESCRIPTION
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_UNIT_SET_STAT;
IGS.IGS_EN_UNIT_SET_STAT does not reference any database object
IGS.IGS_EN_UNIT_SET_STAT is referenced by following:
|
|
|