[Home] [Help]
[Dependency Information]
| Object Name: | XDP_SERVICE_PKG_DET_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | XDP |
| FND Design Data: | XDP.XDP_SERVICE_PKG_DET_TL
|
| 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_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XDP_SERVICE_PKG_DET_TL_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
PACKAGE_ID
SERVICE_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PACKAGE_ID | NUMBER | Yes | Unique identifier for the package | |
| SERVICE_ID | NUMBER | Yes | Unique identifier for the service | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language of the text. The language to which things are translated |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language from which things are translated |
| DESCRIPTION | VARCHAR2 | (2000) | Language dependent description of the service package combination | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PACKAGE_ID
, SERVICE_ID
, LANGUAGE
, SOURCE_LANG
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
FROM XDP.XDP_SERVICE_PKG_DET_TL;
XDP.XDP_SERVICE_PKG_DET_TL does not reference any database object
XDP.XDP_SERVICE_PKG_DET_TL is referenced by following:
APPS
XDP_SERVICE_PKG_DET_TL
|
|
|
|