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


TABLE: OKE.OKE_NOTIFICATIONS

Object Details
Object Name: OKE_NOTIFICATIONS
Object Type: TABLE
Owner: OKE
Subobject Name:
Status: VALID


OKE_NOTIFICATIONS stores the setup details for each DTS notification


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (240) Yes Notification unique identifier
SOURCE_CODE VARCHAR2 (30) Yes Internal identifier for source
USAGE_CODE VARCHAR2 (30) Yes Internal identifier for usage
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
TARGET_DATE VARCHAR2 (30)
Store the column for comparison
BEFORE_AFTER VARCHAR2 (30)
Determine before or after due date
DURATION_DAYS NUMBER

Store the number for duration days
RECIPIENT VARCHAR2 (30)
Store the person or role will receive the notification
ROLE_ID NUMBER

Store the role identifier if recipient is a contract role
Query Text

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


SELECT ID
,      SOURCE_CODE
,      USAGE_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      TARGET_DATE
,      BEFORE_AFTER
,      DURATION_DAYS
,      RECIPIENT
,      ROLE_ID
FROM OKE.OKE_NOTIFICATIONS;

Dependencies

[top of page]

OKE.OKE_NOTIFICATIONS does not reference any database object

OKE.OKE_NOTIFICATIONS is referenced by following:

SchemaOKE
ViewOKE_NOTIFICATIONS#