AR_CONFIRMATION_ACTIONS

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.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

AR_CONFIRMATION_ACTIONS_PK

ACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
ACTION_ID NUMBER 18 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 TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
AR_CONFIRMATION_ACTIONS_U1 Unique Default ACTION_ID
AR_CONFIRMATION_ACTIONS_U2 Unique Default REASON_CODE