[Home] [Help]
[Dependency Information]
| Object Name: | EDW_MTL_ILDM_PCMP_LSTG |
|---|---|
| Object Type: | TABLE |
| Owner: | OPI |
| FND Design Data: | OPI.EDW_MTL_ILDM_PCMP_LSTG
|
| Subobject Name: | |
| Status: | VALID |
Staging Table for the PCMP (Process Company) level of the ILDM (Inventory Locator Dimension)
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EDW_MTL_ILDM_PCMP_LSTG_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
COLLECTION_STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COLLECTION_STATUS | VARCHAR2 | (30) | Collection Status [EDW tracking attribute] of this row | |
| CREATION_DATE | DATE | Creation Date of Inventory Location record on OLTP | ||
| DESCRIPTION | VARCHAR2 | (500) | Description of Inventory Organization Parent Group | |
| ERROR_CODE | VARCHAR2 | (2000) | No Longer Used | |
| INSTANCE_CODE | VARCHAR2 | (40) | Instance from which this row was pushed | |
| LAST_UPDATE_DATE | DATE | Last Update Date of Inventory Location record on OLTP | ||
| NAME | VARCHAR2 | (500) | Inventory Organization Parent Group Name | |
| OPERATING_UNIT_FK | VARCHAR2 | (120) | Foreign Key to Operating Unit Level (next higher level in dimension) | |
| OPERATING_UNIT_FK_KEY | NUMBER | Surrogate Foreign key to Operating Unit level | ||
| OPERATION_CODE | VARCHAR2 | (30) | EDW-internal Indicator for operation to perform | |
| OPM_COMPANY_CODE | VARCHAR2 | (120) | Organization Code of the Inventory Organization Parent Group | |
| OPM_COMPANY_DP | VARCHAR2 | (240) | EDW-internal ID for Inventory Organization Parent Group | |
| OPM_COMPANY_NAME | VARCHAR2 | (500) | Name of the Inventory Organization Parent Group | |
| OPM_COMPANY_PK | VARCHAR2 | (120) | Primary Key of Inventory Organization Parent Group, unique across instances and system types | |
| OPM_COMPANY_PK_KEY | NUMBER | Surrogate Primary Key for Inventory Organization Parent Group, EDW-assigned | ||
| REQUEST_ID | NUMBER | Standard Row WHO Column | ||
| ROW_ID | VARCHAR2 | (20) | EDW-internal ID for Inventory Organization Parent Group | |
| USER_ATTRIBUTE1 | VARCHAR2 | (240) | 1st Flexfield from Inventory Org Parent Group record on OLTP | |
| USER_ATTRIBUTE2 | VARCHAR2 | (240) | 2nd Flexfield from Inventory Org Parent Group record on OLTP | |
| USER_ATTRIBUTE3 | VARCHAR2 | (240) | 3rd Flexfield from Inventory Org Parent Group record on OLTP | |
| USER_ATTRIBUTE4 | VARCHAR2 | (240) | 4th Flexfield from Inventory Org Parent Group record on OLTP | |
| USER_ATTRIBUTE5 | VARCHAR2 | (240) | 5th Flexfield from Inventory Org Parent Group record on OLTP |
Cut, paste (and edit) the following text to query this object:
SELECT COLLECTION_STATUS
, CREATION_DATE
, DESCRIPTION
, ERROR_CODE
, INSTANCE_CODE
, LAST_UPDATE_DATE
, NAME
, OPERATING_UNIT_FK
, OPERATING_UNIT_FK_KEY
, OPERATION_CODE
, OPM_COMPANY_CODE
, OPM_COMPANY_DP
, OPM_COMPANY_NAME
, OPM_COMPANY_PK
, OPM_COMPANY_PK_KEY
, REQUEST_ID
, ROW_ID
, USER_ATTRIBUTE1
, USER_ATTRIBUTE2
, USER_ATTRIBUTE3
, USER_ATTRIBUTE4
, USER_ATTRIBUTE5
FROM OPI.EDW_MTL_ILDM_PCMP_LSTG;
OPI.EDW_MTL_ILDM_PCMP_LSTG does not reference any database object
OPI.EDW_MTL_ILDM_PCMP_LSTG is referenced by following:
APPS
EDW_MTL_ILDM_PCMP_LSTG
|
|
|
|