[Home] [Help]
[Dependency Information]
Object Name: | EDW_MTL_ILDM_PCMP_LCV |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Source View for Inventory Organization Parent Group Level of Inventory Locator Dimension
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPM_COMPANY_PK | VARCHAR2 | (74) | Primary key on the inventory organization parent group, unique across instances and system types. | |
INSTANCE_CODE | VARCHAR2 | (30) | Instance from which this row was pushed. | |
OPERATING_UNIT_FK | VARCHAR2 | (71) | Foreign key on the operating unit level (next higher level in dimension). | |
OPM_COMPANY_CODE | VARCHAR2 | (4) | Organization code of the inventory organization parent group. | |
OPM_COMPANY_NAME | VARCHAR2 | (483) | Name of the inventory organization parent group. | |
DESCRIPTION | VARCHAR2 | (483) | Description of the inventory organization parent group. | |
OPM_COMPANY_DP | VARCHAR2 | (40) | EDW-internal Identifier for the inventory organization parent group. | |
NAME | VARCHAR2 | (483) | Inventory organization parent group name. | |
CREATION_DATE | DATE | Standard WHO column. | ||
LAST_UPDATE_DATE | DATE | Standard WHO column. | ||
USER_ATTRIBUTE1 | VARCHAR2 | (0) | First flexfield from the inventory organization parent group record on OLTP. | |
USER_ATTRIBUTE2 | VARCHAR2 | (0) | Second flexfield from the inventory organization parent group record on OLTP. | |
USER_ATTRIBUTE3 | VARCHAR2 | (0) | Third flexfield from the inventory organization parent group record on OLTP. | |
USER_ATTRIBUTE4 | VARCHAR2 | (0) | Fourth flexfield from the inventory organization parent group record on OLTP. | |
USER_ATTRIBUTE5 | VARCHAR2 | (0) | Fifth flexfield from the inventory organization parent group record on OLTP. |
Cut, paste (and edit) the following text to query this object:
SELECT OPM_COMPANY_PK
, INSTANCE_CODE
, OPERATING_UNIT_FK
, OPM_COMPANY_CODE
, OPM_COMPANY_NAME
, DESCRIPTION
, OPM_COMPANY_DP
, NAME
, CREATION_DATE
, LAST_UPDATE_DATE
, USER_ATTRIBUTE1
, USER_ATTRIBUTE2
, USER_ATTRIBUTE3
, USER_ATTRIBUTE4
, USER_ATTRIBUTE5
FROM APPS.EDW_MTL_ILDM_PCMP_LCV;
APPS.EDW_MTL_ILDM_PCMP_LCV is not referenced by any database object
|
|
|