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


TABLE: APPLSYS.FND_SVC_COMP_REQUESTS

Object Details
Object Name: FND_SVC_COMP_REQUESTS
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_SVC_COMP_REQUESTS
Subobject Name:
Status: VALID


FND_SVC_COMP_REQUESTS is used to store pending requests for control events/operations for a Service Component


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_SVC_COMP_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCOMPONENT_REQUEST_ID
FND_SVC_COMP_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnCOMPONENT_ID
Columns
Name Datatype Length Mandatory Comments
COMPONENT_REQUEST_ID NUMBER
Yes Identifier
COMPONENT_ID NUMBER
Yes Service Component for which the request has been scheduled
EVENT_NAME VARCHAR2 (240) Yes Name of the event that the request will raise
EVENT_DATE DATE
Yes Time when the request should start
REQUESTED_BY_USER VARCHAR2 (320)
User who scheduled the request
JOB_ID NUMBER
Yes Job Id for the submitted request; run-time data
EVENT_PARAMS VARCHAR2 (1996)
Parameters for the request. User interface may accept only 665 characters for this field
EVENT_FREQUENCY NUMBER

Frequency in minutes that the request should execute
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number required for user interface
Query Text

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


SELECT COMPONENT_REQUEST_ID
,      COMPONENT_ID
,      EVENT_NAME
,      EVENT_DATE
,      REQUESTED_BY_USER
,      JOB_ID
,      EVENT_PARAMS
,      EVENT_FREQUENCY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM APPLSYS.FND_SVC_COMP_REQUESTS;

Dependencies

[top of page]

APPLSYS.FND_SVC_COMP_REQUESTS does not reference any database object

APPLSYS.FND_SVC_COMP_REQUESTS is referenced by following:

SchemaAPPS
SynonymFND_SVC_COMP_REQUESTS