[Home] [Help]
[Dependency Information]
| Object Name: | EDW_MTL_ILDM_PLANT_LCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OPI.EDW_MTL_ILDM_PLANT_LCV
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Source View for Inventory Organization Level of Inventory Locator Dimension
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLANT_PK | VARCHAR2 | (74) | Primary key on the plant. | |
| OPERATING_UNIT_FK | VARCHAR2 | (181) | Foreign key on the operating unit level (next higher level in dimension). | |
| INSTANCE_CODE | VARCHAR2 | (30) | Instance from which the record was collected. | |
| ORGANIZATION_NAME | VARCHAR2 | (483) | Name of the organization that owns the plant. | |
| ORGANIZATION_CODE | VARCHAR2 | (4) | Code of the organization that owns the plant. | |
| DESCRIPTION | VARCHAR2 | (483) | Plant description. | |
| PLANT_DP | VARCHAR2 | (10) | EDW-Internal key for the inventory organization. | |
| NAME | VARCHAR2 | (483) | Plant name. | |
| LAST_UPDATE_DATE | DATE | Standard WHO column. | ||
| CREATION_DATE | DATE | Standard WHO column. | ||
| OPM_ORGANIZATION_FK | VARCHAR2 | (184) | Code of the organization that owns the plant. | |
| USER_ATTRIBUTE1 | VARCHAR2 | (0) | User Defined Attribute1. | |
| USER_ATTRIBUTE2 | VARCHAR2 | (0) | User Defined Attribute2. | |
| USER_ATTRIBUTE3 | VARCHAR2 | (0) | User Defined Attribute3. | |
| USER_ATTRIBUTE4 | VARCHAR2 | (0) | User Defined Attribute4. | |
| USER_ATTRIBUTE5 | VARCHAR2 | (0) | User Defined Attribute5. |
Cut, paste (and edit) the following text to query this object:
SELECT PLANT_PK
, OPERATING_UNIT_FK
, INSTANCE_CODE
, ORGANIZATION_NAME
, ORGANIZATION_CODE
, DESCRIPTION
, PLANT_DP
, NAME
, LAST_UPDATE_DATE
, CREATION_DATE
, OPM_ORGANIZATION_FK
, USER_ATTRIBUTE1
, USER_ATTRIBUTE2
, USER_ATTRIBUTE3
, USER_ATTRIBUTE4
, USER_ATTRIBUTE5
FROM APPS.EDW_MTL_ILDM_PLANT_LCV;
APPS
EDW_LOCAL_INSTANCE
EDW_MTL_ILDM_OU_LCV
FND_PRODUCT_GROUPS
GL_PLCY_MST
HR_ALL_ORGANIZATION_UNITS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
MTL_PARAMETERS
SY_ORGN_MST
APPS.EDW_MTL_ILDM_PLANT_LCV is not referenced by any database object
|
|
|
|