ATC_PRICETAG_REGISTRIES
To enable search on price tag based on various parameters.
Details
-
Schema: FUSION
-
Object owner: ATC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
ATC_PRICETAG_REGISTRIES_PK |
PRICETAG_REGISTRY_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PRICETAG_REGISTRY_ID | NUMBER | 18 | Yes | Unique row id for pricetag registry. | |
PRICETAG_ID | NUMBER | 18 | Reference to the pricetag entry with respect to the pricetag registries record. Foreign key to atc_pricetag table. | ||
PRODUCT_TYPE_CODE | VARCHAR2 | 30 | Indicates the product type to which the pricetag rule applies. | ||
SERVICE_SPEC_PUID | VARCHAR2 | 30 | Indicates the service specification to which the pricetag rule applies. | ||
UOM_CODE | VARCHAR2 | 30 | Indicates the unit of measure to which the pricetag applies. | ||
BALANCE_ELEMENT_CODE | VARCHAR2 | 200 | Indicates the balance element to which the pricetag applies. | ||
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. | |
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_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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ATC_PRICETAG_REGISTRIES_N1 | Non Unique | Default | PRODUCT_TYPE_CODE |
ATC_PRICETAG_REGISTRIES_N2 | Non Unique | Default | SERVICE_SPEC_PUID |
ATC_PRICETAG_REGISTRIES_N3 | Non Unique | Default | UOM_CODE |
ATC_PRICETAG_REGISTRIES_N4 | Non Unique | Default | BALANCE_ELEMENT_CODE |
ATC_PRICETAG_REGISTRIES_PK | Unique | Default | PRICETAG_REGISTRY_ID |