[Home] [Help]
[Dependency Information]
| Object Name: | AK_CUSTOMIZATIONS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | AK.AK_CUSTOMIZATIONS_VL
|
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row ID. | |
| CUSTOMIZATION_APPLICATION_ID | NUMBER | (15) | Yes | Application Id where customization will be used. |
| CUSTOMIZATION_CODE | VARCHAR2 | (30) | Yes | Customization Code of a given customization. |
| CUSTOMIZATION_APPL_SHORT_NAME | VARCHAR2 | (50) | Yes | Application short name |
| CUSTOMIZATION_APPL_NAME | VARCHAR2 | (240) | Yes | Name of application |
| CUSTOMIZATION_NAME | VARCHAR2 | (80) | Yes | Customization Name. |
| CUSTOMIZATION_DESCRIPTION | VARCHAR2 | (2000) | Customization Description | |
| REGION_APPLICATION_ID | NUMBER | (15) | Yes | Application Id where the region will be used |
| REGION_CODE | VARCHAR2 | (30) | Yes | Region Code for a given region. |
| REGION_APPL_SHORT_NAME | VARCHAR2 | (50) | Yes | Application short name |
| REGION_APPL_NAME | VARCHAR2 | (240) | Yes | Name of application. |
| REGION_NAME | VARCHAR2 | (80) | Yes | Customization Name. |
| REGION_DESCRIPTION | VARCHAR2 | (2000) | Customization Description. | |
| VERTICALIZATION_ID | VARCHAR2 | (150) | Verticalization Id. Populated for a verticalization customization. | |
| LOCALIZATION_CODE | VARCHAR2 | (150) | Localization Code. Populated for a localization level customization. | |
| ORG_ID | NUMBER | (15) | Org Id. Populated for an org level customization. | |
| SITE_ID | NUMBER | (15) | Site Id. Populated for a site level customization. | |
| RESPONSIBILITY_ID | NUMBER | (15) | Responsibility Id. Populated for a responsibility level customization. | |
| WEB_USER_ID | NUMBER | (15) | User Id. Populated for user level customization. | |
| REFERENCE_PATH | VARCHAR2 | (100) | Reference path for the specific portlet. This column will be populated with the reference path for portlet customizations. | |
| DEFAULT_CUSTOMIZATION_FLAG | VARCHAR2 | (1) | Default Customization. Populated for user level customization. | |
| CUSTOMIZATION_LEVEL_ID | NUMBER | (15) | Yes | Level Id to indicate the level of customization. |
| 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) | Yes | Standard Who Column. |
| START_DATE_ACTIVE | DATE | Yes | Standard Who Column. | |
| END_DATE_ACTIVE | DATE | Standard Who Column. | ||
| FUNCTION_NAME | VARCHAR2 | (30) | Function Name. Populated for function level customization. | |
| DEVELOPER_MODE | VARCHAR2 | (1) | This specifies whether a specific customization is created by a developer or not. |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CUSTOMIZATION_APPLICATION_ID
, CUSTOMIZATION_CODE
, CUSTOMIZATION_APPL_SHORT_NAME
, CUSTOMIZATION_APPL_NAME
, CUSTOMIZATION_NAME
, CUSTOMIZATION_DESCRIPTION
, REGION_APPLICATION_ID
, REGION_CODE
, REGION_APPL_SHORT_NAME
, REGION_APPL_NAME
, REGION_NAME
, REGION_DESCRIPTION
, VERTICALIZATION_ID
, LOCALIZATION_CODE
, ORG_ID
, SITE_ID
, RESPONSIBILITY_ID
, WEB_USER_ID
, REFERENCE_PATH
, DEFAULT_CUSTOMIZATION_FLAG
, CUSTOMIZATION_LEVEL_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, FUNCTION_NAME
, DEVELOPER_MODE
FROM APPS.AK_CUSTOMIZATIONS_VL;
APPS
AK_CUSTOMIZATIONS
AK_CUSTOMIZATIONS_TL
AK_REGIONS_TL
FND_APPLICATION_VL
APPS.AK_CUSTOMIZATIONS_VL is not referenced by any database object
|
|
|
|