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


TABLE: AR.AR_ACTION_NOTIFICATIONS

Object Details
Object Name: AR_ACTION_NOTIFICATIONS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_ACTION_NOTIFICATIONS
Subobject Name:
Status: VALID


The AR_ACTION_NOTIFICATIONS table identifies which employees to notify about a particular customer call action.
.
Oracle Receivables stores the rest of the call action information in the AR_CALL_ACTIONS and the AR_NOTES tables. The AR_CALL_ACTIONS table stores your call actions, and the AR_NOTES table stores memo pad information. Oracle Receivables uses information from both tables to display, in the Call Actions report, the actions to take in response to a customer call.
.
The primary key for this table is ACTION_NOTIFICATION_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_ACTION_NOTIFICATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_NOTIFICATION_ID
AR_ACTION_NOTIFICATIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALL_ACTION_ID
Columns
Name Datatype Length Mandatory Comments
ACTION_NOTIFICATION_ID NUMBER (15) Yes Action notification identifier
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CALL_ACTION_ID NUMBER (15)
Identifier of the action arising from a call
EMPLOYEE_ID NUMBER (15)
Employee identifier
Query Text

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


SELECT ACTION_NOTIFICATION_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      CALL_ACTION_ID
,      EMPLOYEE_ID
FROM AR.AR_ACTION_NOTIFICATIONS;

Dependencies

[top of page]

AR.AR_ACTION_NOTIFICATIONS does not reference any database object

AR.AR_ACTION_NOTIFICATIONS is referenced by following:

SchemaAPPS
SynonymAR_ACTION_NOTIFICATIONS