PJB_EVENT_ADJ_ACTIVITIES
PJB_EVENT_ADJ_ACTIVITIES stores audit records of all the actions performed by users on any Billing Event that may cause adjustments to revenue, and/or invoice amounts of Billing Events.
Details
-
Schema: FUSION
-
Object owner: PJB
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJB_EVENT_ADJ_ACTIVITIES_PK |
EVENT_ID, ACTIVITY_DATE, ADJUSTMENT_TYPE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EVENT_ID | NUMBER | 18 | Yes | Identifier of the event, which is adjusted ***** | |
ACTIVITY_DATE | TIMESTAMP | Yes | Holds the date and time in which the adjustment activity on event was performed ***** | ||
ADJUSTMENT_TYPE | VARCHAR2 | 30 | Yes | The action code of any adjustment for the event. ***** | |
MODULE_CODE | VARCHAR2 | 10 | Yes | The module in which the adjustment activity was performed. ***** | |
ADJ_ORIGIN | VARCHAR2 | 20 | Holds the description of the adjusted by on the event. ***** | ||
REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
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 |
---|---|---|
PJB_EVENT_ADJ_ACTIVITIES | pjb_billing_events | EVENT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJB_EVENT_ADJ_ACTIVITIES_N1 | Non Unique | Default | REQUEST_ID |
PJB_EVENT_ADJ_ACTIVITIES_N2 | Non Unique | Default | EVENT_ID, ADJUSTMENT_TYPE |
PJB_EVENT_ADJ_ACTIVITIES_N3 | Non Unique | Default | ACTIVITY_DATE |
PJB_EVENT_ADJ_ACTIVITIES_U1 | Unique | Default | EVENT_ID, ACTIVITY_DATE, ADJUSTMENT_TYPE |