[Home] [Help]
[Dependency Information]
| Object Name: | CSM_AD_SEARCH_TITLE_ACC |
|---|---|
| Object Type: | TABLE |
| Owner: | CSM |
| 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: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCESS_ID | NUMBER | Yes | Unique identifier for Access | |
| SEARCH_TYPE | VARCHAR2 | (1) | Yes | Indicates the value for search type |
| LEVEL_ID | NUMBER | Unique identifier for level | ||
| LEVEL_VALUE | NUMBER | Indicates the value for level | ||
| USER_ID | NUMBER | Yes | Unique identifier for user | |
| COUNTER | NUMBER | Yes | Indicates the number of times the combination of a particular user & level id has been inserted. | |
| CREATION_DATE | DATE | Yes | Indicates the Date when the record was inserted. | |
| CREATED_BY | NUMBER | Yes | Indicates the user who created the record | |
| LAST_UPDATE_DATE | DATE | Yes | Indicates the Date when the record was last updated | |
| LAST_UPDATED_BY | NUMBER | Yes | Indicates the user who had done the last update | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Indicates the user who had done the last update |
Cut, paste (and edit) the following text to query this object:
SELECT ACCESS_ID
, SEARCH_TYPE
, LEVEL_ID
, LEVEL_VALUE
, USER_ID
, COUNTER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM CSM.CSM_AD_SEARCH_TITLE_ACC;
CSM.CSM_AD_SEARCH_TITLE_ACC does not reference any database object
CSM.CSM_AD_SEARCH_TITLE_ACC is referenced by following:
APPS
CSM_AD_SEARCH_TITLE_ACC
|
|
|
|