[Home] [Help]
[Dependency Information]
Object Name: | IGS_PS_UNIT_STAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This entity describes the user-defined unit statuses. E.g. Current, Suspended. These map back onto the system unit statuses, to provide the system with the ability to have a large number of statuses, which tie back to the system functionality.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PS_UNIT_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
UNIT_STATUS | VARCHAR2 | (10) | Yes | Describes the user-defined unit statuses. The unit status is attributed to each version to define its currency in the system. Unit status will map back onto the system unit statuses that will define the attached functionality. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the institution-defined unit status. |
S_UNIT_STATUS | VARCHAR2 | (10) | Yes | System-defined unit status. Each institution-defined unit status is mapped to a system status. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Indicator that specifies if the unit status is open or closed. |
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_STATUS
, DESCRIPTION
, S_UNIT_STATUS
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_UNIT_STAT;
IGS.IGS_PS_UNIT_STAT does not reference any database object
IGS.IGS_PS_UNIT_STAT is referenced by following:
|
|
|