[Home] [Help]
[Dependency Information]
| Object Name: | FEM_TAB_LOADER_DEFAULTS |
|---|---|
| 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_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FEM_TAB_LOADER_DEFAULTS_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
INTERFACE_TABLE_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTERFACE_TABLE_NAME | VARCHAR2 | (30) | Yes | Interface table name for which the defaults apply |
| LEDGER_DISPLAY_CODE | VARCHAR2 | (150) | Non translatable alphanumeric identifier of the default Ledger member for external data loads | |
| DATASET_DISPLAY_CODE | VARCHAR2 | (150) | Non translatable alphanumeric identifier of the default Dataset member for external data loads | |
| CCTR_ORG_DISPLAY_CODE | VARCHAR2 | (150) | Non translatable alphanumeric identifier of the default Company Cost Center Organization member for external data loads | |
| CURRENCY_CODE | VARCHAR2 | (15) | Non translatable alphanumeric identifier of the default Currency member for external data loads | |
| CURRENCY_TYPE_CODE | VARCHAR2 | (30) | Non translatable alphanumeric identifier of the Currency Type for external data loads | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Framework required column for external data loads | |
| CREATION_DATE | DATE | Yes | Creation date of the record | |
| CREATED_BY | NUMBER | (15) | Yes | User that created the record |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | User that last modified the record |
| LAST_UPDATE_DATE | DATE | Yes | Date on which the record was last modified | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Login user that last modified the record |
Cut, paste (and edit) the following text to query this object:
SELECT INTERFACE_TABLE_NAME
, LEDGER_DISPLAY_CODE
, DATASET_DISPLAY_CODE
, CCTR_ORG_DISPLAY_CODE
, CURRENCY_CODE
, CURRENCY_TYPE_CODE
, OBJECT_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM FEM.FEM_TAB_LOADER_DEFAULTS;
FEM.FEM_TAB_LOADER_DEFAULTS does not reference any database object
FEM.FEM_TAB_LOADER_DEFAULTS is referenced by following:
APPS
FEM_TAB_LOADER_DEFAULTS
|
|
|
|