DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CS_SR_FULFIL_STATUS_V

Object Details
Object Name: CS_SR_FULFIL_STATUS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCS.CS_SR_FULFIL_STATUS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.CS_SR_FULFIL_STATUS_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_LOOKUP_VALUES
ViewJTF_FM_REQUEST_HISTORY
ViewJTF_IH_ACTIVITIES_V

APPS.CS_SR_FULFIL_STATUS_V is not referenced by any database object