PJF_EVENT_TYPE_OUS_ALL

PA_EVENT_TYPE_OUS_ALL stores operating unit specific information like default tax code for event types that can otherwise be used generically across all operating units implemented.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJF_EVENT_TYPE_OUS_ALL_PK

EVENT_TYPE_OUS_ALL_ID

Columns

Name Datatype Length Precision Not-null Comments Status
EVENT_TYPE_ID NUMBER 18 Yes Unique identifier for Event Types.
EVENT_TYPE_OUS_ALL_ID NUMBER 18 Yes EVENT_TYPE_OUS_ALL_ID
OUTPUT_VAT_TAX_ID NUMBER 18 Indicates the vat tax id to be used for Customer Invoices Obsolete
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
OUTPUT_TAX_CLASS_CODE VARCHAR2 50 eTax change.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
PJF_EVENT_TYPE_OUS_ALL pjf_event_types_b EVENT_TYPE_ID
PJF_EVENT_TYPE_OUS_ALL pjf_bu_impl_all ORG_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_EVENT_TYPE_OUS_ALL_U1 Unique Default EVENT_TYPE_ID, ORG_ID
PJF_EVENT_TYPE_OUS_ALL_U2 Unique Default EVENT_TYPE_OUS_ALL_ID