[Home] [Help]
[Dependency Information]
| Object Name: | FND_DATABASE_ASSIGNMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.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'.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_DATABASE_ASSIGNMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
DB_GUID
ASSIGNMENT
|
| 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 |
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;
APPLSYS.FND_DATABASE_ASSIGNMENTS does not reference any database object
APPLSYS.FND_DATABASE_ASSIGNMENTS is referenced by following:
APPLSYS
FND_DATABASE_ASSIGNMENTS#
|
|
|
|