[Home] [Help]
[Dependency Information]
| Object Name: | AHL_PC_HEADERS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | AHL |
| FND Design Data: | AHL.AHL_PC_HEADERS_TL
|
| Subobject Name: | |
| Status: | VALID |
Translation table for AHL_PC_HEADERS_B.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PC_HEADER_ID | NUMBER | Yes | Unique identifier for the PC | |
| LANGUAGE | VARCHAR2 | (4) | Yes | The defined language code for the row's translated columns |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicates the actual language of the row's translated columns |
| DESCRIPTION | VARCHAR2 | (2000) | Description of the PC | |
| SECURITY_GROUP_ID | NUMBER | Used in application hosting |
Cut, paste (and edit) the following text to query this object:
SELECT PC_HEADER_ID
, LANGUAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SOURCE_LANG
, DESCRIPTION
, SECURITY_GROUP_ID
FROM AHL.AHL_PC_HEADERS_TL;
AHL.AHL_PC_HEADERS_TL does not reference any database object
AHL.AHL_PC_HEADERS_TL is referenced by following:
AHL
AHL_PC_HEADERS_TL#
|
|
|
|