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


TABLE: IGI.IGI_EXP_DU_TYPE_HEADERS_ALL

Object Details
Object Name: IGI_EXP_DU_TYPE_HEADERS_ALL
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_EXP_DU_TYPE_HEADERS_ALL
Subobject Name:
Status: VALID


IGI_EXP_DU_TYPE_HEADERS_ALL stores the headers information for the DU type definition as defined in the form IGIPDUTP


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_EXP_DU_TYPE_HEADERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDU_TYPE_HEADER_ID
IGI_EXP_DU_TYPE_HEADERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDU_TYPE_NAME
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
DU_TYPE_HEADER_ID NUMBER
Yes Sequence generated unique identifier
DU_TYPE_NAME VARCHAR2 (30) Yes Dialog Unit Type Name. Uniqueness must be functionally enforced.
DU_TYPE_DESC VARCHAR2 (100)
Dialog Unit description
APPLICATION_ID NUMBER
Yes Application Identifier
STP_ONLY VARCHAR2 (1) Yes 'Y'es/'N'o indicating whether this DU type should be used only for a single third party site
STP_SITE_ONLY VARCHAR2 (1) Yes 'Y'es/'N'o indicating whether this DU type should be used only for a single third party site
START_DATE DATE
Yes Effective date from which the DU type can be used
END_DATE DATE

Effective date after which the DU type cannot be used
ORG_ID NUMBER

Organization identifier
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT DU_TYPE_HEADER_ID
,      DU_TYPE_NAME
,      DU_TYPE_DESC
,      APPLICATION_ID
,      STP_ONLY
,      STP_SITE_ONLY
,      START_DATE
,      END_DATE
,      ORG_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
FROM IGI.IGI_EXP_DU_TYPE_HEADERS_ALL;

Dependencies

[top of page]

IGI.IGI_EXP_DU_TYPE_HEADERS_ALL does not reference any database object

IGI.IGI_EXP_DU_TYPE_HEADERS_ALL is referenced by following:

SchemaIGI
ViewIGI_EXP_DU_TYPE_HEADERS_ALL#