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


TABLE: PSA.PSA_EVENT_TYPES

Object Details
Object Name: PSA_EVENT_TYPES
Object Type: TABLE
Owner: PSA
Subobject Name:
Status: VALID


This table store the information used to decide if TC reversal is required on natural accounts


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EVENT_ID VARCHAR2 (240) Yes Primary key as event identifier
JE_SOURCE VARCHAR2 (25) Yes Journal entry source
JE_CATEGORY VARCHAR2 (25) Yes Journal entry category
EVENT_TYPE VARCHAR2 (1) Yes Event type
Query Text

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


SELECT EVENT_ID
,      JE_SOURCE
,      JE_CATEGORY
,      EVENT_TYPE
FROM PSA.PSA_EVENT_TYPES;

Dependencies

[top of page]

PSA.PSA_EVENT_TYPES does not reference any database object

PSA.PSA_EVENT_TYPES is referenced by following:

SchemaAPPS
SynonymPSA_EVENT_TYPES