[Home] [Help]
[Dependency Information]
Object Name: | CS_SR_FULFIL_STATUS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOURCE_CODE | VARCHAR2 | (30) | Seeded Source Document type. Eg 'SR' for Service Requests ( This is Seeded in JTF_OBJECTS). | |
SOURCE_ID | NUMBER | Source Document Number/Id. Eg. incident_id of the Service Request. | ||
REQUEST_ID | VARCHAR2 | (80) | Unique Identifier for the fulfillment request submitted. | |
REQUEST_STATUS | VARCHAR2 | (80) | Yes | Status of the Fulfillment request submitted . Eg. 'Submitted', 'In-process', 'Completed' |
DESCRIPTION | VARCHAR2 | (2000) | Describes the outcome of the fulfillment request. | |
SUBMIT_DATE | DATE | Yes | The date when the fulfillment request was submitted. |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_CODE
, SOURCE_ID
, REQUEST_ID
, REQUEST_STATUS
, DESCRIPTION
, SUBMIT_DATE
FROM APPS.CS_SR_FULFIL_STATUS_V;
APPS.CS_SR_FULFIL_STATUS_V is not referenced by any database object
|
|
|