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


TABLE: CSF.CSF_R_SCHED_REQUESTS

Object Details
Object Name: CSF_R_SCHED_REQUESTS
Object Type: TABLE
Owner: CSF
FND Design Data: TableCSF.CSF_R_SCHED_REQUESTS
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.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSF_R_SCHED_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSCHED_REQUEST_ID
CSF_R_SCHED_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARENT_REQUEST_ID
Columns
Name Datatype Length Mandatory Comments
SCHED_REQUEST_ID NUMBER
Yes Primary key for table CSF_R_SCHEDULER_REQUESTS.
RESULT_FLAG VARCHAR2 (1)
Column RESULT_FLAG represents the result of the complete scheduler request. Possible values: NULL, no result yet. 'S', all tasks in the request were scheduled successfully, or, if not tasks are involved in this scheduling action, the acion was completed successfully. 'E' one or more errors were encountered. 'U' an unexpected error occurred, e.g. the concurrent program that executes the request has been cancelled from the concurrent request user interface.
CONCURRENT_REQUEST_ID NUMBER

Concurrent Program column. Foreign key to table FND_CONCURRENT_REQUESTS. If the request is executed in semi-interactive mode, a concurrent request will be queued to perform the request. This column stores the concurrent request id. It enables the caller of the semi-interactive request to find the output file of the concurrent request. The CONCURRENT_REQUEST_ID column is null for interactive scheduler requests.
PROGRAM_UPDATE_DATE DATE

Concurrent Program column. Date/time when concurrent request was queued.
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program column. Foreign key to table FND_APPLICATION. The product identifier for Field Service ('CSF') is 513.
PROGRAM_ID NUMBER

Concurrent Program column. Foreign key to table FND_CONCURRENT_PROGRAMS.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SECURITY_GROUP_ID NUMBER

Security group identifier
OBJECT_VERSION_NUMBER NUMBER
Yes The object version number is incremented by one at every update. The object version number is read when the row is read. When the record is updated a check is made that the update version number in the database has the same value as when the row was read. If the number was changed, some other process has updated the record and the row changes should be abandoned.
PLANMODE NUMBER
Yes Numeric value to indicate the plan mode used for this request.
SPARES_LIKELIHOOD NUMBER

The level of availability of parts.
SCHED_REQUEST_NAME VARCHAR2 (300) Yes The name of the request. This name points to the Scheduler class which delivers the service.
EXTENDED_EFFORT NUMBER

New effort for the parent task to be extended
PARENT_REQUEST_ID NUMBER

Parent request id if this is a child request.
TARGET_STATUS_ID NUMBER

The id of the status to which the task has to be set by the request.
ROUTE_BASED_FLAG VARCHAR2 (1)
Route Based Scheduling should be enabled or not
CHANGED_OPTION_START DATE

Scheduled Start date
CHANGED_OPTION_END DATE

Scheduled End Date
CHANGED_PLANNED_START DATE

Changed Planned Start Date
CHANGED_PLANNED_END DATE

Changed Planned End Date
DISABLED_ACCESS_HOURS_FLAG VARCHAR2 (1)
Access Hours flag disabled
CUSTOMER_CONF_RCVD VARCHAR2 (1)
Flag indicating that the scheduled task must be set to 'Customer confirmation received'.
SPARES_LIKLIHOOD NUMBER

CONSIDER_STANDBY_SHIFT VARCHAR2 (20)
Stores stand by option to be used for calculating plan option.
SPARES_SOURCE VARCHAR2 (30)
Stores spares source
SPARES_MANDATORY VARCHAR2 (1)
Specifies whether spares are needed or not
RES_PREFERENCE VARCHAR2 (30)
CUST_OR_DISP_INITIATED VARCHAR2 (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SCHED_REQUEST_ID
,      RESULT_FLAG
,      CONCURRENT_REQUEST_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      PLANMODE
,      SPARES_LIKELIHOOD
,      SCHED_REQUEST_NAME
,      EXTENDED_EFFORT
,      PARENT_REQUEST_ID
,      TARGET_STATUS_ID
,      ROUTE_BASED_FLAG
,      CHANGED_OPTION_START
,      CHANGED_OPTION_END
,      CHANGED_PLANNED_START
,      CHANGED_PLANNED_END
,      DISABLED_ACCESS_HOURS_FLAG
,      CUSTOMER_CONF_RCVD
,      SPARES_LIKLIHOOD
,      CONSIDER_STANDBY_SHIFT
,      SPARES_SOURCE
,      SPARES_MANDATORY
,      RES_PREFERENCE
,      CUST_OR_DISP_INITIATED
FROM CSF.CSF_R_SCHED_REQUESTS;

Dependencies

[top of page]

CSF.CSF_R_SCHED_REQUESTS does not reference any database object

CSF.CSF_R_SCHED_REQUESTS is referenced by following:

SchemaCSF
ViewCSF_R_SCHED_REQUESTS#