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


TABLE: AR.AR_CALL_ACTIONS

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


The AR_CALL_ACTIONS table stores information about each call action that you enter in the Customer Calls window. Each row includes the action and amount of a call action. Oracle Receivables creates one row in the AR_CALL_ACTIONS table for each call action that you enter and stores the rest of the call action information in other tables.
.
The AR_NOTES table stores information that you enter in the Call Action MemoPad, while the AR_ACTION_NOTIFICATIONS table links the CALL_ACTION_ID column with an employee name.
.
Receivables uses this call action information to inform collectors of the actions to take against customer accounts. This call action information is visible online in the Scheduler window as well as in the Call Actions report.
.
The primary key for this table is CALL_ACTION_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CALL_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCALL_ACTION_ID
AR_CALL_ACTIONS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_CALL_TOPIC_ID
AR_CALL_ACTIONS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_CALL_ID
Columns
Name Datatype Length Mandatory Comments
CALL_ACTION_ID NUMBER (15) Yes Identifier of the call action
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.
CUSTOMER_CALL_TOPIC_ID NUMBER (15)
Identifier of the call topic associated with this call action
ACTION_CODE VARCHAR2 (30) Yes Receivables lookup code identified with lookup_type = ACTION. Defines the action taken for customer call or call topic.
ACTION_AMOUNT NUMBER

Amount of the invoice that the customer promises to pay
PARTIAL_INVOICE_AMOUNT_FLAG VARCHAR2 (1)
Indicates whether the amount promised to pay is the entire outstanding invoice amount
CUSTOMER_CALL_ID NUMBER (15)
Customer call identifier
COMPLETE_FLAG VARCHAR2 (1)
Y or N indicates whether or not the follow up action is complete
ACTION_DATE DATE

The date the call action was recorded
Query Text

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


SELECT CALL_ACTION_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      CUSTOMER_CALL_TOPIC_ID
,      ACTION_CODE
,      ACTION_AMOUNT
,      PARTIAL_INVOICE_AMOUNT_FLAG
,      CUSTOMER_CALL_ID
,      COMPLETE_FLAG
,      ACTION_DATE
FROM AR.AR_CALL_ACTIONS;

Dependencies

[top of page]

AR.AR_CALL_ACTIONS does not reference any database object

AR.AR_CALL_ACTIONS is referenced by following:

SchemaAPPS
SynonymAR_CALL_ACTIONS