[Home] [Help]
[Dependency Information]
| Object Name: | QA_PC_ELEMENT_RELATIONSHIP |
|---|---|
| Object Type: | TABLE |
| Owner: | QA |
| FND Design Data: | QA.QA_PC_ELEMENT_RELATIONSHIP
|
| Subobject Name: | |
| Status: | VALID |
This table stores the relationships between parent and child plan elements
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| QA_PC_ELEMENT_RELATIONSHIP_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ELEMENT_RELATIONSHIP_ID
ZD_EDITION_NAME
|
| QA_PC_ELEMENT_RELATIONSHIP_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PLAN_RELATIONSHIP_ID
|
| QA_PC_ELEMENT_RELATIONSHIP_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LINK_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELEMENT_RELATIONSHIP_ID | NUMBER | Yes | Element relationship identifier | |
| PLAN_RELATIONSHIP_ID | NUMBER | Yes | Plan relationship identifier | |
| PARENT_CHAR_ID | NUMBER | Yes | Parent Char Id | |
| CHILD_CHAR_ID | NUMBER | Yes | Child Char Id | |
| ELEMENT_RELATIONSHIP_TYPE | NUMBER | Yes | Element Relationship Type | |
| LINK_FLAG | NUMBER | Yes | Is this part of parent child link? (1=Yes, 2=No) | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard WHO column | |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| CREATED_BY | NUMBER | Yes | Standard WHO column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard WHO column | ||
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_RELATIONSHIP_ID
, PLAN_RELATIONSHIP_ID
, PARENT_CHAR_ID
, CHILD_CHAR_ID
, ELEMENT_RELATIONSHIP_TYPE
, LINK_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM QA.QA_PC_ELEMENT_RELATIONSHIP;
QA.QA_PC_ELEMENT_RELATIONSHIP does not reference any database object
QA.QA_PC_ELEMENT_RELATIONSHIP is referenced by following:
QA
QA_PC_ELEMENT_RELATIONSHIP#
|
|
|
|