[Home] [Help]
[Dependency Information]
| Object Name: | PJI_RBS_DENORM_DELTA |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| FND Design Data: | PJI.PJI_RBS_DENORM_DELTA
|
| Subobject Name: | |
| Status: | VALID |
This table is used in RBS change processing
| Tablespace: | ![]() |
|---|---|
| PCT Free: | |
| PCT Used: |
| 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 |
| SIGN | NUMBER | (15) | Yes | Used to determine the source of the rows. |
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
, SIGN
FROM PJI.PJI_RBS_DENORM_DELTA;
PJI.PJI_RBS_DENORM_DELTA does not reference any database object
PJI.PJI_RBS_DENORM_DELTA is referenced by following:
PJI
PJI_RBS_DENORM_DELTA#
|
|
|
|