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


TABLE: ISC.ISC_FS_ENABLE_EVENTS

Object Details
Object Name: ISC_FS_ENABLE_EVENTS
Object Type: TABLE
Owner: ISC
Subobject Name:
Status: VALID


This table controls the execution of business event subscriptions. The seeded event subscriptions will be enabled. However, there is no need for the event subscription to actually do any work until the initial load of Tasks has been started.
The table initially will contain no rows. The initial load process will insert (ensuring there is only ever one row) a row into this table. The presence of this row with ENABLED set to "Y" will cause the event subscription procedure to log the event into ISC_FS_EVENTS. Otherwise it will simply return success immediately.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ENABLED VARCHAR2 (1) Yes "Y" = events enabled
CREATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
PROGRAM_ID NUMBER

Standard who column
PROGRAM_LOGIN_ID NUMBER

Standard who column
PROGRAM_APPLICATION_ID NUMBER

Standard who column
REQUEST_ID NUMBER

Standard who column
Query Text

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


SELECT ENABLED
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM ISC.ISC_FS_ENABLE_EVENTS;

Dependencies

[top of page]

ISC.ISC_FS_ENABLE_EVENTS does not reference any database object

ISC.ISC_FS_ENABLE_EVENTS is referenced by following:

SchemaAPPS
SynonymISC_FS_ENABLE_EVENTS