DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_OR_STATUS

Object Details
Object Name: IGS_OR_STATUS
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_OR_STATUS
Subobject Name:
Status: VALID


This entity describes the user-defined organization statuses. E.g. Current, Suspended.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_STATUS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_STATUS
Columns
Name Datatype Length Mandatory Comments
ORG_STATUS VARCHAR2 (10) Yes The name of the organizational unit status. An organizational unit status indicates the level of activity of an organizational unit record. Each must be mapped to a system status active or inactive.
DESCRIPTION VARCHAR2 (60) Yes Describes of the organizational unit status. An organizational unit status indicates the level of activity of an organizational unit record. Each must be mapped to a system status active or inactive.
S_ORG_STATUS VARCHAR2 (10) Yes A system-recognized organizational unit status. Each organizational unit status must be mapped to a system status of inactive or active.
CLOSED_IND VARCHAR2 (1) Yes Indicates and specifies if the organizational unit status is open or closed. Selecting the checkbox to 'closed' prevents use of the status in new or modified organizational unit 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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORG_STATUS
,      DESCRIPTION
,      S_ORG_STATUS
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_STATUS;

Dependencies

[top of page]

IGS.IGS_OR_STATUS does not reference any database object

IGS.IGS_OR_STATUS is referenced by following:

SchemaAPPS
SynonymIGS_OR_STATUS