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


TABLE: IGI.IGI_DOS_ITEMS

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
DOSSIER_ID NUMBER
Yes Dossier identifier
SOB_ID NUMBER

Set of Books identifier
ITEM_TYPE VARCHAR2 (30) Yes Item type
ITEM_REFERENCE VARCHAR2 (30) Yes Item reference
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).
ITEM_TEXT LONG (0) Yes Item text
Query Text

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


SELECT DOSSIER_ID
,      SOB_ID
,      ITEM_TYPE
,      ITEM_REFERENCE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      ITEM_TEXT
FROM IGI.IGI_DOS_ITEMS;

Dependencies

[top of page]

IGI.IGI_DOS_ITEMS does not reference any database object

IGI.IGI_DOS_ITEMS is referenced by following:

SchemaAPPS
SynonymIGI_DOS_ITEMS