[Home] [Help]
[Dependency Information]
| Object Name: | XDP_FULFILL_ACTIONS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | XDP |
| FND Design Data: | XDP.XDP_FULFILL_ACTIONS_TL
|
| Subobject Name: | |
| Status: | VALID |
XDP_FULFILLMENT_ACTIONS_TL is the MLS (Multi-Language Support) table for the XDP_ FULFILLMENT_ACTIONS table.
You can define the display name as well as the description for a given Fulfillment Action in multiple languages.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XDP_FULFILL_ACTIONS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
FULFILLMENT_ACTION_ID
LANGUAGE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FULFILLMENT_ACTION_ID | NUMBER | Yes | Fulfillment Action identifier | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror |
| DISPLAY_NAME | VARCHAR2 | (80) | Yes | Display Name for the Fulfillment Action |
| DESCRIPTION | VARCHAR2 | (2000) | Description | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT FULFILLMENT_ACTION_ID
, LANGUAGE
, SOURCE_LANG
, DISPLAY_NAME
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, ZD_EDITION_NAME
FROM XDP.XDP_FULFILL_ACTIONS_TL;
XDP.XDP_FULFILL_ACTIONS_TL does not reference any database object
XDP.XDP_FULFILL_ACTIONS_TL is referenced by following:
XDP
XDP_FULFILL_ACTIONS_TL#
|
|
|
|