[Home] [Help]
[Dependency Information]
Object Name: | FND_SVC_COMPONENTS |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_SVC_COMPONENTS is mainly used to store configuration data for all seeded and user-created Service Components. It contains attributes that pertain to all Service Components, regardless of their type. The COMPONENT_STATUS and COMPONENT_STATUS_INFO columns are the only run-time columns in this table
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_SVC_COMPONENTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_SVC_COMPONENTS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COMPONENT_ID | NUMBER | Yes | Identifier | |
COMPONENT_NAME | VARCHAR2 | (80) | Yes | User-defined name for the Service Component. User interface may accept only 26 characters for this field |
COMPONENT_STATUS | VARCHAR2 | (30) | Yes | Status of the Service Component. This is run-time data |
COMPONENT_TYPE | VARCHAR2 | (30) | Yes | Service Component-Type of the Service Component |
STARTUP_MODE | VARCHAR2 | (30) | Yes | Startup mode of the Service Component |
CONTAINER_TYPE | VARCHAR2 | (30) | Yes | Source type for the Service Component Container |
CUSTOMIZATION_LEVEL | VARCHAR2 | (30) | Yes | Specifies the extent to which the Service Component has been/can be customized |
APPLICATION_ID | NUMBER | If CONTAINER_TYPE column is 'GSM', this is the APPLICATION_ID column of FND_CONCURRENT_QUEUES | ||
CONCURRENT_QUEUE_ID | NUMBER | If CONTAINER_TYPE column is 'GSM', this is the CONCURRENT_QUEUE_ID of the FND_CONCURRENT_QUEUES_TABLE | ||
STANDALONE_CONTAINER_NAME | VARCHAR2 | (30) | If CONTAINER_TYPE column is 'SERVLET', this is the name of Service Component Container | |
INBOUND_AGENT_NAME | VARCHAR2 | (30) | Inbound agent name for the Service Component | |
OUTBOUND_AGENT_NAME | VARCHAR2 | (30) | Outbound agent name for the Service Component | |
CORRELATION_ID | VARCHAR2 | (240) | Identifier of correlating entity, if any. User interface may accept only 128 characters for this field | |
MAX_IDLE_TIME | NUMBER | If STARTUP_MODE column is 'ON_DEMAND', this is the maximum time in minutes that the Service Component can be idle before it is stopped | ||
COMPONENT_STATUS_INFO | VARCHAR2 | (1996) | Information regarding to the Service Component's status. This is run-time data | |
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 | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT COMPONENT_ID
, COMPONENT_NAME
, COMPONENT_STATUS
, COMPONENT_TYPE
, STARTUP_MODE
, CONTAINER_TYPE
, CUSTOMIZATION_LEVEL
, APPLICATION_ID
, CONCURRENT_QUEUE_ID
, STANDALONE_CONTAINER_NAME
, INBOUND_AGENT_NAME
, OUTBOUND_AGENT_NAME
, CORRELATION_ID
, MAX_IDLE_TIME
, COMPONENT_STATUS_INFO
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM APPLSYS.FND_SVC_COMPONENTS;
APPLSYS.FND_SVC_COMPONENTS does not reference any database object
APPLSYS.FND_SVC_COMPONENTS is referenced by following:
|
|
|