HZ_ACCT_PROD_SUGGESTIONS_INT
This table HZ_ACCT_PROD_SUGGESTIONS_INT is used to import simplified account product suggestion attributes.
Details
-
Schema: FUSION
-
Object owner: HZ
-
Object type: TABLE
-
Tablespace: INTERFACE
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BATCH_ID | NUMBER | 18 | Yes | Unique Identifier for a Batch. | |
INTERFACE_ROW_ID | NUMBER | 18 | Yes | Unique identifier of the HZ_ACCT_PROD_SUGGESTIONS_INT interface record. Internal use onlY. | |
IMPORT_STATUS_CODE | VARCHAR2 | 30 | Status code for 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 | 10 | 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. | ||
ACCT_PRODUCT_SUG_ID | NUMBER | 18 | An identifier for Account Product Suggestions. | ||
ACCT_PRODUCT_REL_ID | NUMBER | 18 | An identifier for the account product relations used as a foreign key to the HZ_ACCT_PRODUCT_RELATIONS table. | ||
PARTY_NUMBER | VARCHAR2 | 30 | Unique identification number for this party. | ||
PARTY_ID | NUMBER | 18 | An identifier for the organization profiles used as a foreign key to the HZ_ORGANIZATION_PROFILES table. | ||
PARTY_SOURCE_SYSTEM | VARCHAR2 | 30 | Original System for the Party | ||
PARTY_SOURCE_SYSTEM_REFERENCE | VARCHAR2 | 240 | Original System Reference for the Party | ||
PRODUCT_TYPE | VARCHAR2 | 100 | Indicates whether it is a Product or Product Group | ||
PRODUCT_ID | NUMBER | 18 | Product or Product Group ID | ||
QUADRANT_NAME | VARCHAR2 | 400 | The name of quadrant used in the account segmentation. | ||
SALES_MOTION | VARCHAR2 | 400 | The name of the strategic action used for selling a product. | ||
SALES_PLAY | VARCHAR2 | 1000 | The strategic approach that a sales team uses to promote a specific product. | ||
ACTION_NAME | VARCHAR2 | 400 | The name of the sales action. | ||
EFFECTIVE_DATE | DATE | The date from which the product suggestion is effective. | |||
STATUS | VARCHAR2 | 30 | The Status of account product suggestion. | ||
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 | Who column: indicates the user who last updated the row. | ||
LAST_UPDATE_DATE | TIMESTAMP | 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. | ||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HZ_ACCT_PROD_SUGG_INT_N1 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, IMPORT_STATUS_CODE, ACCT_PRODUCT_REL_ID |
HZ_ACCT_PROD_SUGG_INT_N2 | Non Unique | FUSION_TS_INTERFACE | BATCH_ID, INTERNAL_ACTION_CODE |
HZ_ACCT_PROD_SUGG_INT_U1 | Unique | FUSION_TS_INTERFACE | BATCH_ID, INTERFACE_ROW_ID |