[Home] [Help]
[Dependency Information]
| Object Name: | CSD_RO_SOLNS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSD.CSD_RO_SOLNS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
Displays solutions that are linked to repair orders.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SET_ID | NUMBER | (15) | Yes | Linked Solution Set ID |
| SET_NUMBER | VARCHAR2 | (30) | Yes | Linked Solution Set Number |
| SET_NAME | VARCHAR2 | (500) | Yes | Linked Solution Set Name |
| SET_LINK_TYPE | VARCHAR2 | (30) | Yes | Linked Solution Set Status Code |
| SET_LINK_TYPE_MEANING | VARCHAR2 | (80) | Linked Solution Set Status Meaning | |
| REPAIR_LINE_ID | NUMBER | Yes | Repair Line ID | |
| APPLIED_FLAG | VARCHAR2 | (1) | Linked Solution Set Applied Flag |
Cut, paste (and edit) the following text to query this object:
SELECT SET_ID
, SET_NUMBER
, SET_NAME
, SET_LINK_TYPE
, SET_LINK_TYPE_MEANING
, REPAIR_LINE_ID
, APPLIED_FLAG
FROM APPS.CSD_RO_SOLNS_V;
APPS
CSD_RO_SERVICE_CODES
CS_KB_LINKED_SOLUTIONS_VIEW
CS_KB_SECURITY_PVT
- show dependent code
FND_GLOBAL
- show dependent code
APPS.CSD_RO_SOLNS_V is not referenced by any database object
|
|
|
|