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


TABLE: APPLSYS.FND_DATABASE_ASSIGNMENTS

Object Details
Object Name: FND_DATABASE_ASSIGNMENTS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_DATABASE_ASSIGNMENTS
Subobject Name:
Status: VALID


The Fnd_Database_Assignments table assigns specific functions( e.g APPS,
OEM_REPOSITORY, IAS_INFRASTRUCTURE, etc.) to a database. The functions
that can be assigned are defined in FND_LOOKUPS with lookup_type
'FND_DB_ASSIGNMENTS'.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_DATABASE_ASSIGNMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnDB_GUID
ColumnASSIGNMENT
Columns
Name Datatype Length Mandatory Comments
DB_GUID RAW (16) Yes Foreign key to FND_DATABASES
ASSIGNMENT VARCHAR2 (30) Yes Assignment type (e.g. APPS, OEM_REPOSITORY, IAS_INFRASTRUCTURE, etc.). Assignment types are defined in FND_LOOKUPS with the lookup_type 'FND_DB_ASSIGNMENT'
CREATED_BY NUMBER
Yes Standard "who" column
CREATION_DATE DATE
Yes Standard "who" column
LAST_UPDATED_BY NUMBER
Yes Standard "who" column
LAST_UPDATE_DATE DATE
Yes Standard "who" column
LAST_UPDATE_LOGIN NUMBER
Yes Standard "who" column
Query Text

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


SELECT DB_GUID
,      ASSIGNMENT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPLSYS.FND_DATABASE_ASSIGNMENTS;

Dependencies

[top of page]

APPLSYS.FND_DATABASE_ASSIGNMENTS does not reference any database object

APPLSYS.FND_DATABASE_ASSIGNMENTS is referenced by following:

SchemaAPPS
SynonymFND_DATABASE_ASSIGNMENTS