PJF_EVENT_TYPES_B

PJF_EVENT_TYPES stores the implementation-defined classification of events that determine how Oracle Projects processes revenue and invoices events. . .

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJF_EVENT_TYPES_B_PK

EVENT_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping Status
EVENT_TYPE_ID NUMBER 18 Yes Unique identifier for the event type Active
START_DATE_ACTIVE DATE Yes First effective date of the event type Active
END_DATE_ACTIVE DATE Last effective date of the event type Active
REVENUE_FLAG VARCHAR2 1 Yes REVENUE_FLAG Active
INVOICE_FLAG VARCHAR2 1 Yes INVOICE_FLAG Active
REVENUE_CATEGORY_CODE VARCHAR2 30 Yes The revenue category to which event type belongs. Active
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Event Types Descriptive Flexfield (PJF_EVENT_TYPES_DESC_FLEX) Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
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. Active
RECLASSIFY_FLAG VARCHAR2 1 RECLASSIFY_FLAG Active
PREDEFINED_FLAG VARCHAR2 1 PREDEFINED_FLAG Active
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ALLOW_ADJUSTMENT_FLAG VARCHAR2 1 Yes Indicates if the events created using this event type can be adjusted.
MIGRATION_FLAG VARCHAR2 1 Yes Indicates that the events created using this event type are used for migration.
ALLOW_ITEM_FLAG VARCHAR2 1 Yes Indicates if the event for this event type can be created as non-item based or item based. If the value is Y, user has a choice to enter an item and its attributes for the event of this event type. If the value is N, events can't be created as item based.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
pjf_event_type_ous_all pjf_event_types_b EVENT_TYPE_ID
pjf_event_types_tl pjf_event_types_b EVENT_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns Status
PJF_EVENT_TYPES_B_U1 Unique Default EVENT_TYPE_ID, ORA_SEED_SET1
PJF_EVENT_TYPES_B_U11 Unique Default EVENT_TYPE_ID, ORA_SEED_SET2
PJF_EVENT_TYPES_B_U2 Unique FUSION_TS_SEED LAST_UPDATE_DATE, EVENT_TYPE_ID Obsolete