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


TABLE: ASG.ASG_DEPT

Object Details
Object Name: ASG_DEPT
Object Type: TABLE
Owner: ASG
FND Design Data: TableASG.ASG_DEPT
Subobject Name:
Status: VALID


sample table


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_DEPT_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnDEPTNO
Columns
Name Datatype Length Mandatory Comments
DEPTNO NUMBER
Yes pk of table
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_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).
DNAME VARCHAR2 (30)
department name
LOC VARCHAR2 (30)
location
Query Text

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


SELECT DEPTNO
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      DNAME
,      LOC
FROM ASG.ASG_DEPT;

Dependencies

[top of page]

ASG.ASG_DEPT does not reference any database object

ASG.ASG_DEPT is referenced by following:

SchemaAPPS
SynonymASG_DEPT