[Home] [Help]
[Dependency Information]
| Object Name: | EDW_VBH_TEMP3 |
|---|---|
| Object Type: | TABLE |
| Owner: | BIS |
| FND Design Data: | BIS.EDW_VBH_TEMP3
FII.EDW_VBH_TEMP3
|
| Subobject Name: | |
| Status: | VALID |
This is the interface table for GL accounting key flexfield dimension 3. This stores the parent-child pairs coming from all source instances.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EDW_VBH_TEMP3_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
PARENT
CHILD
|
| EDW_VBH_TEMP3_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
CHILD
PARENT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARENT | VARCHAR2 | (240) | Parent accounting flexfield segment value | |
| PARENT_DESC | VARCHAR2 | (240) | Parent description | |
| PARENT_TYPE | VARCHAR2 | (80) | Parent type | |
| CHILD | VARCHAR2 | (240) | Child accounting flexfield segment value | |
| CHILD_DESC | VARCHAR2 | (240) | Child description | |
| CHILD_TYPE | VARCHAR2 | (80) | Child type | |
| PARENT_NAME | VARCHAR2 | (240) | Parent name | |
| CHILD_NAME | VARCHAR2 | (240) | Child name |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT
, PARENT_DESC
, PARENT_TYPE
, CHILD
, CHILD_DESC
, CHILD_TYPE
, PARENT_NAME
, CHILD_NAME
FROM BIS.EDW_VBH_TEMP3;
BIS.EDW_VBH_TEMP3 does not reference any database object
BIS.EDW_VBH_TEMP3 is referenced by following:
APPS
EDW_VBH_TEMP3
|
|
|
|