PSC_COM_FEE_SCHED_MAP_F
This table contains field mapping for fee schedule lines on the fee schedule.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_FEE_SCHED_MAP_F_PK |
AGENCY_ID, FEE_SCHEDULE_ID, FEE_SCHEDULE_LINE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, MAPPING_TYPE, FIELD_NUM |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AGENCY_ID | NUMBER | 8 | Yes | Indicates the agency id associated to the setup data. | |
| TARGET_OBJECTNAME | VARCHAR2 | 200 | To store object name for complex type | ||
| SOURCE_OBJECTNAME | VARCHAR2 | 200 | To store object name for complex type | ||
| FEE_SCHEDULE_ID | VARCHAR2 | 20 | Yes | This column indicates the parent fee schedule. | |
| FEE_SCHEDULE_LINE | NUMBER | 20 | Yes | This column indicates the line number for the fee schedule. | |
| EFFECTIVE_START_DATE | DATE | Yes | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | ||
| EFFECTIVE_END_DATE | DATE | Yes | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | ||
| MAPPING_TYPE | VARCHAR2 | 10 | Yes | Indicates whether the field mapping is for input or output. | |
| FIELD_NUM | NUMBER | 20 | Yes | This column indicates the field mapping sequence number. | |
| SOURCE_FIELDNAME | VARCHAR2 | 50 | This column indicates the source field name for the mapping. | ||
| SOURCE_FIELDTYPE | VARCHAR2 | 30 | This column indicates the source field type for the mapping. | ||
| SOURCE_LABEL | VARCHAR2 | 200 | Indicates the source field label for the mapping. | ||
| TARGET_FIELDNAME | VARCHAR2 | 50 | Indicates the target field name for the mapping. | ||
| TARGET_LABEL | VARCHAR2 | 200 | Indicates the target field label for the 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. | |
| 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. | ||
| 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. | ||
| CREATED_BY_LOGIN | VARCHAR2 | 32 | Who column session login associated with creator. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| 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 |
|---|---|---|---|
| PSC_COM_FEE_SCHED_MAP_F_U1 | Unique | Default | AGENCY_ID, FEE_SCHEDULE_ID, FEE_SCHEDULE_LINE, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE, MAPPING_TYPE, FIELD_NUM |