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


TABLE: PO.PO_NOTIFICATIONS_ALL

Object Details
Object Name: PO_NOTIFICATIONS_ALL
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_NOTIFICATIONS_ALL
Subobject Name:
Status: VALID


This table is no longer used.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_NOTIFICATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnEMPLOYEE_ID
ColumnOBJECT_ID
ColumnOBJECT_TYPE_LOOKUP_CODE
ColumnACTION_LOOKUP_CODE
PO_NOTIFICATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnOBJECT_ID
ColumnOBJECT_TYPE_LOOKUP_CODE
Columns
Name Datatype Length Mandatory Comments
EMPLOYEE_ID NUMBER (9) Yes Employee unique identifier
OBJECT_TYPE_LOOKUP_CODE VARCHAR2 (25) Yes Document type
OBJECT_ID NUMBER
Yes Document unique identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
OBJECT_CREATION_DATE DATE

Creation date for the document
ACTION_LOOKUP_CODE VARCHAR2 (50)
Action type
START_DATE_ACTIVE DATE

Key flexfield start date
END_DATE_ACTIVE DATE

Key flexfield end date
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
ORG_ID NUMBER

Organization identifier
INSERTED_BY_FND VARCHAR2 (1)
Identify processed notifications
Query Text

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


SELECT EMPLOYEE_ID
,      OBJECT_TYPE_LOOKUP_CODE
,      OBJECT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      OBJECT_CREATION_DATE
,      ACTION_LOOKUP_CODE
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ORG_ID
,      INSERTED_BY_FND
FROM PO.PO_NOTIFICATIONS_ALL;

Dependencies

[top of page]

PO.PO_NOTIFICATIONS_ALL does not reference any database object

PO.PO_NOTIFICATIONS_ALL is referenced by following:

SchemaAPPS
SynonymPO_NOTIFICATIONS
SynonymPO_NOTIFICATIONS_ALL