ATC_PRICETAG_RULES
A table for storing the rules configured against each pricetag.
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATC_PRICETAG_RULES_PK |
RULE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_ID | NUMBER | 18 | Yes | Unique identifier of the pricetag rule. | |
RULE_PUID | VARCHAR2 | 30 | Indicates identifier of the pricetag rule. | ||
PRICETAG_ID | NUMBER | 18 | Foreign key of the pricetag to which the rule belongs. | ||
PRODUCT_TYPE_CODE | VARCHAR2 | 30 | Indicates the product type to which the rule applies. Possible values corresponds to the values in the lov ORA_ATC_PRICETAG_PRODTYPES. | ||
RULE_VALUE_TYPE_CODE | VARCHAR2 | 30 | Indicates the type of rule value. Possible values corresponds to the values in the lov ORA_PRICE_TAG_RULE. | ||
RULE_VALUE | VARCHAR2 | 1000 | Indicates the value in a semicolon seperated format. | ||
UOM_VALUE | VARCHAR2 | 30 | Indicates the unit of measure for which the rule is applicable. | ||
BALANCE_ELEM_CODE | VARCHAR2 | 200 | indicates the currency or non currency balance element code | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
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 |
---|---|---|---|
ATC_PRICETAG_RULES_PK | Unique | Default | RULE_ID |
ATC_PRICETAG_RULES_U1 | Unique | Default | PRICETAG_ID, RULE_PUID |