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


TABLE: ICX.ICX_POR_DAILY_NOTIFICATIONS

Object Details
Object Name: ICX_POR_DAILY_NOTIFICATIONS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.ICX_POR_DAILY_NOTIFICATIONS
Subobject Name:
Status: VALID


Table to store the Daily Notifications generated due to Publishing or Discarding of Item Loader Jobs and due to Approval or Rejection of pricing by buyers.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_POR_DAILY_NOTIFY_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
ColumnPARTY_TYPE
Columns
Name Datatype Length Mandatory Comments
PARTY_ID NUMBER
Yes Unique Identifier for a Trading Partner.
PARTY_TYPE VARCHAR2 (30) Yes Party Type
LAST_RUN_DATE DATE
Yes Last Run Date
USER_ID NUMBER
Yes User ID
Query Text

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


SELECT PARTY_ID
,      PARTY_TYPE
,      LAST_RUN_DATE
,      USER_ID
FROM ICX.ICX_POR_DAILY_NOTIFICATIONS;

Dependencies

[top of page]

ICX.ICX_POR_DAILY_NOTIFICATIONS does not reference any database object

ICX.ICX_POR_DAILY_NOTIFICATIONS is referenced by following:

SchemaICX
ViewICX_POR_DAILY_NOTIFICATIONS#