[Home] [Help]
[Dependency Information]
| Object Name: | FEM_AGENCIES_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | FEM |
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FEM_AGENCIES_TL_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AGENCY_ID
LANGUAGE
|
| FEM_AGENCIES_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AGENCY_NAME
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGENCY_ID | NUMBER | Yes | Agency member identifier | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of the translatable name and description |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Original language of name and description prior to translation |
| AGENCY_NAME | VARCHAR2 | (150) | Yes | Agency member name |
| DESCRIPTION | VARCHAR2 | (255) | Translatable description of the member | |
| CREATION_DATE | DATE | Yes | Identifies the date on which the row was created | |
| CREATED_BY | NUMBER | (15) | Yes | Identifies the user that created the row |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Identifies the user that last modified the row |
| LAST_UPDATE_DATE | DATE | Yes | Identifies the date on which the row was last modified | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Identifies the login user that last modified the row |
Cut, paste (and edit) the following text to query this object:
SELECT AGENCY_ID
, LANGUAGE
, SOURCE_LANG
, AGENCY_NAME
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_AGENCIES_TL;
FEM.FEM_AGENCIES_TL does not reference any database object
FEM.FEM_AGENCIES_TL is referenced by following:
APPS
FEM_AGENCIES_TL
|
|
|
|