[Home] [Help]
[Dependency Information]
Object Name: | AHL_SUBSCRIPTIONS_TL |
---|---|
Object Type: | TABLE |
Owner: | AHL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the translated columns of subscription information for a document.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AHL_SUBSCRIPTIONS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SUBSCRIPTION_ID | NUMBER | Yes | Foreign Key to AHL_SUBSCRIPTIONS_B | |
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) | Standard Who column | |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicates the actual language of the row's translated columns |
COMMENTS | VARCHAR2 | (2000) | Comments | |
SECURITY_GROUP_ID | NUMBER | Used in application hosting |
Cut, paste (and edit) the following text to query this object:
SELECT SUBSCRIPTION_ID
, LANGUAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SOURCE_LANG
, COMMENTS
, SECURITY_GROUP_ID
FROM AHL.AHL_SUBSCRIPTIONS_TL;
AHL.AHL_SUBSCRIPTIONS_TL does not reference any database object
AHL.AHL_SUBSCRIPTIONS_TL is referenced by following:
|
|
|