[Home] [Help]
[Dependency Information]
| Object Name: | FEM_AGENCIES_B |
|---|---|
| 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_B_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AGENCY_ID
|
| FEM_AGENCIES_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AGENCY_DISPLAY_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGENCY_ID | NUMBER | Yes | Agency member identifier | |
| AGENCY_DISPLAY_CODE | VARCHAR2 | (150) | Yes | Agency member display code |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | A yes designates that the member is active and available, while a no designates that the member is not available for use within the system |
| PERSONAL_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the Dimension member is a personal member available only to the Created By user |
| READ_ONLY_FLAG | VARCHAR2 | (1) | Yes | Designates whether or not the Dimension member is protected from update |
| 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 | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Object Version Number for stale data detection |
Cut, paste (and edit) the following text to query this object:
SELECT AGENCY_ID
, AGENCY_DISPLAY_CODE
, ENABLED_FLAG
, PERSONAL_FLAG
, READ_ONLY_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM FEM.FEM_AGENCIES_B;
FEM.FEM_AGENCIES_B does not reference any database object
FEM.FEM_AGENCIES_B is referenced by following:
APPS
FEM_AGENCIES_B
|
|
|
|