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


VIEW: APPS.OKE_NOTIFICATIONS_V

Object Details
Object Name: OKE_NOTIFICATIONS_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database generated row identifier
ID VARCHAR2 (240) Yes Internal identifier for notifications
SOURCE_CODE VARCHAR2 (30) Yes Internal identifier for source
USAGE_CODE VARCHAR2 (30) Yes Internal identifier for usage
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
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
ROLE VARCHAR2 (80)
Contract role name
Query Text

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


SELECT ROW_ID
,      ID
,      SOURCE_CODE
,      USAGE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      TARGET_DATE
,      BEFORE_AFTER
,      DURATION_DAYS
,      RECIPIENT
,      ROLE_ID
,      ROLE
FROM APPS.OKE_NOTIFICATIONS_V;

Dependencies

[top of page]

APPS.OKE_NOTIFICATIONS_V references the following:

SchemaAPPS
ViewOKE_K_ROLES_V
SynonymOKE_NOTIFICATIONS
PL/SQL PackagePA_ROLE_JOB_BG_UTILS - show dependent code

APPS.OKE_NOTIFICATIONS_V is not referenced by any database object