PSC_CE_FEE_RECORD

Stores the fee details for code enforcement cases.

Details

  • Schema: FUSION

  • Object owner: PSC_CE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_CE_FEE_RECORD_PK

FEE_RECORD_KEY

Columns

Name Datatype Length Precision Not-null Comments
FEE_RECORD_KEY NUMBER 18 Yes Unique key to identify a code enforcement fee record.
FEE_RECORD_PUID VARCHAR2 480 Yes Indicates the public unique identifier of the case fee record.
CASE_KEY NUMBER 18 Yes Indicates the case associated with this fee record.
CASE_PUID VARCHAR2 480 Yes Indicates the public unique identifier of the case.
FEE_SOURCE VARCHAR2 15 Yes Indicates the source of the fee record.
FEE_RECORD_ID VARCHAR2 50 Indicates the fee reference id of the case fee record.
AGENCY_ID NUMBER 8 Yes Indicates the unique key identifying an agency.
PARENT_FEE_RECORD_KEY NUMBER 18 This column is used to uniquely identify the parent fee record key.
FEE_SCHEDULE_ID VARCHAR2 20 This column is used to indicate Fee Schedule Id.
FEE_SCHEDULE_LINE NUMBER 20 This column is used to indicate Fee Schedule Line.
FEE_ITEM_ID VARCHAR2 30 Yes This column is used to indicate Fee Item Id.
DEPARTMENT_ID VARCHAR2 30 This column is used to indicate Department Id.
ASSESSED_DATE TIMESTAMP Yes This column is used to indicate Assessed Date.
DUE_DATE DATE Indicates the payment due date of the case fee record.
FEE_QUANTITY NUMBER Yes This column is used to indicate Fee Quantity.
FEE_AMOUNT NUMBER Yes This column is used to indicate Fee Amount.
CURRENCY_CODE VARCHAR2 3 Yes This column is used to indicate Currency Code.
FEE_STATUS VARCHAR2 15 Yes This column is used to indicate Fee Status.
FEE_MEMO VARCHAR2 500 This column is used to indicate fee memo.
PAYMENT_DATE TIMESTAMP This column is used to indicate payment date.
INVOICE VARCHAR2 50 This column is used to indicate invoice.
INVOICE_LINE NUMBER 18 This column is used to indicate invoice line.
PAYMENT_HISTORY_KEY NUMBER 18 This column is used to indicate payment history reference.
ITEM_REC_KEY NUMBER 8 This column is used to indicate payment history item reference.
SRC_TRX_KEY NUMBER 18 This column is used to indicate the source transaction key.
MAPPING_SOURCE VARCHAR2 10 This column is used to indicate Fee Mapping Source.
AUTO_ASSESSED_FLAG VARCHAR2 1 This column is used to indicate Fee Assess Method
SEARCH_ID VARCHAR2 50 Indicates the external search identifier for the fee transaction.
PAYMENT_SOURCE VARCHAR2 30 Yes Indicates the payment source for the fee transaction.
MIGRATED_DATA_FLAG VARCHAR2 3 Indicates in-flight or historical transaction for data migration.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_CE_FEE_RECORD psc_ce_case CASE_KEY
psc_ce_citation psc_ce_fee_record FEE_RECORD_KEY

Indexes

Index Uniqueness Tablespace Columns
PSC_CE_FEE_RECORD_N1 Non Unique Default CASE_KEY
PSC_CE_FEE_RECORD_PK Unique Default FEE_RECORD_KEY
PSC_CE_FEE_RECORD_U1 Unique Default FEE_RECORD_PUID