[Home] [Help]
[Dependency Information]
Object Name: | QA_PC_PLAN_RELATIONSHIP |
---|---|
Object Type: | TABLE |
Owner: | QA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the parent plan id and the child plan id, along with the relation type and a flag to indicate if the child plan is mandatory
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QA_PC_PLAN_RELATIONSHIP_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
QA_PC_PLAN_RELATIONSHIP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
QA_PC_PLAN_RELATIONSHIP_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PLAN_RELATIONSHIP_ID | NUMBER | Yes | Parent Child relationship identifier | |
PARENT_PLAN_ID | NUMBER | Yes | Parent Plan Identifier | |
CHILD_PLAN_ID | NUMBER | Yes | Child Plan Identifier | |
PLAN_RELATIONSHIP_TYPE | NUMBER | Yes | Relationship type | |
DATA_ENTRY_MODE | NUMBER | Yes | Data entry mode, can be immediate, deferred or history | |
AUTO_ROW_COUNT | NUMBER | Yes | Number of automatic rows to be entered | |
DEFAULT_PARENT_SPEC | NUMBER | Yes | Indicates whether parent specification should be defaulted in the child | |
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 | ||
LAYOUT_MODE | NUMBER | To indicate child plan shall be rendered as single or multi row in self-service. | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_RELATIONSHIP_ID
, PARENT_PLAN_ID
, CHILD_PLAN_ID
, PLAN_RELATIONSHIP_TYPE
, DATA_ENTRY_MODE
, AUTO_ROW_COUNT
, DEFAULT_PARENT_SPEC
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAYOUT_MODE
, ZD_EDITION_NAME
FROM QA.QA_PC_PLAN_RELATIONSHIP;
QA.QA_PC_PLAN_RELATIONSHIP does not reference any database object
QA.QA_PC_PLAN_RELATIONSHIP is referenced by following:
|
|
|