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


TABLE: AR.AR_CONFIRMATION_ACTIONS

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


This table stores information about which action to take based on the information that is included in a trading partner's confirmation message. Each row includes general information such as status, reason code, and corresponding action. Each row represents an action that corresponds to a specific combination of status and reason code that was included in a trading partner's confirmation message.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CONFIRMATION_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACTION_ID
AR_CONFIRMATION_ACTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREASON_CODE
Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER (15) Yes Identifier of confirmation action
STATUS VARCHAR2 (30) Yes Status of document transferred. Determined by trading partner.
REASON_CODE VARCHAR2 (30)
Reason code of document transferred. Determined by trading partner.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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).
HANDLER_NAME VARCHAR2 (70) Yes Handler that handles the appropriate action for this combination of STATUS and REASON_CODE
HANDLER_TYPE VARCHAR2 (20) Yes Handler type of the handler that handles the appropriate action for this combination of STATUS and REASON_CODE
START_DATE DATE
Yes Start date of this action
END_DATE DATE

End date of this action
Query Text

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


SELECT ACTION_ID
,      STATUS
,      REASON_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      HANDLER_NAME
,      HANDLER_TYPE
,      START_DATE
,      END_DATE
FROM AR.AR_CONFIRMATION_ACTIONS;

Dependencies

[top of page]

AR.AR_CONFIRMATION_ACTIONS does not reference any database object

AR.AR_CONFIRMATION_ACTIONS is referenced by following:

SchemaAPPS
SynonymAR_CONFIRMATION_ACTIONS