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


TABLE: HR.AME_TEMP_DELETIONS

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


This table stores the suppressed approver details for a transaction.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_TEMP_DELETIONS_FK1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE 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 Occurrence of approver in current action type
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 services
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
EFFECTIVE_DATE DATE

Suppression date
REASON VARCHAR2 (50)
Suppression reason
JUSTIFICATION VARCHAR2 (1000)
Not used
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
,      USER_ID
,      PERSON_ID
,      SECURITY_GROUP_ID
,      NAME
,      APPROVER_CATEGORY
,      ITEM_CLASS
,      ITEM_ID
,      ACTION_TYPE_ID
,      EFFECTIVE_DATE
,      REASON
,      JUSTIFICATION
FROM HR.AME_TEMP_DELETIONS;

Dependencies

[top of page]

HR.AME_TEMP_DELETIONS does not reference any database object

HR.AME_TEMP_DELETIONS is referenced by following:

SchemaAPPS
SynonymAME_TEMP_DELETIONS