[Home] [Help]
[Dependency Information]
Object Name: | CS_INCIDENTS_PURGE_STAGING |
---|---|
Object Type: | TABLE |
Owner: | CS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table is used as a staging table that would store all the SRs that need to be purged for a set of parameters.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
CS_INCIDENTS_PURGE_STAGING_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INCIDENT_ID | NUMBER | Yes | Service request id that needs to be purged. | |
WORKER_ID | NUMBER | ID of the worker thread that will perform purge for this Service Request. | ||
CONCURRENT_REQUEST_ID | NUMBER | ID of the worker thread that will perform purge for this Service Request. | ||
PURGE_STATUS | VARCHAR2 | (3) | Status after the purge has been attempted for this Service Request. | |
PURGE_ERROR_MESSAGE | VARCHAR2 | (4000) | Error message if the purge for this Service Request failed. |
Cut, paste (and edit) the following text to query this object:
SELECT INCIDENT_ID
, WORKER_ID
, CONCURRENT_REQUEST_ID
, PURGE_STATUS
, PURGE_ERROR_MESSAGE
FROM CS.CS_INCIDENTS_PURGE_STAGING;
CS.CS_INCIDENTS_PURGE_STAGING does not reference any database object
CS.CS_INCIDENTS_PURGE_STAGING is referenced by following:
|
|
|