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


TABLE: AX.AX_RULE_CATEGORY

Object Details
Object Name: AX_RULE_CATEGORY
Object Type: TABLE
Owner: AX
FND Design Data: TableAX.AX_RULE_CATEGORY
Subobject Name:
Status: VALID


This temporary table stores the categories used by event types. It is
populated when the Translation Programs are deleted so that the
category setup can be restored when a new version of the rules is
restored.
It includes a row for every event type for an application's main and
posting set of books.
Each row contains the event type name and the category it uses.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_RULE_CATEGORY_PK
  1. ColumnAPPLICATION_ID
  2. ColumnSET_OF_BOOKS_ID
  3. ColumnPOSTING_SET_OF_BOOKS_ID
  4. ColumnEVENT_TYPE
Indexes
Index Type Uniqueness Tablespace Column
AX_RULE_CATEGORY_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnSET_OF_BOOKS_ID
ColumnPOSTING_SET_OF_BOOKS_ID
ColumnEVENT_TYPE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
SET_OF_BOOKS_ID NUMBER
Yes Main set of books identifier
POSTING_SET_OF_BOOKS_ID NUMBER
Yes Posting set of books identifier
EVENT_TYPE VARCHAR2 (30) Yes Event type name
CATEGORY_NAME VARCHAR2 (80) Yes Used category
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT APPLICATION_ID
,      SET_OF_BOOKS_ID
,      POSTING_SET_OF_BOOKS_ID
,      EVENT_TYPE
,      CATEGORY_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AX.AX_RULE_CATEGORY;

Dependencies

[top of page]

AX.AX_RULE_CATEGORY does not reference any database object

AX.AX_RULE_CATEGORY is referenced by following:

SchemaAPPS
SynonymAX_RULE_CATEGORY