[Home] [Help]
[Dependency Information]
| Object Name: | PJI_MT_PRC_STEPS |
|---|---|
| Object Type: | TABLE |
| Owner: | PJI |
| FND Design Data: | PJI.PJI_MT_PRC_STEPS
|
| Subobject Name: | |
| Status: | VALID |
This table stores information for process steps submitted during summarization.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 0 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROCESS_NAME | VARCHAR2 | (30) | Process name | |
| STEP_NAME | VARCHAR2 | (255) | Identifies which process it should run. | |
| STEP_SEQ | NUMBER | Which identifies the priority of the process. | ||
| STEP_TYPE | VARCHAR2 | (30) | Whether process should run in which mode INCREMENTAL, FULL or PARTIAL. | |
| CONFIG_PROJ_PERF_FLAG | VARCHAR2 | (1) | Indicates for a transition summarization run whether the project performance reporting area is enabled. | |
| CONFIG_COST_FLAG | VARCHAR2 | (1) | Indicates for a transition summarization run whether the costing reporting area is enabled. | |
| CONFIG_PROFIT_FLAG | VARCHAR2 | (1) | Indicates for a transition summarization run whether the profitability reporting area is enabled. | |
| CONFIG_UTIL_FLAG | VARCHAR2 | (1) | Indicates for a transition summarization run whether the utilization reporting area is enabled. |
Cut, paste (and edit) the following text to query this object:
SELECT PROCESS_NAME
, STEP_NAME
, STEP_SEQ
, STEP_TYPE
, CONFIG_PROJ_PERF_FLAG
, CONFIG_COST_FLAG
, CONFIG_PROFIT_FLAG
, CONFIG_UTIL_FLAG
FROM PJI.PJI_MT_PRC_STEPS;
PJI.PJI_MT_PRC_STEPS does not reference any database object
PJI.PJI_MT_PRC_STEPS is referenced by following:
APPS
PJI_MT_PRC_STEPS
|
|
|
|