[Home] [Help]
[Dependency Information]
| 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
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
PSA.PSA_EVENT_TYPES does not reference any database object
PSA.PSA_EVENT_TYPES is referenced by following:
PSA
PSA_EVENT_TYPES#
|
|
|
|