PSC_COM_ADD_COND_IMPORT_INT
Crm high volume import staging table for address condition.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: INTERFACE
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_ADD_COND_IMPORT_INT_PK |
BATCH_ID, INTERFACE_ROW_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BATCH_ID | NUMBER | 18 | Yes | Unique identifier for the import batch. | |
| INTERFACE_ROW_ID | NUMBER | 18 | Yes | Unique identifier of the psc_com_parcel_import_int interface record. | |
| IMPORT_STATUS_CODE | VARCHAR2 | 30 | Indetifies the status code for the import. | ||
| ACTION_CODE | VARCHAR2 | 30 | Indicates action entered by user. | ||
| INTERNAL_ACTION_CODE | VARCHAR2 | 30 | Indicates the action of insert or update for internal use. | ||
| FILE_RECORD_NUM | NUMBER | 18 | This column is required by file import to relate record in the interface table to the file row. | ||
| FILE_NAME_SYSTASK_ID | NUMBER | 18 | Stores systask id for each import csv file. | ||
| ERROR_MESSAGE | VARCHAR2 | 3000 | Indicates the error associated with the row in the interface table. | ||
| ADDRESS_ID | NUMBER | 18 | System generated key for the parcel address. | ||
| STATE | VARCHAR2 | 60 | State that is part of the parcel address. | ||
| ADDRESS1 | VARCHAR2 | 240 | Address Line 1 that is part of the parcel address. | ||
| ADDRESS2 | VARCHAR2 | 240 | Address Line 2 that is part of the parcel address. | ||
| CITY | VARCHAR2 | 60 | City that is part of the parcel address. | ||
| POSTAL_CODE | VARCHAR2 | 60 | Postal code that is part of the parcel address. | ||
| STREET_NUMBER | VARCHAR2 | 20 | Street number used for parcel address searches. | ||
| STREET_DIRECTION | VARCHAR2 | 10 | Street direction used for parcel address searches. | ||
| STREET_NAME | VARCHAR2 | 20 | Street name used for parcel address searches. | ||
| STREET_TYPE | VARCHAR2 | 20 | Street type used for parcel address searches. | ||
| FLOOR | VARCHAR2 | 20 | Floor number used for parcel address searches. | ||
| UNIT_NUMBER | VARCHAR2 | 30 | Aparment unit number used for parcel address searches. | ||
| STREET_SUFFIX | VARCHAR2 | 20 | Street suffix used for parcel address searches. | ||
| OBJECT_TYPE | VARCHAR2 | 3 | Yes | This column is used to indicate the object type. | |
| OBJECT_SUB_TYPE | VARCHAR2 | 3 | Yes | This column is used to indicate the object sub type. | |
| CONDITION_NAME | VARCHAR2 | 50 | Yes | This column used to indicate the conditon that is applied on the object. | |
| STATUS | VARCHAR2 | 1 | Yes | This column is used to indicate the status. | |
| PRIORITY | NUMBER | 1 | This column is used to indicate the priority of the condition. | ||
| RESOLUTION_ACTION | VARCHAR2 | 500 | This column is used to indicate the resolution action. | ||
| ADDITIONAL_INFO | VARCHAR2 | 500 | This column is used to indicate the additional information. | ||
| APPLIED_DATE | TIMESTAMP | This column is used to indicate the condition applied date. | |||
| APPLIED_BY | VARCHAR2 | 64 | This column is used to indicate the condition applied by. | ||
| REMOVAL_DATE | TIMESTAMP | This column is used to indicate the condition resolution date. | |||
| REMOVED_BY | VARCHAR2 | 64 | This column is used to indicate the condition removed by. | ||
| SEVERITY | VARCHAR2 | 1 | Yes | This column indicates the severity of the condition. | |
| DESCRIPTION | VARCHAR2 | 500 | This column is used to indicate the condition description. | ||
| PUBLIC_FLAG | VARCHAR2 | 1 | This flag decides if the condition description needs to be displayed to the public user. | ||
| INHERIT_FLAG | VARCHAR2 | 1 | This flag decides if the condition can be inherited. | ||
| APPLY_TO_IN_PROCESS_TRANS | VARCHAR2 | 1 | This flag decides if the condition can be applied to the in process transactions. | ||
| RESOLVE_IN_PROCESS_TRANS | VARCHAR2 | 1 | This flag decides if the condition can be resolved for in process transactions. | ||
| BR_PREVENT_NEW | VARCHAR2 | 1 | This flag indicates prevent New business rule for Hold condition. | ||
| BR_PREVENT_WORKFLOW | VARCHAR2 | 1 | Prevent Workflow Advancing business rule for Hold condition. | ||
| BR_PREVENT_ISSUE | VARCHAR2 | 1 | Prevent Issue/Final business rule for Hold condition. | ||
| BR_PREVENT_RENEWAL | VARCHAR2 | 1 | Prevent Renewal business rule for Hold condition. | ||
| BR_PREVENT_INS_SCHED | VARCHAR2 | 1 | Prevent Inspection Schedule rule for Hold condition. | ||
| BR_PREVENT_INS_RESULT | VARCHAR2 | 1 | Prevent Resulting Inspection rule for Hold condition. | ||
| BR_RESTRICT_PAYMENT | VARCHAR2 | 1 | Restrict Payment business rule for Hold condition. | ||
| BR_PREVENT_FINAL_INS | VARCHAR2 | 1 | Prevent final inspection business rule for Hold condition. | ||
| BR_PREVENT_FINAL | VARCHAR2 | 1 | Prevent final business rule for Hold condition. | ||
| 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. | |
| 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_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. | ||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| CONDITION_KEY | NUMBER | 18 | This column indicates the key for the address condition |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PSC_COM_ADD_COND_IMPORT_INT_N1 | Non Unique | DEFAULT | BATCH_ID, IMPORT_STATUS_CODE |
| PSC_COM_ADD_COND_IMPORT_INT_PK | Unique | DEFAULT | BATCH_ID, INTERFACE_ROW_ID |