[Home] [Help]
[Dependency Information]
| Object Name: | PJI_FP_AGGR_RBS |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| FND Design Data: | PJI.PJI_FP_AGGR_RBS
|
| Subobject Name: | |
| Status: | VALID |
This table is used to build the RBS normalized table
| Tablespace: | ![]() |
|---|---|
| PCT Free: | |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PJI_FP_AGGR_RBS_N1 | NORMAL | NONUNIQUE |
|
WORKER_ID
SUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WORKER_ID | NUMBER | (15) | Yes | Partitioning Column |
| STRUCT_VERSION_ID | NUMBER | (15) | Yes | Identifier for the RBS structure version |
| SUP_ID | NUMBER | (15) | Yes | Parent RBS element identifier |
| SUBRO_ID | NUMBER | (15) | Immediate Child Identifier | |
| SUB_ID | NUMBER | (15) | Yes | Child RBS element identifier |
| SUP_LEVEL | NUMBER | (15) | Yes | Parent Level |
| SUB_LEVEL | NUMBER | (15) | Yes | Child Level |
| SUB_LEAF_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the current parent has any children who are leaf nodes |
| SUB_LEAF_FLAG_ID | NUMBER | (15) | Identifier for the sub leaf flag | |
| STATUS_ID | VARCHAR2 | (255) | Identifier for the status used in summarization |
Cut, paste (and edit) the following text to query this object:
SELECT WORKER_ID
, STRUCT_VERSION_ID
, SUP_ID
, SUBRO_ID
, SUB_ID
, SUP_LEVEL
, SUB_LEVEL
, SUB_LEAF_FLAG
, SUB_LEAF_FLAG_ID
, STATUS_ID
FROM PJI.PJI_FP_AGGR_RBS;
PJI.PJI_FP_AGGR_RBS does not reference any database object
PJI.PJI_FP_AGGR_RBS is referenced by following:
PJI
PJI_FP_AGGR_RBS#
|
|
|
|