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


TABLE: HR.AME_TEST_TRANSACTIONS

Object Details
Object Name: AME_TEST_TRANSACTIONS
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


This table stores the test cases created in AME for a transaction type. This holds the test case basic details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AME_TEST_TRANSACTIONS_PK NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEST_ID
Columns
Name Datatype Length Mandatory Comments
TEST_ID NUMBER
Yes Test case identifier
APPLICATION_ID NUMBER
Yes AME internal application identifier which identifies a transaction type
TRANSACTION_ID VARCHAR2 (50) Yes AME generated transaction identifier for test case
NAME VARCHAR2 (50) Yes Test case name
DESCRIPTION VARCHAR2 (300)
Test case description
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT TEST_ID
,      APPLICATION_ID
,      TRANSACTION_ID
,      NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HR.AME_TEST_TRANSACTIONS;

Dependencies

[top of page]

HR.AME_TEST_TRANSACTIONS does not reference any database object

HR.AME_TEST_TRANSACTIONS is referenced by following:

SchemaAPPS
SynonymAME_TEST_TRANSACTIONS