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


TABLE: HR.AME_APPROVALS_HISTORY

Object Details
Object Name: AME_APPROVALS_HISTORY
Object Type: TABLE
Owner: HR
FND Design Data: TablePER.AME_APPROVALS_HISTORY
Subobject Name:
Status: VALID


This table stores the details of approver response recieved by AME.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_APPROVALS_HISTORY_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnTRANSACTION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID VARCHAR2 (50) Yes Transaction identifier
APPLICATION_ID NUMBER
Yes AME internal application identifier which identifies a transaction type
APPROVAL_TYPE_ID NUMBER

Not used
GROUP_OR_CHAIN_ID NUMBER
Yes Group or chain identifier
OCCURRENCE NUMBER
Yes Occurence of an approver in current action type
APPROVAL_STATUS VARCHAR2 (50) Yes Approval response
ROW_TIMESTAMP DATE
Yes Time stamp when the approver response is logged
USER_ID NUMBER

Not used
PERSON_ID NUMBER

Not used
SECURITY_GROUP_ID NUMBER (15)
Not used
NAME VARCHAR2 (320)
Name of the approver in workflow directory service
APPROVER_CATEGORY VARCHAR2 (1)
Approver category
ITEM_CLASS VARCHAR2 (100)
Approver item class
ITEM_ID VARCHAR2 (100)
Approver item identifier
ACTION_TYPE_ID NUMBER

Approver action type identifier
Query Text

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


SELECT TRANSACTION_ID
,      APPLICATION_ID
,      APPROVAL_TYPE_ID
,      GROUP_OR_CHAIN_ID
,      OCCURRENCE
,      APPROVAL_STATUS
,      ROW_TIMESTAMP
,      USER_ID
,      PERSON_ID
,      SECURITY_GROUP_ID
,      NAME
,      APPROVER_CATEGORY
,      ITEM_CLASS
,      ITEM_ID
,      ACTION_TYPE_ID
FROM HR.AME_APPROVALS_HISTORY;

Dependencies

[top of page]

HR.AME_APPROVALS_HISTORY does not reference any database object

HR.AME_APPROVALS_HISTORY is referenced by following:

SchemaAPPS
SynonymAME_APPROVALS_HISTORY