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


TABLE: AMS.AMS_TRIGGER_RESULTS

Object Details
Object Name: AMS_TRIGGER_RESULTS
Object Type: TABLE
Owner: AMS
FND Design Data: TableAMS.AMS_TRIGGER_RESULTS
Subobject Name:
Status: VALID


AMS_TRIGGER_RESULTS stores all results after a threshold check or action has been run. This table could be used by the end user to see when a check was run, and what values was compared at that point in time (and hence see why a certain action was started/not started).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AMS_TRIGGER_RESULTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRIGGER_RESULT_ID
AMS_TRIGGER_RESULTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnARC_TRIGGER_RESULT_FOR
ColumnTRIGGER_RESULT_FOR_ID
Columns
Name Datatype Length Mandatory Comments
TRIGGER_RESULT_ID NUMBER
Yes Unique Identifier.
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Column
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER (15) Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO Column
OBJECT_VERSION_NUMBER NUMBER (9)
This column is used for locking purposes.
TRIGGER_RESULT_FOR_ID NUMBER
Yes Indicates the id of the Activity recording resulks.
ARC_TRIGGER_RESULT_FOR VARCHAR2 (30) Yes Indicates whether the result is recorded for Check or the Trigger Action.
TRIGGER_FINISH_TIME DATE
Yes Indicates when the Trigger was executed.
CHK1_CHECKED_VALUE NUMBER (15)
Value of the left hand side of the check.
CHK2_CHECKED_VALUE NUMBER (15)
Value of the Right hand side of the check.
CHK2_HIGH_VALUE NUMBER (15)
Higher value of the right hand side of the check.
CHK1_TO_CHK2_OPERATOR_TYPE VARCHAR2 (30)
Indicates the operator of the Check.
PROCESS_SUCCESS_FLAG VARCHAR2 (1)
Indicates whether the Check or Action was Successful.
CHECK_MET_FLAG VARCHAR2 (1)
Indicates whether the check was met when the trigger was fired.
ACTIONS_PERFORMED VARCHAR2 (4000)
Indicates the Actions performed when the Trigger was fired.
SECURITY_GROUP_ID NUMBER

Used in hosted environments
NOTIFIED_USER NUMBER

User who was sent a notification about the trigger run
Query Text

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


SELECT TRIGGER_RESULT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      TRIGGER_RESULT_FOR_ID
,      ARC_TRIGGER_RESULT_FOR
,      TRIGGER_FINISH_TIME
,      CHK1_CHECKED_VALUE
,      CHK2_CHECKED_VALUE
,      CHK2_HIGH_VALUE
,      CHK1_TO_CHK2_OPERATOR_TYPE
,      PROCESS_SUCCESS_FLAG
,      CHECK_MET_FLAG
,      ACTIONS_PERFORMED
,      SECURITY_GROUP_ID
,      NOTIFIED_USER
FROM AMS.AMS_TRIGGER_RESULTS;

Dependencies

[top of page]

AMS.AMS_TRIGGER_RESULTS does not reference any database object

AMS.AMS_TRIGGER_RESULTS is referenced by following:

SchemaAPPS
SynonymAMS_TRIGGER_RESULTS