PSC_LNP_FEE_LINE_F

This table contains license and permit fee lines within a fee schedule.

Details

  • Schema: FUSION

  • Object owner: PSC_PER

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_LNP_FEE_LINE_F_PK

AGENCY_ID, FEE_SCHEDULE_LINE, FEE_SCHEDULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
FEE_SCHEDULE_ID VARCHAR2 20 Yes This column is used to indicate fee schedule id Active
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. Active
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective. Active
FEE_SCHEDULE_LINE NUMBER 20 Yes This column is used to indicate fee schedule line Active
DMN_SPACE_ID VARCHAR2 1000 This column is used to indicate dmn space id Active
DMN_SPACE_NAME VARCHAR2 1000 This column is used to indicate dmn space name Active
DMN_MODEL_NAME VARCHAR2 1000 Yes This column is used to indicate dmn model name Active
DMN_TAG VARCHAR2 1000 Yes This column is used to indicate dmn tag Active
DMN_SERVICE_NAME VARCHAR2 1000 Yes This column is used to indicate dmn service name Active
CURRENCY_CODE VARCHAR2 3 Yes This column is used to indicate currency code Active
PAY_NOW VARCHAR2 1 Yes This column is used to indicate pay now Active
USE_ORIG VARCHAR2 1 This column is used to indicate use orig Active
USE_AMEND VARCHAR2 1 This column is used to indicate use amend Active
USE_RENEW VARCHAR2 1 This column is used to indicate use renew Active
MAPPING_SOURCE VARCHAR2 10 Yes Indicates the feature that requires fee attribute mapping.
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
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
AGENCY_ID NUMBER 8 Yes This column is used to indicate agency id Active
MAP_FEE_ITEM VARCHAR2 50 Yes The output resource name for Fee Item to be stored.
MAP_FEE_AMOUNT VARCHAR2 50 Yes The output resource name for Fee Amount to be stored.
MAP_FEE_REFERENCE VARCHAR2 50 The output resource name for Fee Reference to be stored.
USE_EXPIRATION VARCHAR2 1 Indicates that fees should be calculated during expiration processing

Foreign Keys

Table Foreign Table Foreign Key Column
PSC_LNP_FEE_LINE_F psc_lnp_fee_schedule_b AGENCY_ID, FEE_SCHEDULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE
psc_com_fee_sched_map_f psc_lnp_fee_line_f AGENCY_ID, FEE_SCHEDULE_ID, FEE_SCHEDULE_LINE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Indexes

Index Uniqueness Tablespace Columns Status
PSC_LNP_FEE_LINE_F_FK1 Non Unique Default AGENCY_ID, FEE_SCHEDULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE Active
PSC_LNP_FEE_LINE_F_PK Unique Default AGENCY_ID, FEE_SCHEDULE_LINE, FEE_SCHEDULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE Active