[Home] [Help]
[Dependency Information]
| Object Name: | OKX_INCIDENT_STATUSES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKX.OKX_INCIDENT_STATUSES_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Displays information about the statuses defined for service requests and actions.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_SERVICE_ID | NUMBER | Service line unique identifier | ||
| STATUS_CODE | VARCHAR2 | (4) | Status code |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_SERVICE_ID
, STATUS_CODE
FROM APPS.OKX_INCIDENT_STATUSES_V;
APPS
CS_INCIDENTS_ALL_B
APPS
OKC_TERMINATE_PVT
- show dependent code
OKL_AM_LEASE_LOAN_TRMNT_PVT
- show dependent code
OKL_VP_TERMINATE_PVT
- show dependent code
|
|
|
|