PSC_LNP_INACT_REQUEST_
The table records the inactivate or activate request for business license.
Details
-
Schema: FUSION
-
Object owner: PSC_PER
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
| Name | Columns |
|---|---|
|
psc_lnp_inact_request_PK_ |
REQUEST_KEY, LNP_RECORD_KEY, LAST_UPDATED_BY, LAST_UPDATE_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQUEST_KEY | NUMBER | 18 | Yes | Indicates the unique identifier for the request. | |
| TRANSACTION_TYPE | VARCHAR2 | 10 | Indicates the transaction type relating to the request. | ||
| LNP_RECORD_KEY | NUMBER | 18 | Yes | Unique identifier for the related transaction. | |
| LNP_RECORD_ID | VARCHAR2 | 50 | Indicates the meaningful identifier for the transaction. | ||
| REQUEST_CODE | VARCHAR2 | 30 | Indicates the type of change requested. | ||
| REQUESTOR_NAME | VARCHAR2 | 450 | Indicates the name of the person requesting the change. | ||
| REQUESTOR_TITLE | VARCHAR2 | 60 | Indicates the title of the person requesting the change. | ||
| REQUESTOR_EMAIL | VARCHAR2 | 320 | Indicates the email of the person requesting the change. | ||
| REQUESTOR_PHONE | VARCHAR2 | 40 | Indicates the phone of the person requesting the change. | ||
| REQUESTOR_STAFF_FLAG | VARCHAR2 | 1 | Indicates that the staff initiated the request. | ||
| EFFECTIVE_CHANGE_DATE | DATE | The effective date of the license inactivation. | |||
| INACTIVATE_REASON | VARCHAR2 | 30 | Indicates the reason for the inactivation. | ||
| REACTIVATE_REASON | VARCHAR2 | 30 | Indicates the reason for the inactivation. | ||
| REQUEST_DETAILS | VARCHAR2 | 1000 | Indicates the details of the requests. | ||
| REQUEST_STATUS | VARCHAR2 | 30 | Indicates the status of the request. | ||
| COMPLETED_BY | VARCHAR2 | 64 | Name of agency staff that processed the change. | ||
| COMPLETED_ON | TIMESTAMP | Indicates the date the change was completed. | |||
| STATUS_HISTORY_KEY | NUMBER | 18 | Indicates the unique identifier to the status history table. | ||
| STATUS_HISTORY_PUID | VARCHAR2 | 480 | Indicates the alternate key for CRM import. | ||
| AGENCY_ID | NUMBER | 8 | This column indicates agency id. | ||
| REQUEST_PUID | VARCHAR2 | 480 | Indicates the alternate key for CRM import. | ||
| MIGRATED_DATA_FLAG | VARCHAR2 | 3 | This column is used to indicate the status of CRM data migration. | ||
| RECORD_NUMBER | VARCHAR2 | 64 | This column is used to indicate the parent transaction PUID. Used by CRM import. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 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 | Who column: indicates the user who created the row. | ||
| CREATION_DATE | TIMESTAMP | 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. | ||
| BUSINESS_ENTITY_KEY | NUMBER | 18 | Unique identifier for the business entity. | ||
| BUSINESS_ENTITY_ID | VARCHAR2 | 50 | Meaningful identifier for the business entity. | ||
| BUSINESS_LOCATION_KEY | NUMBER | 18 | Unique identifier for the business location. | ||
| BUSINESS_LOCATION_ID | VARCHAR2 | 50 | Meaningful identifier for the business location. | ||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
| AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| psc_lnp_inact_request_PK_ | Unique | Default | REQUEST_KEY, LNP_RECORD_KEY, LAST_UPDATED_BY, LAST_UPDATE_DATE |