Oracle SIH Data Model
Oracle SIH Data Model
SmartItemHub
DataModel Release 1.0
September 2020
Contents
1. Preface......................................................................................................................... 1
1.1. Audience.......................................................................................................... 1
1.2. Related Documents............................................................................................1
3. Data Definitions........................................................................................................... 1
3.1 Tables.......................................................................................................................... 1
3.1.1 SIH_SYSTEM_OPTIONS.................................................................................1
3.1.2 SIH_ITEM_MOD_CONFIG..............................................................................2
3.1.3 SIH_SIMILARITY_CONFIG............................................................................2
3.1.4 SIH_LANG...................................................................................................... 3
3.1.5 SIH_CODE_HEAD........................................................................................... 3
3.1.6 SIH_CODE_DETAIL........................................................................................ 3
3.1.7 SIH_CODE_DETAIL_TL..................................................................................4
3.1.8 SIH_MAP_DEFAULT_HEAD...........................................................................4
3.1.9 SIH_MAP_DEFAULT_HEAD_TL....................................................................5
3.1.10 SIH_MAP_DEFAULT_DETAIL.................................................................5
3.1.11 SIH_STATS_PARAMETER.......................................................................6
3.1.12 SIH_DIFF_GROUP_CONFIG.....................................................................7
3.1.13 SIH_ENTITY............................................................................................. 7
3.1.14 SIH_ENTITY_ATTRIBUTES.....................................................................8
3.1.15 SIH_SIMILAR_ITEMS...............................................................................8
3.1.16 SIH_AREAS.............................................................................................. 9
3.1.17 SIH_LOGS................................................................................................ 9
3.1.18 SIH_RTK_ERRORS.................................................................................10
3.1.19 SIH_RTK_ERRORS_TL...........................................................................11
3.1.20 SIH_NAVIGATION_HIER.......................................................................11
3.1.21 SIH_NAVIGATION_HIER_TL.................................................................12
3.1.22 SIH_NAVIGATION_HIER_ROLE............................................................12
3.1.23 SIH_FILTER_GROUP_NAV....................................................................13
3.1.24 SIH_MAPPINGS......................................................................................13
3.1.25 SIH_MAPPING_SRC...............................................................................14
3.1.26 SIH_MAPPING_TRG...............................................................................15
3.1.27 SIH_MAPPING_TD_TRG........................................................................15
3.1.28 SIH_MAPPING_FORMULA....................................................................16
3.1.29 SIH_VALIDATION_HEAD......................................................................16
3.1.30 SIH_VALIDATION_HEAD_TL................................................................17
3.1.31 SIH_VALIDATION_DETAILS.................................................................18
3.1.32 SIH_VALIDATION_ALERTS..................................................................18
4. Glossary..................................................................................................................... 88
1.1. AUDIENCE
This data model is written for the following audiences:
Database administrators
Business analysts
System analysts
Integrators and implementation personnel
1.10.3 SIH_SIMILARITY_CONFIG
Name SIH_SIMILARITY_CONFIG
Description Table to hold the configurations regarding similarity on Smart Item Hub App.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
SIM_CONFIG_ID NUMBER(10) uniquely identifies a similarity configuration in
1 Y Y
smart item hub.
2 INPUT_FIELD Y VARCHAR2(25) field to be configured.
AREA VARCHAR2(50) area to which the configuration is associated
3 Y
with.
4 COMPARISON_TYPE Y VARCHAR2(10) comparison type. can be perfect or similar.
5 SIMILARITY_RATE Y NUMBER(3) similarity rate to use in the comparisons.
SEVERITY VARCHAR2(1) severity of the alert. values for this field are
6 Y
defined by the svrt code on code detail.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_SIMILARITY_CONFI ASC
PK SIM_CONFIG_ID
G
Constraints
Type Column/Constraint Name Details
CHECK_SIMILARITY_RAT
Table Level similarity_rate BETWEEN 1 AND 100
E
1.10.4 SIH_LANG
Name SIH_LANG
Description Contains a list of all the languages used by the SIH system.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
LANG NUMBER(6) contains a number which uniquely identifies a
1 Y Y
language.
2 DESCRIPTION Y VARCHAR2(120) contains a description or name for the
F
No Column Name PK
K
Mandatory Data Type Description
language.
ISO_CODE VARCHAR2(6) this field holds the iso code associated with the
3 Y
given language.
Indexes
Stat Functiona Spatia Sort Order
Index Name e l l
Expression Column Name
PK_SIH_LANG PK LANG ASC
SIH_LANG_I1 ISO_CODE ASC
1.10.5 SIH_CODE_HEAD
Name SIH_CODE_HEAD
This table contains one row for each different set of codes that is being defined. The code types for each set of
Description
codes is defined in the SIH_CODE_DETAIL table. This table will only contain codes that have static data.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 CODE_TYPE Y VARCHAR2(4) this field contains the code type which will
serve as a grouping mechanism for the
Y
multiple codes stored on the
sih_code_detail table.
2 CODE_TYPE_DESC Y VARCHAR2(120) this field will contain the description of the
code type.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_CODE_HEAD PK CODE_TYPE ASC
1.10.6 SIH_CODE_DETAIL
Name SIH_CODE_DETAIL
Description This table will contain code and decoded descriptions for each code type as defined in the CODE_HEAD table.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 CODE_TYPE Y VARCHAR2(4) this field will contain a valid code type for the
Y row. the valid code types are defined on the
code_head table.
2 CODE Y VARCHAR2(6) this field contains the code used in oracle retail
Y which must be decoded for display in the on-
line forms.
3 CODE_DESC Y VARCHAR2(250) this field contains the description associated
with the code and code type.
4 REQUIRED_IND Y VARCHAR2(1) indicates if the code is required. valid values
are: y = yes and n = no.
5 CODE_SEQ Y NUMBER(4) this is a number used to order the elements so
that they appear consistently when using them
to populate a list.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_CODE_DETAI ASC
PK CODE_TYPE
L
CODE ASC
Constraints
Type Column/Constraint Name Details
CHK_SIH_CODE_DETAIL_CODE_SE
Table Level CODE_SEQ > 0
Q
1.10.7 SIH_CODE_DETAIL_TL
Name SIH_CODE_DETAIL_TL
Description This table will contain code and decoded descriptions for each code type as defined in the CODE_HEAD table.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for this
Y
record.
2 CODE_TYPE Y VARCHAR2(4) this field will contain a valid code type for
Y the row. the valid code types are defined
on the code_head table.
3 CODE Y VARCHAR2(6) this field contains the code used in oracle
Y retail which must be decoded for display
in the on-line forms.
4 CODE_DESC Y VARCHAR2(250) this field contains the description
associated with the code and code type.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_CODE_DETAIL_T ASC
PK LANG
L
CODE_TYPE
CODE
1.10.8 SIH_MAP_DEFAULT_HEAD
Name SIH_MAP_DEFAULT_HEAD
Description This table contains the main information about default mappings.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 MAP_DEFAULT_ID Y NUMBER(10) uniquely identifies a default
Y
mapping.
2 MAP_DEFAULT_NAME Y VARCHAR2(250) this field contains the mapping
default name.
3 MAP_DEFAULT_DESC Y VARCHAR2(250) this field contains the mapping
default description.
4 MAPPING_CATEGORY Y VARCHAR2(6) category of mapping. values for this
field are defined by the mcat code
on code detail.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_MAP_DEFAULT_HEA ASC
PK MAP_DEFAULT_ID
D
UC_SIH_MAP_DEFAULT_HEA ASC
MAP_DEFAULT_ID
D
MAP_DEFAULT_NAM
E
1.10.9 SIH_MAP_DEFAULT_HEAD_TL
Name SIH_MAP_DEFAULT_HEAD_TL
Description This is the translation table for base table SIH_MAP_DEFAULT_HEAD.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language
Y Y
for this record.
2 MAP_DEFAULT_ID Y NUMBER(10) uniquely identifies a mapping
Y
default in smart item hub.
3 MAP_DEFAULT_NAME Y VARCHAR2(250) this field contains the mapping
default name.
4 MAP_DEFAULT_DESC Y VARCHAR2(250) this field contains the mapping
default description.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_MAP_DEFAULT_HEAD_T MAP_DEFAULT_I ASC
PK
L D
LANG ASC
Foreign Keys
In
Mandator Transferabl
Name Refering To
y e
Ar Column Name
c
FK_SIH_MAP_DEFAULT_HEAD_T SIH_MAP_DEFAULT_HEA
Y Y MAP_DEFAULT_ID
L D .MAP_DEFAULT_ID
1.10.10 SIH_MAP_DEFAULT_DETAIL
Name SIH_MAP_DEFAULT_DETAIL
This table will contain detailed information for each mapping default defined in the
Description
SIH_MAP_DEFAULT_HEAD table.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 MAP_DEFAULT_ID Y NUMBER(10) uniquely identifies a mapping default in
Y Y
smart item hub.
2 ENTITY_ATTR_ID Y NUMBER(10) identifies the entity id configured in
Y
sih_entity.
3 ATTRIBUTE_TYPE Y VARCHAR2(3 type of mapping attribute. values for this
) field are defined by the mdat code on code
detail.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_MAP_DEFAULT_DETAI MAP_DEFAULT_I ASC
PK
L D
ENTITY_ATTR_ID ASC
Foreign Keys
In
Transferabl
Name Refering To Mandatory
e
Ar Column Name
c
FK_SIH_MAP_DEFAULT_DETAI SIH_MAP_DEFAULT_HEAD MAP_DEFAULT_I
Y Y
L . MAP_DEFAULT_ID D
Constraints
Type Column/Constraint Name Details
CHK_SIH_MAP_DEFAULT_DETAI
Table Level ATTRIBUTE_TYPE IN ('SRC','TRG')
L
1.10.11 SIH_STATS_PARAMETER
Name SIH_STATS_PARAMETER
Description Table that holds information of tables to gather statistics for performance propurses.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SCHEMA_NAME Y Y VARCHAR2(30) this field contains the schema name.
2 TABLE_NAME Y VARCHAR2(30) this field contains the table name.
CASCADE VARCHAR2(1) this field contains the cascade value
which determines if index stats
3
should be gathered for the current
table. 'y' for true. 'n' for false
ESTIMATE_PERCENTAGE NUMBER this field contains the estimate
4 percentage of rows to sample when
gathering stats.
GRANULARITY VARCHAR2(30) this field contains the granularity of
5 stats to be collected on partitioned
objects.
DEGREE NUMBER this field contains the degree of of
6
parallelism.
IS_ACTIVE VARCHAR2(1) this field sets if the statistics
7
parameter is active.
CREATE_ID VARCHAR2(50) this field contains the user who
8
created the parameter.
CREATE_DATETIME TIMESTAMP(6) this field contains the creation date
9
time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who last
10
updated the parameter.
LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update
11
date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_STATS_PARAMETER_P ASC
PK SCHEMA_NAME
K
TABLE_NAME ASC
SIH_STATS_PARAMETER_I1 IS_ACTIVE ASC
1.10.12 SIH_DIFF_GROUP_CONFIG
Name SIH_DIFF_GROUP_CONFIG
Description Table to hold the information about diff groups by merchandise hierarchy.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 CONFIG_ID Y NUMBER(10) uniquely identifies an diff group
Y
mapping.
2 DEPT Y NUMBER(4) refer to item_master.dept.
3 CLASS Y NUMBER(4) refer to item_master.class.
4 SUBCLASS Y NUMBER(4) refer to item_master.subclass
5 DIFF_GROUP_TYPE_1 Y VARCHAR2(6) diff type 1 identifier
6 DIFF_GROUP_TYPE_2 Y VARCHAR2(6) diff type 2 identifier
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_DIFF_GROUP_CONFIG PK CONFIG_ID ASC
UC_SIH_DIFF_GROUP_CONFI ASC
DEPT
G
CLASS ASC
SUBCLASS ASC
1.10.13 SIH_ENTITY
Name SIH_ENTITY
Description This table contains the main information about SIH database entities and its related user context business name.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 ENTITY_ID Y NUMBER(10) uniquely identifies a configured
Y
entity.
2 ENTITY_NAME Y Y VARCHAR2(30) identifies sih database entity name.
3 BUSINESS_ENTITY_NAME Y VARCHAR2(120) identifies the related user context
business name of the entity.
4 IS_VISIBLE VARCHAR2(1) identifies if entity should be
display.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_ENTITY PK ENTITY_ID ASC
SIH_ENTITY ENTITY_NAME ASC
BUSINESS_ENTITY_NAM ASC
E
1.10.14 SIH_ENTITY_ATTRIBUTES
Name SIH_ENTITY_ATTRIBUTES
This table contains the main information about SIH database entities columns names and its related user context
Description
business name.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 ENTITY_ATTR_ID Y NUMBER(10) identifies the entity column configured in
Y
sih_entity_attributes.
2 ENTITY_ID Y NUMBER(10) identifies the entity id configured in
Y
sih_entity.
3 ATTRIBUTE_NAME Y Y VARCHAR2(30) identifies sih database entity column name.
4 BUSINESS_ATTRIBUTE_NAME VARCHAR2(120 identifies the related user context business
) name of the entity's column.
5 IS_VISIBLE VARCHAR2(1) identifies if entity column should be display.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_ENTITY_ATTRIBUTE ASC
PK ENTITY_ATTR_ID
S
SIH_ENTITY_ATTRIBUTES_I1 ATTRIBUTE_NAME ASC
BUSINESS_ATTRIBUTE_NAM ASC
E
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_ENTITY.ENTITY_I
ENTITY_ID_FK Y Y ENTITY_ID
D
1.10.15 SIH_SIMILAR_ITEMS
Name SIH_SIMILAR_ITEMS
Description Table to hold the information about sql statement during the item similarity process
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 ID Y Y VARCHAR2(10) uniquely identifies an similar item sql statement.
2 TYPE Y VARCHAR2(6) uniquely identifies if the query is for similar or
Y equal items. values for this field are defined by
the styp code on code detail.
3 SUPPLIER Y VARCHAR2(10) unique identifying number for a supplier within
Y
the system.
4 DEPT Y Y NUMBER(4) unique sql statement by department.
5 CLASS Y NUMBER(4) unique sql statement by class.
6 SUBCLASS Y NUMBER(4) unique sql statement by subclass.
7 SQL_STATEMENT CLOB unique identifying number for a supplier within
the system.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_AREAS PK AREA_ID ASC
1.10.16 SIH_AREAS
Name SIH_AREAS
Description This table will contain the log areas
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 AREA_ID Y VARCHAR2(100) this field contains the key uniquely identifying
Y
each row on the table.
2 DESCRIPTION Y VARCHAR2(100) this field contains the area description.
3 LOG_LEVEL Y VARCHAR2(10) this field will specify the log level (e.g. trace,
debug, info, etc.)
4 STATUS Y VARCHAR2(1) this field contains areas status (e.g. active,
inactive)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_ORCA_EMAIL_ORDER_PUBINF ASC
PK SEQ_NO
O
SUPPLIER ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_LOG_LEVEL upper(log_level) in ('TRACE','DEBUG','INFO','WARNING','ERROR')
Table Level CHK_MICROAPP_STATUS upper(status) IN ('A','I','S')
1.10.17 SIH_LOGS
Name SIH_LOGS
Description This is a log table. It is used to hold log information to make possible knows what as happened in the system.
Trigger N/A
Columns
Mandator
No Column Name PK FK
y
Data Type Description
1 ID Y NUMBER(10) this field contains the key uniquely identifying
each row on the table. this key is generated by the
Y
sih_log_seq database sequence and is not editable
by the user.
2 AREA_ID Y VARCHAR2(100) uniquely identifies a area in sih_areas.
3 LOG_LEVEL Y VARCHAR2(10) this field will specify the log level (e.g. trace,
error, info, etc.)
4 PROGRAM_NAME Y VARCHAR2(200) this field contains the program when the log is
created.
5 LOG_TS Y TIMESTAMP(6) this field contains the timestamp when the log is
created.
6 LOG_USER Y VARCHAR2(30) this field contains the user that created the log.
7 MSG_CODE Y VARCHAR2(2000) this field contains the message code
8 AUX_1 VARCHAR2(1000) optional field 1 used to hold extra information
that can help to understand better the log
9 AUX_2 VARCHAR2(1000) optional field 2 used to hold extra information
that can help to understand better the log
10 AUX_3 VARCHAR2(1000) optional field 3 used to hold extra information
that can help to understand better the log
11 AUX_4 VARCHAR2(1000) optional field 4 used to hold extra information
that can help to understand better the log
12 AUX_5 VARCHAR2(1000) optional field 5 used to hold extra information
that can help to understand better the log
13 BACKTRACE_DESC VARCHAR2(2000) this field contains the the full stacktrace message.
14 SESS_SID VARCHAR2(30) this field contains the system session identication
that created the log.
15 SESS_ID VARCHAR2(30) this field contains the session id that created the
log.
16 SESS_USER VARCHAR2(30) this field contains the session user that created the
log.
17 DB_INSTANCE VARCHAR2(100) this field contains the database instance
18 DB_INSTANCE_NAME VARCHAR2(100) this field contains the database name
19 USER_HOST VARCHAR2(100) this field contains the host that created the log.
20 USER_IP_ADDRESS VARCHAR2(15) this field contains the ip address that created the
log.
21 OS_USER VARCHAR2(30) this field contains the operation system user that
created the log.
22 APP_USER VARCHAR2(30) this field contains the application user that
created the log.
23 AUX_6 CLOB optional field 6 used to hold extra information
that can help to understand better the log
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_LOGS PK ID ASC
SIH_LOGS_I1 AREA_ID ASC
LOG_TS ASC
PROGRAM_NAME ASC
1.10.18 SIH_RTK_ERRORS
Name SIH_RTK_ERRORS
This table contains one row for each error message used on the client side in the system. This table is populated
Description
during installation of the system and must be maintained by the database administrator.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 RTK_TYPE Y VARCHAR2(2) this column will represent the type of error that
each key and message is describing. valid values
Y
are bl - business logic, or - api sequencing out of
order, lk - record locked, oe - oracle error.
2 RTK_KEY Y VARCHAR2(25) contains a key that will be used to access an error
message from a form. this key is used to call the
message from inside the emessage or f_yes_no
message. example: emessage(inv_sku);
3 RTK_TEXT Y VARCHAR2(255 contains the actual text of the message. this text
) will be written to the screen when the message
box appears.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_RTK_ERRORS PK RTK_KEY ASC
Constraints
Type Column/Constraint Name Details
CHK_RTK_ERRORS_RKT_TYP
Table Level RTK_TYPE in ('BL', 'LK', 'OR', 'OE','SY','FE')
E
1.10.19 SIH_RTK_ERRORS_TL
Name SIH_RTK_ERRORS_TL
This is the translation table for SIH_RTK_ERRORS table. The translated value in other languages are
Description
maintained in this table.
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 LANG Y NUMBER(6) this field contains the language in which the
Y
translated text is maintained.
2 RTK_KEY Y Y VARCHAR2(25) contains a key for the erorr message.
3 RTK_TEXT Y VARCHAR2(255) contains the actual text of the message.
4 CREATE_DATETIME Y TIMESTAMP(6) this field contains the timestamp when the
record is created.
5 CREATE_ID Y VARCHAR2(30) this field contains the user that created the
record.
6 LAST_UPDATE_DATETIM Y TIMESTAMP(6) this field contains the timestamp when the
E record is last updated.
7 LAST_UPDATE_ID Y VARCHAR2(30) this field contains the user that last updated
the record.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_RTK_ERRORS_TL PK LANG ASC
RTK_KEY ASC
1.10.20 SIH_NAVIGATION_HIER
Name SIH_NAVIGATION_HIER
Description Table to hold the available tasks on the Smart Item Hub App.
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 RESOURCE_ID Y NUMBER(10) uniquely identifies a resource in smart
Y
item hub.
2 TITLE Y VARCHAR2(50) title to be displayed on the navigation
bar once the task is open.
3 RES_TYPE Y VARCHAR2(50) resource type. can be one of the
following values: module, folder, section
and url
4 RES_VALUE VARCHAR2(255) value of the resource.
5 PARENT NUMBER(10) parent resource.
6 IS_DEFAULT VARCHAR2(1) value that identifies if the resource
should be opened by default or not.
7 SEQ NUMBER(10) value that identifies the resource
position.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_NAVIGATION_HIER PK RESOURCE_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
FK01_ORCA_EVENT_MSG_FAILUR
MESSAGE_NUM Y Y MESSAGE_NUM
E
1.10.21 SIH_NAVIGATION_HIER_TL
Name SIH_NAVIGATION_HIER_TL
This is the translation view for base table sih_navigation_hier. this view fetches data in user language either
Description from translation table sih_navigation_hier_tl or from the base table. If the record in user language is not present,
record from base table is fetched which is in the system data integration language.
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for
Y Y
this record.
2 RESOURCE_ID Y NUMBER(10) uniquely identifies a resource in smart
Y
item hub.
3 TITLE Y VARCHAR2(50) title to be displayed on the navigation
bar once the task is open.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_NAVIGATION_HIER_TL PK RESOURCE_ID ASC
LANG ASC
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_NAVIGATION_HIER .
FK_SIH_NH_TL Y Y RESOURCE_ID
RESOURCE_ID
1.10.22 SIH_NAVIGATION_HIER_ROLE
Name SIH_NAVIGATION_HIER_ROLE
Description Table to hold the available tasks on the Smart Item Hub App for a specific role.
Trigger N/A
Columns
P
No Column Name K
FK Mandatory Data Type Description
1 RESOURCE_ID Y NUMBER(10) uniquely identifies a resource in smart item
hub.
2 WEBLOGIC_JOB_NAM Y VARCHAR2(120) identifies role configured in weblogic.
E
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_NAVIGATION_HIER_ROL ASC
PK RESOURCE_ID
E
WEBLOGIC_JOB_NAM ASC
E
1.10.23 SIH_FILTER_GROUP_NAV
Name SIH_FILTER_GROUP_NAV
Description This is a configuration security table. It is used to hold information related to user and supplier.
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 GROUP_ID Y NUMBER(15) this column holds the security group the security
Y user belongs to. it references the group id defined
on the sec_group table.
2 RESOURCE_ID Y Y NUMBER(10) this field contains the resource id.
3 CREATE_ID VARCHAR2(30) this field contains the create user id.
4 CREATE_DATE TIMESTAMP(6) this field contains the create user date.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_FILTER_GROUP_NAV PK GROUP_ID ASC
RESOURCE_ID ASC
1.10.24 SIH_MAPPINGS
Name SIH_MAPPINGS
Description Table to hold the information of mandatory fields.
Trigger SIH_TRG_UPDT_DATE_MAPPING
Columns
P
No Column Name K
FK Mandatory Data Type Description
1 MAPPING_ID Y NUMBER(10) unique identifier for the mapping in smart item
Y Y
hub.
2 MAPPING_TYPE Y VARCHAR2(6) type of mapping. values for this field are
defined by the mtyp code on code detail.
3 MAPPING_DESCRIPTION VARCHAR2(255) description of mapping.
4 MAPPING_CATEGORY VARCHAR2(6) category of mapping. values for this field are
Y defined by the mcat code on code detail.
5 MAPPING_PRIORITY NUMBER(1) mapping priority. values for this field are
defined by the mpri code on code detail.
SUPPLIER NUMBER(10) unique identifying number for a supplier within
the system.
CONTEXT VARCHAR2(120) identifying context of the item.
P
No Column Name K
FK Mandatory Data Type Description
IS_ACTIVE VARCHAR2(1) indicates if the rule is active.
EDITABLE VARCHAR2(1) indicates if this rule is editable by the user.
CREATE_DATA VARCHAR2(1) indicates if the system will transform data
(transform_data='y') or not (transform_data='n')
during the mappings process
TRANSFORM_DATA VARCHAR2(1)
CREATE_ID VARCHAR2(50) this field contains the user that created the
record.
CREATE_DATETIME TIMESTAMP(6) this field contains the timestamp when the
record is created.
LAST_UPDATE_ID VARCHAR2(50) this field contains the user that last updated the
record.
LAST_UPDATE_DATETIM TIMESTAMP(6) this field contains the timestamp when the
E record is last updated.
OVERWRITE VARCHAR2(1) identifies if a mapping updates an existing value
in the target field. 'y' is to overwrite and 'n' is
not to overwrite
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_MAPPINGS PK MAPPING_ID ASC
SIH_MAPPINGS_I1 SUPPLIER
MAPPING_TYPE
IS_ACTIVE
CONTEXT
MAPPING_PRIORITY
SIH_MAPPINGS_I2 SUPPLIER
MAPPING_TYPE
IS_ACTIVE
MAPPING_PRIORITY
SIH_MAPPINGS_I3 MAPPING_PRIORITY
MAPPING_TYPE
IS_ACTIVE
SIH_MAPPINGS_I4 MAPPING_TYPE
MAPPING_PRIORITY
IS_ACTIVE
MAPPING_ID
MAPPING_CATEGOR
Y
Constraints
Column/Constraint
Type Name
Details
Table Level SIH_MAPPINGS_CH1 MAPPING_PRIORITY IN (1,2,3,4,5)
Table Level SIH_MAPPINGS_CH2 TRANSFORM_DATA<>'Y' OR CREATE_DATA<>'Y'
1.10.25 SIH_MAPPING_SRC
Name SIH_MAPPING_SRC
Description Table to hold the source fields and values for the mappings.
Trigger N/A
Columns
No Column Name PK FK Mandatory Data Type Description
1 MAPPING_ID NUMBER(10) unique identifier for the mapping in smart
Y Y
item hub.
2 SOURCE_TABLE VARCHAR2(30) identifies the source table for the mapping.
3 SOURCE_FIELD VARCHAR2(25) identifies the source field for the mapping.
4 SOURCE_VALUE VARCHAR2(255) identifies the source value for the mapping.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MAPPING_SRC_PK PK MAPPING_ID ASC
SOURCE_TABLE ASC
SOURCE_FIELD ASC
SIH_MAPPING_SRC_I1 SOURCE_TABLE ASC
SOURCE_FIELD ASC
SOURCE_VALUE ASC
SIH_MAPPING_SRC_I2 SOURCE_FIELD ASC
SOURCE_TABLE ASC
SOURCE_VALUE ASC
MAPPING_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_MAPPING_SRC_FK SIH_MAPPINGS .MAPPING_ID Y Y MAPPING_ID
1.10.26 SIH_MAPPING_TRG
Name SIH_MAPPING_TRG
Description Table to hold the target fields and values for the mappings.
Trigger N/A
Columns
P Mandator
No Column Name K
FK
y
Data Type Description
1 MAPPING_ID Y MAPPING_ID unique identifier for the mapping in smart
Y
item hub.
2 TARGET_TABLE Y TARGET_TABL identifies the target table for the mapping.
Y
E
3 TARGET_FIELD TARGET_FIELD identifies the target field for the mapping.
4 TARGET_VALUE TARGET_VALU identifies the target value for the
E mapping.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MAPPING_TRG_PK PK MAPPING_ID ASC
TARGET_TABLE ASC
TARGET_FIELD ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_MAPPING_TRG_FK SIH_MAPPINGS .MAPPING_ID Y Y MAPPING_ID
1.10.27 SIH_MAPPING_TD_TRG
Name SIH_MAPPING_TD_TRG
Description Table to hold the target tranformation data SQL.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 ORDER_NO Y NUMBER(12) Contains the number that uniquely identifies an order
within the system.
2 ITEM Y VARCHAR2(25) Unique alphanumeric value that identifies the item.
3 LOCATION Y NUMBER(10) This field contains the location that item will be ordered
to. This field may contain a store or a warehouse.
4 LOC_TYPE Y VARCHAR2(1) This field contains the type of location in the location
field. Valid values are: S - Store W - Warehouse
5 QTY_FREE_PAID Y NUMBER(12,4) Contains the number of paid or free items ordered for the
SKU to this location.
6 QTY_ORDERED Y NUMBER(12,4) Contains the total number of items ordered for the SKU to
this location.
7 UNIT_COST Y NUMBER(20,4) This field contains the unit cost for the Item/Location on
the order, including discounts (deal/bracket/allowance),
but not landed cost components. This field is stored in
order currency.
8 FREE_GOODS_IND Y VARCHAR2(1) This field contains the free goods indicator.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MAPPING_TD_TRG_PK PK MAPPING_TD_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_MAPPING_TD_TRG_F
SIH_MAPPINGS .MAPPING_ID Y Y MAPPING_ID
K
1.10.28 SIH_MAPPING_FORMULA
Name SIH_MAPPING_FORMULA
Description Table to hold the mapping formula to apply to each mapping category.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 FORMULA_ID Y NUMBER(10) uniquely identifies a mapping formula.
2 SEQ_NO Y NUMBER(10) indicates the order of execution if a mapping category
has more than one formula
3 CONTEXT Y VARCHAR2(120 indicates the context.
)
4 MAPPING_TYPE Y VARCHAR2(6) indicates the mapping type.
5 MAPPING_CATEGOR Y VARCHAR2(6) indicates the mapping category.
Y
6 SQL_STATEMENT Y CLOB this field holds the formula sql statement that was
previous configured.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_MAPPING_FORMULA PK FORMULA_ID ASC
SEQ_NO ASC
SIH_MAPPING_FORMULA_I1 MAPPING_TYPE ASC
MAPPING_CATEGOR ASC
Y
CONTEXT ASC
1.10.29 SIH_VALIDATION_HEAD
Name SIH_VALIDATION_HEAD
Description Table to hold the validations.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 ID Y NUMBER(10) uniquely identifies an validation in smart
Y
item hub.
2 VAL_TYPE Y VARCHAR2(6) type of validation. values for this field are
Y
defined by the vtyp code on code detail.
3 SEVERITY Y VARCHAR2(6) severity of the validation.
4 SUPPLIER NUMBER(10) supplier of the validation.
5 VAL_DESC VARCHAR2(255) validation description.
6 IS_ACTIVE Y VARCHAR2(1) indicates if the rule is active.
7 VAL_CODE VARCHAR2(30) each validation is associated with an
Y
validation code.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_VALIDATION_HEAD PK ID ASC
SIH_VALIDATION_HEAD_I1 SUPPLIER ASC
SEVERITY ASC
VAL_TYPE ASC
IS_ACTIVE ASC
1.10.30 SIH_VALIDATION_HEAD_TL
Name SIH_VALIDATION_HEAD_TL
This is the translation view for base table SIH_VALIDATION_HEAD. This view fetches data in user language
Description either from translation table SIH_VALIDATION_HEAD_TL or from the base table. If the record in user
language is not present, record from base table is fetched which is in the system data integration language.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for this record.
2 ID NUMBER(10) uniquely identifies an validation in smart item hub.
3 VAL_DESC Y VARCHAR2(255 validation description.
)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_VALIDATION_HEAD_T ASC
PK LANG
L
ID
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
FK_SIH_VAL_HEAD_TL_SV
SIH_VALIDATION_HEAD.ID Y Y ID
H
1.10.31 SIH_VALIDATION_DETAILS
Name SIH_VALIDATION_DETAILS
Description Table to hold the validations details configuration.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 ID Y NUMBER(10) uniquely identifies an validation detail.
2 VAL_ID NUMBER(10) identifies the sih_validations corresponding id.
3 SOURCE_FIELD Y VARCHAR2(25) identifies the source_field.
4 OPERATOR Y VARCHAR2(6) identifies the operator to use. values for this field are
defined by the optr code on code detail.
5 VALUE VARCHAR2(250 identifies the value for system and business validatios.
)
6 SQL_VALUE CLOB identifies the value for duplicates.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_VALIDATION_DETAIL ASC
PK ID
S
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_VALIDATION_HEA
SIH_VALIDATION_HEAD.ID Y Y ID
D
1.10.32 SIH_VALIDATION_ALERTS
Name SIH_VALIDATION_ALERTS
Description Table to hold the alerts concerning an item.
Trigger N/A
Columns
Column F
No PK Mandatory Data Type Description
Name K
1 ALERT_ID Y Y NUMBER(10) uniquely identifies an alert in smart item hub.
2 SIH_ITEM_ID Y NUMBER(10) uniquely identifies an item in smart item hub.
3 VAL_ID Y NUMBER(10) uniquely identifies an validation in smart item hub.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_VALIDATION_ALERT ASC
PK ALERT_ID
S
SIH_VALIDATION_ALERTS_I1 SIH_ITEM_ID ASC
VAL_ID ASC
Foreign Keys
In
Mandator Transferabl
Name Refering To
y e
Ar Column Name
c
SIH_VALIDATION_ALERTS_FK
SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1
SIH_VALIDATION_ALERTS_FK
SIH_VALIDATION_HEAD.ID Y Y ID
2
1.10.33 SIH_RMS_EVENT_ALERTS
Name SIH_RMS_EVENT_ALERTS
Description Table that holds information to control modifications of certains critical RMS fields.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) This field contains the language in which
Y Y
the translated text is maintained.
2 RTK_KEY Y Y Y VARCHAR2(25) Contains a key for the erorr message.
3 RTK_TEXT Y VARCHAR2(255) Contains the actual text of the message.
4 CREATE_DATETIME Y DATE This field contains the timestamp when the
record is created.
5 CREATE_ID Y VARCHAR2(30) This field contains the user that created the
record.
6 LAST_UPDATE_DATETIME Y DATE This field contains the timestamp when the
record is last updated.
7 LAST_UPDATE_ID Y VARCHAR2(30) This field contains the user that last updated
the record.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_RMS_EVENT_ALERTS_P ASC
PK SIH_ITEM_ID
K
SIH_TABLE ASC
SIH_FIELD ASC
EVENT_DATETIME ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_RMS_EVENT_ALERTS_FK
SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1
1.10.34 SIH_MESSAGE
Name SIH_MESSAGE
Table that holds information about a message. Each message contains a set of message detail elements that will
Description
be processed into SIH.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 MESSAGE_ID Y Y NUMBER unique message identifier.
2 MESSAGE_TYPE Y VARCHAR2(1) this field contains the type of the message.
Y values for this field are defined by the mety
code on code detail.
3 EXT_CONTEXT Y VARCHAR2(120) this field contains the context of the
Y
message.
4 SOURCE_TYPE Y VARCHAR2(20) this field contains the type of source.
5 SOURCE VARCHAR2(120) this field contains the source name.
6 STATUS Y VARCHAR2(1) identifies the message's status.
7 ATTEMPT_COUNT NUMBER(2) identifies the number of attempts already
done to processing the message.
F
No Column Name PK
K
Mandatory Data Type Description
8 MAX_ATTEMPTS NUMBER(2) identifies the maximum number of attempts
allowed to processing the message.
9 CREATE_ID VARCHAR2(50) this field contains the user who created the
message.
10 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
11 LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
message last time.
12 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Sort Order
Index Name e l l
Expression Column Name
SIH_MESSAGE_P ASC
PK MESSAGE_ID
K
SIH_MESSAGE_I1 EXT_CONTEXT ASC
STATUS ASC
ATTEMPT_COUNT ASC
MAX_ATTEMPTS ASC
SIH_MESSAGE_I2 CREATE_ID ASC
CREATE_DATETIME ASC
LAST_UPD_ID ASC
LAST_UPDATE_DATETIME ASC
SIH_MESSAGE_I3 MESSAGE_TYPE ASC
1.10.35 SIH_MESSAGE_DETAIL
Name SIH_MESSAGE_DETAIL
Description Table that holds information about each element of the message detail that will be processed into SIH.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 MESSAGE_DETAIL_ID Y Y NUMBER unique message detail identifier
2 MESSAGE_ID Y NUMBER this field contains the message identifier to
Y
which it belongs.
3 HASH_KEY Y VARCHAR2(32) this field contains the hash key of the
original message element.
4 MESSAGE_DETAIL_DATA CLOB this field contains the message content in
xml.
5 MESSAGE_DETAIL_OBJ SYS.ANYDATA this field contains the message element
object.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MESSAGE_DETAIL_P ASC
PK MESSAGE_DETAIL_ID
K
SIH_MESSAGE_DETAIL_I1 HASH_KEY ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_MESSAGE.MESSAGE_I
SIH_MESSAGE_DETAIL_FK1 Y Y MESSAGE_ID
D
1.10.36 SIH_MESSAGE_FAILURE
Name SIH_MESSAGE_FAILURE
Description Table that holds information about each catalog line that has erros during the induction.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 MESSAGE_DETAIL_ID NUMBER unique message detail identifier
2 MESSAGE_ID NUMBER this field contains the message identifier to
which it belongs.
3 ATTEMPT_NUM NUMBER(2) this field contains the number of attempts
occurred.
4 ERROR_MESSAGE VARCHAR2(2000 this field contains the error message.
)
5 CREATE_ID VARCHAR2(50) this field contains the user who created the
message.
6 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
7 LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
message last time.
8 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MESSAGE_FAILURE_P ASC
PK MESSAGE_DETAIL_ID
K
ATTEMPT_NUM ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_MESSAGE_DETAIL.
SIH_MESSAGE_FAILURE_FK1 Y Y MESSAGE_DETAIL_ID
MESSAGE_DETAIL_ID
1.10.37 SIH_MESSAGE_RETRY
Name SIH_MESSAGE_RETRY
Description Table that holds information to control the message retry process.
Trigger N/A
Columns
P F
No Column Name K K
Mandatory Data Type Description
1 MESSAGE_RETRY_ID Y Y NUMBER unique message retry identifier.
2 MESSAGE_ID Y NUMBER unique message identifier.
3 MESSAGE_DETAIL_ID Y NUMBER unique message detail identifier.
4 HASH_KEY VARCHAR2(32)
5 MESSAGE_TYPE Y VARCHAR2(1) this field contains the type of the message. values
for this field are defined by the mety code on code
detail.
6 PROCESS_TYPE Y VARCHAR2(1) this field contains the type of process. values for
this field are defined by the mrpt code on code
detail.
7 ID VARCHAR2(25) this field contains the id which .
8 EXT_CONTEXT Y VARCHAR2(120 this field contains the context of the message.
)
9 STATUS Y VARCHAR2(1) identifies the message's status. values for this field
are defined by the mrst code on code detail.
10 ATTEMPT_COUNT NUMBER(2) identifies the number of attempts already done to
processing the message.
P F
No Column Name K K
Mandatory Data Type Description
11 MAX_ATTEMPTS NUMBER(2) identifies the maximum number of attempts
allowed to processing the message.
12 PURGE_FLAG VARCHAR2(1) identifies if message retry is able to be purged.
value for this field are defined by
13 CREATE_ID VARCHAR2(50) this field contains the user who created the
message.
14 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
15 LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
message last time.
16 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MESSAGE_RETRY_P ASC
PK MESSAGE_RETRY_ID
K
SIH_MESSAGE_RETRY_I1 EXT_CONTEXT ASC
STATUS ASC
ATTEMPT_COUNT ASC
MAX_ATTEMPTS ASC
SIH_MESSAGE_RETRY_I2 CREATE_ID ASC
CREATE_DATETIME ASC
LAST_UPD_ID ASC
LAST_UPDATE_DATETIM ASC
E
SIH_MESSAGE_RETRY_I3 MESSAGE_TYPE ASC
PROCESS_TYPE ASC
1.10.38 SIH_MESSAGE_REPOSITORY
Name SIH_MESSAGE_REPOSITORY
Description Table that holds information about each message element hash key and it's indentifiers in SIH and RMS.
Trigger N/A
Columns
P F Mandator
No Column Name K K y
Data Type Description
MESSAGE_REPOSITORY_I NUMBER unique message repository identifier.
1 Y Y
D
2 MESSAGE_REPO_DATA_ID Y NUMBER unique message repository data identifier.
HASH_KEY VARCHAR2(32) unique hash key created based on each message
3 Y
element.
SIH_ITEM_ID NUMBER(10) this field contains the sih_item_id of the
4 Y
sih_message_repository.ext_item.
5 ITEM VARCHAR2(25) refer to item_master.item.
6 EXT_ITEM VARCHAR2(25) this field contains the item barcode.
7 EXT_ITEM_PARENT VARCHAR2(25) this field contains the sih_item_id of the sku.
EXT_ITEM_GRANDPAREN VARCHAR2(25) this field contains the item sih_item_id of the style.
8
T
EXT_CONTEXT VARCHAR2(120 identifying th external context of the item.
9
)
10 CREATE_ID VARCHAR2(50) this field contains the user who created the message.
11 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the message
12
last time.
P F Mandator
No Column Name K K y
Data Type Description
13 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MESSAGE_REPOSITORY_P MESSAGE_REPOSITORY_I ASC
PK
K D
SIH_MESSAGE_REPOSITORY_U
HASH_KEY
K
SIH_MESSAGE_REPOSITORY_I1 EXT_ITEM, ITEM
EXT_CONTEXT
SIH_MESSAGE_REPOSITORY_I2 CREATE_DATETIME
LAST_UPDATE_DATETIME
SIH_MESSAGE_REPOSITORY_I3 EXT_ITEM_PARENT
EXT_ITEM_GRANDPAREN
T
SIH_MESSAGE_REPOSITORY_I4 MESSAGE_REPO_DATA_ID
1.10.39 SIH_MESSAGE_REPOSITORY_DATA
Name SIH_MESSAGE_REPOSITORY_DATA
Description Table that holds information about the xitemdesc object of the inducted item.
Trigger N/A
Columns
P F
No Column Name K K
Mandatory Data Type Description
1 MESSAGE_REPO_DATA_ID Y Y NUMBER unique message repository data identifier.
2 MESSAGE_REPO_DATA Y CLOB this field contains the message content in xml.
MESSAGE_REPO_DATA_OB SYS.ANYDATA this field contains the item data object.
3 Y
J
CREATE_ID VARCHAR2(50) this field contains the user who created the
4
message.
5 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
message last time.
LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_MESSAGE_REPOSITORY_DATA_P MESSAGE_REPO_DATA_I ASC
PK
K D
1.10.40 SIH_ITEM_MASTER
Name SIH_ITEM_MASTER
Description This is the table to support new proposal internal data.
Trigger SIH_TRG_UPDT_DATE_ITEM_MASTER
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10) uniquely identifies an item in smart item hub.
2 SOURCE VARCHAR2(6) identifies the source of the item.
3 STATUS VARCHAR2(6) status of the current item in sih.
MERCH_HIER_SUGGESTED VARCHAR2(1) identifies if merchandise hierarchy is to paint in
4
front end
F
No Column Name PK
K
Mandatory Data Type Description
DIFF_1_SUGGESTED VARCHAR2(1) identifies if diff 1 background is to paint in front
5
end
DIFF_2_SUGGESTED VARCHAR2(1) identifies if diff 2 background is to paint in front
6
end
7 CREATE_ID VARCHAR2(30) user who created the record.
8 CREATE_DATETIME TIMESTAMP(6) date time when record was inserted.
9 LAST_UPD_ID VARCHAR2(30) user who last updated the record.
10 LAST_UPD_DATETIME TIMESTAMP(6) date time when record was last updated.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_ITEM_MASTE ASC
PK SIH_ITEM_ID
R
SIH_ITEM_MASTER_I1 CREATE_DATETIME ASC
LAST_UPD_DATETIME ASC
SIH_ITEM_MASTER_I3 SOURCE ASC
SIH_ITEM_MASTER_I4 STATUS ASC
MERCH_HIER_SUGGESTE ASC
SIH_ITEM_MASTER_I7
D
DIFF_1_SUGGESTED ASC
DIFF_2_SUGGESTED ASC
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_MASTER_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.41 SIH_REJ_ITEMS
Name SIH_REJ_ITEMS
Description Table to hold the rejected items information.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10) uniquely identifies an item.
2 REJECT_REASON VARCHAR2(25) reason the item was rejected.
3 REJECT_COMMENT VARCHAR2(255) optional comment on the rejection.
4 REJECT_DATE TIMESTAMP(6) date of the items rejection
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_REJ_ITEMS PK SIH_ITEM_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
REJ_IM_FK SIH_ITEM_MASTER. SIH_ITEM_ID Y SIH_ITEM_ID
1.10.42 SIH_ITEM
Name SIH_ITEM
Description This table is a SIH stagging table for the main Item information
Trigger N/A
Columns
P F
No Column Name K K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y NUMBER(10)
2 STATUS VARCHAR2(1)
3 ACTION VARCHAR2(1)
4 ITEM VARCHAR2(25)
5 EXT_ITEM VARCHAR2(25)
6 ITEM_PARENT VARCHAR2(25)
7 EXT_ITEM_PARENT VARCHAR2(25)
8 ITEM_GRANDPARENT VARCHAR2(25)
9 EXT_ITEM_GRANDPARENT VARCHAR2(25)
10 ITEM_LEVEL NUMBER
11 TRAN_LEVEL NUMBER
12 DIFF_1 VARCHAR2(120)
13 EXT_DIFF_1 VARCHAR2(120)
14 DIFF_2 VARCHAR2(120)
15 EXT_DIFF_2 VARCHAR2(120)
16 DIFF_3 VARCHAR2(120)
17 EXT_DIFF_3 VARCHAR2(120)
18 DIFF_4 VARCHAR2(120)
19 EXT_DIFF_4 VARCHAR2(120)
20 DEPT NUMBER
21 EXT_DEPT VARCHAR2(120)
22 CLASS NUMBER
23 EXT_CLASS VARCHAR2(120)
24 SUBCLASS NUMBER
25 EXT_SUBCLASS VARCHAR2(120)
26 ITEM_DESC VARCHAR2(250)
27 PACK_IND VARCHAR2(1)
28 ISCLOC_HIER_LEVEL VARCHAR2(2)
29 IZP_HIER_LEVEL VARCHAR2(2)
30 SHORT_DESC VARCHAR2(120)
31 COST_ZONE_GROUP_ID NUMBER
32 STANDARD_UOM VARCHAR2(4)
33 STORE_ORD_MULT VARCHAR2(1)
34 FORECAST_IND VARCHAR2(1)
35 SIMPLE_PACK_IND VARCHAR2(1)
36 CONTAINS_INNER_IND VARCHAR2(1)
37 SELLABLE_IND VARCHAR2(1)
38 ORDERABLE_IND VARCHAR2(1)
39 PACK_TYPE VARCHAR2(1)
40 ORDER_AS_TYPE VARCHAR2(1)
41 COMMENTS VARCHAR2(2000)
42 CREATE_DATETIME TIMESTAMP(6)
43 UOM_CONV_FACTOR NUMBER
44 PACKAGE_SIZE NUMBER
45 HANDLING_TEMP VARCHAR2(6)
P F
No Column Name K K
Mandatory Data Type Description
46 HANDLING_SENSITIVITY VARCHAR2(6)
47 MFG_REC_RETAIL NUMBER
48 WASTE_TYPE VARCHAR2(6)
49 WASTE_PCT NUMBER
50 ITEM_NUMBER_TYPE VARCHAR2(6)
51 CATCH_WEIGHT_IND VARCHAR2(1)
52 CONST_DIMEN_IND VARCHAR2(1)
53 GIFT_WRAP_IND VARCHAR2(1)
54 SHIP_ALONE_IND VARCHAR2(1)
55 EXT_SOURCE_SYSTEM VARCHAR2(6)
56 SIZE_GROUP1 NUMBER
57 SIZE_GROUP2 NUMBER
58 SIZE1 VARCHAR2(6)
59 SIZE2 VARCHAR2(6)
60 COLOR VARCHAR2(24)
61 SYSTEM_IND VARCHAR2(1)
62 UPC_SUPPLEMENT NUMBER
63 UPC_TYPE VARCHAR2(5)
64 PRIMARY_UPC_IND VARCHAR2(1)
65 PRIMARY_REPL_IND VARCHAR2(1)
66 ITEM_AGGREGATE_IND VARCHAR2(1)
67 DIFF_1_AGGREGATE_IND VARCHAR2(1)
68 DIFF_2_AGGREGATE_IND VARCHAR2(1)
69 DIFF_3_AGGREGATE_IND VARCHAR2(1)
70 DIFF_4_AGGREGATE_IND VARCHAR2(1)
71 PERISHABLE_IND VARCHAR2(1)
72 NOTIONAL_PACK_IND VARCHAR2(1)
73 SOH_INQUIRY_AT_PACK_IND VARCHAR2(1)
74 AIP_CASE_TYPE VARCHAR2(6)
75 ORDER_TYPE VARCHAR2(6)
76 SALE_TYPE VARCHAR2(6)
77 CATCH_WEIGHT_UOM VARCHAR2(4)
78 DEPOSIT_ITEM_TYPE VARCHAR2(6)
79 INVENTORY_IND VARCHAR2(1)
80 ITEM_XFORM_IND VARCHAR2(1)
81 CONTAINER_ITEM VARCHAR2(25)
82 PACKAGE_UOM VARCHAR2(4)
83 FORMAT_ID VARCHAR2(1)
84 PREFIX NUMBER
85 BRAND VARCHAR2(30)
86 EXT_CONTEXT VARCHAR2(120)
87 CONTEXT VARCHAR2(120)
88 PRODUCT_CLASSIFICATION VARCHAR2(6)
89 ITEM_DESC_SECONDARY VARCHAR2(250)
90 DESC_UP VARCHAR2(250)
P F
No Column Name K K
Mandatory Data Type Description
91 MERCHANDISE_IND VARCHAR2(1)
92 ORIGINAL_RETAIL NUMBER
93 RETAIL_LABEL_TYPE VARCHAR2(6)
94 RETAIL_LABEL_VALUE NUMBER
95 DEFAULT_WASTE_PCT NUMBER
96 ITEM_SERVICE_LEVEL VARCHAR2(6)
97 CHECK_UDA_IND VARCHAR2(1)
98 DEPOSIT_IN_PRICE_PER_UOM VARCHAR2(6)
99 ATTEMPT_RMS_LOAD VARCHAR2(6)
Indexes
Stat Functiona Spatia Sort Order
Index Name e l l
Expression Column Name
PK_SIH_ITEM PK FILE_ID ASC
SIH_ITEM_I1 EXT_ITEM ASC
SIH_ITEM_I2 EXT_DEPT ASC
EXT_CLASS ASC
EXT_SUBCLASS ASC
SIH_ITEM_I3 EXT_DIFF_1 ASC
EXT_DIFF_2 ASC
SIH_ITEM_I4 DEPT ASC
CLASS ASC
SUBCLASS ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM ACTION IN ('D','M', 'C')
1.10.43 SIH_ITEM_SUP
Name SIH_ITEM_SUP
Description This table is a SIH stagging table for the Item Supplier information
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 ACTION VARCHAR2(1)
6 PRIMARY_SUPP_IND VARCHAR2(3)
7 VPN VARCHAR2(30)
8 SUPP_LABEL VARCHAR2(250)
9 CONSIGNMENT_RATE NUMBER(12,4)
10 SUPP_DISCONTINUE_DATE TIMESTAMP(6)
11 DIRECT_SHIP_IND VARCHAR2(1)
12 PALLET_NAME VARCHAR2(6)
13 CASE_NAME VARCHAR2(6)
14 INNER_NAME VARCHAR2(6)
F
No Column Name PK
K
Mandatory Data Type Description
15 PRIMARY_CASE_SIZE VARCHAR2(6)
16 SUPP_DIFF_1 VARCHAR2(120)
17 SUPP_DIFF_2 VARCHAR2(120)
18 SUPP_DIFF_3 VARCHAR2(120)
19 SUPP_DIFF_4 VARCHAR2(120)
20 CONCESSION_RATE NUMBER(12,4)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_SIH_ITEM_SUP_I1 PK SIH_ITEM_ID ASC
SIH_ITEM_SUP_I1 EXT_ITEM ASC
SIH_ITEM_ID ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_SUP ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_SUP_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.44 SIH_ITEM_SUP_CTY
Name SIH_ITEM_SUP_CTY
Description This table is a SIH stagging table for the Item Supplier Country information
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 EXT_ORIGIN_COUNTRY_ID VARCHAR2(120)
6 ORIGIN_COUNTRY_ID VARCHAR2(3)
7 PRIMARY_COUNTRY_IND VARCHAR2(1)
8 UNIT_COST NUMBER(20,4)
9 LEAD_TIME NUMBER(4)
10 PICKUP_LEAD_TIME NUMBER(4)
11 MIN_ORDER_QTY NUMBER(12,4)
12 MAX_ORDER_QTY NUMBER(12,4)
13 SUPP_HIER_LVL_1 VARCHAR2(10)
14 SUPP_HIER_LVL_2 VARCHAR2(10)
15 SUPP_HIER_LVL_3 VARCHAR2(10)
16 DEFAULT_UOP VARCHAR2(6)
17 SUPP_PACK_SIZE NUMBER(12,4)
18 INNER_PACK_SIZE NUMBER(12,4)
19 TI NUMBER(12,4)
20 HI NUMBER(12,4)
21 COST_UOM VARCHAR2(4)
F
No Column Name PK
K
Mandatory Data Type Description
22 TOLERANCE_TYPE VARCHAR2(6)
23 MIN_TOLERANCE NUMBER(12,4)
24 MAX_TOLERANCE NUMBER(12,4)
25 SUPP_HIER_TYPE_1 VARCHAR2(6)
26 SUPP_HIER_TYPE_2 VARCHAR2(6)
27 SUPP_HIER_TYPE_3 VARCHAR2(6)
28 ROUND_LVL VARCHAR2(6)
29 ROUND_TO_INNER_PCT NUMBER(12,4)
30 ROUND_TO_CASE_PCT NUMBER(12,4)
31 ROUND_TO_LAYER_PCT NUMBER(12,4)
32 ROUND_TO_PALLET_PCT NUMBER(12,4)
33 PACKING_METHOD VARCHAR2(6)
34 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_SUP_CTY_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
SUPPLIER ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_SUP_CTY ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_SUP_CTY_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.45 SIH_ITEM_SUP_CTY_MFR
Name SIH_ITEM_SUP_CTY_MFR
Description This table is a SIH stagging table for the Item Supplier Country of Manufacture information
Trigger N/A
Columns
P F
No Column Name K K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 EXT_MANUFACTURER_CTRY_ID VARCHAR2(120)
6 MANUFACTURER_CTRY_ID VARCHAR2(23)
7 PRIMARY_MANUFACTURER_CTRY_IN VARCHAR2(1)
D
8 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_SUP_CTY_MFR_I ASC
PK SIH_ITEM_ID
1
EXT_ITEM ASC
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SUPPLIER ASC
Constraints
Type Column/Constraint Name Details
CHK_SIH_ITEM_SUP_CTY_MF
Table Level ACTION IN ('D','M', 'C')
R
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_ITEM_SUP_CTY_MFR_FK
SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1
1.10.46 SIH_ITEM_CTRY
Name SIH_ITEM_CTRY
Description This table is a SIH stagging table for the country information
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_COUNTRY_ID VARCHAR2(120)
4 COUNTRY_ID VARCHAR2(3)
5 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_CTRY_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_CTRY ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_CTRY_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.47 SIH_ISC_DIM
Name SIH_ISC_DIM
Description This table is a SIH stagging table for the dimensions information
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 EXT_ORIGIN_COUNTRY_ID VARCHAR2(120)
6 ORIGIN_COUNTRY_ID VARCHAR2(3)
7 DIM_OBJECT VARCHAR2(6)
F
No Column Name PK
K
Mandatory Data Type Description
8 TARE_WEIGHT NUMBER(12,4)
9 TARE_TYPE VARCHAR2(6)
10 LWH_UOM VARCHAR2(4)
11 LENGTH NUMBER(12,4)
12 WIDTH NUMBER(12,4)
13 DIM_HEIGHT NUMBER(12,4)
14 LIQUID_VOLUME NUMBER(12,4)
15 LIQUID_VOLUME_UOM VARCHAR2(4)
16 STAT_CUBE VARCHAR2(12)
17 WEIGHT_UOM VARCHAR2(4)
18 WEIGHT NUMBER(12,4)
19 NET_WEIGHT VARCHAR2(12)
20 PRESENTATION_METHOD VARCHAR2(6)
21 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ISC_DIM_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
SUPPLIER ASC
ORIGIN_COUNTRY_ID ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ISC_DIM ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ISC_DIM_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.48 SIH_ISC_LOC
Name SIH_ISC_LOC
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 EXT_ORIGIN_COUNTRY_ID VARCHAR2(120)
6 ORIGIN_COUNTRY_ID VARCHAR2(3)
7 EXT_HIER_ID VARCHAR2(120)
8 HIER_ID NUMBER(10)
9 UNIT_COST NUMBER(20,4)
10 NEGOTIATED_ITEM_COST NUMBER(20,4)
11 PRIMARY_LOC_IND VARCHAR2(1)
12 PICKUP_LEAD_TIME NUMBER(4)
F
No Column Name PK
K
Mandatory Data Type Description
13 ROUND_LVL VARCHAR2(6)
14 ROUND_TO_CASE_PCT NUMBER(12,4)
15 ROUND_TO_LAYER_PCT NUMBER(12,4)
16 ROUND_TO_PALLET_PCT NUMBER(12,4)
17 ROUND_TO_INNER_PCT NUMBER(12,4)
18 SUPP_HIER_LVL_1 VARCHAR2(10)
19 SUPP_HIER_LVL_2 VARCHAR2(10)
20 SUPP_HIER_LVL_3 VARCHAR2(10)
21 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ISC_LOC_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
SUPPLIER ASC
ORIGIN_COUNTRY_ID ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ISC_LOC ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ISC_LOC_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.49 SIH_ITEM_BOM
Name SIH_ITEM_BOM
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 COMPONENT_ITEM VARCHAR2(25)
4 PACK_QTY NUMBER(12,4)
5 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_BOM_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_BOM ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_BOM_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.50 SIH_ITEM_COST
Name SIH_ITEM_COST
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_SUPPLIER VARCHAR2(120)
4 SUPPLIER VARCHAR2(10)
5 EXT_ORIGIN_COUNTRY_ID VARCHAR2(120)
6 ORIGIN_COUNTRY_ID VARCHAR2(3)
7 EXT_DELIVERY_COUNTRY_ID VARCHAR2(120)
8 DELIVERY_COUNTRY_ID VARCHAR2(3)
9 PRIMARY_DLVY_CTRY_IND VARCHAR2(1)
10 NIC_STATIC_IND VARCHAR2(1)
11 BASE_COST NUMBER(20,4)
12 NEGOTIATED_ITEM_COST NUMBER(20,4)
13 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_COST_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
SUPPLIER ASC
ORIGIN_COUNTRY_ID ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_COST ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_COST_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.51 SIH_ITEM_IMAGE
Name SIH_ITEM_IMAGE
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 IMAGE_NAME VARCHAR2(120)
4 IMAGE_ADDR VARCHAR2(255)
5 IMAGE_DESC VARCHAR2(40)
6 CREATE_DATETIME TIMESTAMP(6)
7 LAST_UPDATE_DATETIME TIMESTAMP(6)
F
No Column Name PK
K
Mandatory Data Type Description
8 LAST_UPDATE_ID VARCHAR2(30)
9 IMAGE_TYPE VARCHAR2(6)
10 PRIMARY_IND VARCHAR2(1)
11 DISPLAY_PRIORITY NUMBER(4)
12 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_IMAGE_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_IMAGE ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_IMAGE_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.52 SIH_IZP
Name SIH_IZP
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 HIER_ID NUMBER(10)
4 EXT_HIER_ID VARCHAR2(120)
5 BASE_RETAIL_IND VARCHAR2(1)
6 SELLING_UNIT_RETAIL NUMBER(20,4)
7 SELLING_UOM VARCHAR2(4)
8 MULTI_SELLING_UOM VARCHAR2(4)
9 COUNTRY_ID VARCHAR2(3)
10 CURRENCY_CODE VARCHAR2(3)
11 MULTI_UNITS NUMBER(12,4)
12 MULTI_UNIT_RETAIL NUMBER(20,4)
13 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_IZP_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_IZP ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_IZP_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.53 SIH_ITEM_UDADTL
Name SIH_ITEM_UDADTL
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 EXT_UDA_ID VARCHAR2(120)
4 UDA_ID NUMBER(5)
5 DISPLAY_TYPE VARCHAR2(2)
6 UDA_DATE TIMESTAMP(6)
7 EXT_UDA_VALUE VARCHAR2(120)
8 UDA_VALUE VARCHAR2(30)
9 UDA_TEXT VARCHAR2(250)
10 NEW_UDA_DATE TIMESTAMP(6)
11 NEW_UDA_VALUE VARCHAR2(30)
12 NEW_UDA_TEXT VARCHAR2(250)
13 CREATE_DATETIME TIMESTAMP(6)
14 LAST_UPDATE_DATETIME TIMESTAMP(6)
15 LAST_UPDATE_ID VARCHAR2(30)
16 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_UDADTL_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_UDADTL ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_UDADTL_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.54 SIH_ITEM_SEASON
Name SIH_ITEM_SEASON
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
F
No Column Name PK
K
Mandatory Data Type Description
3 EXT_SEASON_ID VARCHAR2(120)
4 EXT_PHASE_ID VARCHAR2(120)
5 SEASON_ID NUMBER(3)
6 PHASE_ID NUMBER(3)
7 ITEM_SEASON_SEQ_NO NUMBER(4)
8 DIFF_ID VARCHAR2(10)
9 CREATE_DATETIME TIMESTAMP(6)
10 LAST_UPDATE_DATETIME TIMESTAMP(6)
11 LAST_UPDATE_ID VARCHAR2(30)
12 COLOR NUMBER(4)
13 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_SEASON_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_SEASON ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_SEASON_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.55 SIH_ITEM_VAT
Name SIH_ITEM_VAT
Description
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10)
2 EXT_ITEM VARCHAR2(25)
3 VAT_TYPE VARCHAR2(1)
4 VAT_REGION NUMBER(6)
5 VAT_CODE VARCHAR2(6)
6 ACTIVE_DATE TIMESTAMP(6)
7 REVERSE_VAT_IND VARCHAR2(1)
8 ACTION VARCHAR2(1)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_VAT_I1 PK SIH_ITEM_ID ASC
EXT_ITEM ASC
Constraints
Type Column/Constraint Name Details
Table Level CHK_SIH_ITEM_VAT ACTION IN ('D','M', 'C')
Foreign Keys
Name Refering To Mandatory Transferable In Arc Column Name
SIH_ITEM_VAT_FK1 SIH_ITEM.SIH_ITEM_ID Y Y SIH_ITEM_ID
1.10.56 SIH_TEMP_DIFFS
Name SIH_TEMP_DIFFS
Description Table to hold the information about new differentiators during the induction process
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 DIFF_ID Y Y Y VARCHAR2(10)
2 DIFF_GROUP VARCHAR2(10)
3 DIFF_DESC VARCHAR2(120)
4 DIFF_TYPE VARCHAR2(6)
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_TEMP_DIFFS PK DIFF_ID ASC
DIFF_GROUP ASC
SIH_TEMP_DIFFS_I1 DIFF_DESC ASC
1.10.57 SIH_ITEM_PUBLISH
Name SIH_ITEM_PUBLISH
Description Table that holds information about approved items to be published in RMS.
Trigger SIH_TRG_UPDT_DATE_ITEM_PUBLISH
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_PUBLISH_ID Y Y Y NUMBER identifies the entry in item publish table
2 SIH_ITEM_ID NUMBER identifies the item to be published.
ATTEMPT_COUNT NUMBER(2) identifies the number of attempts already done
3
to publishing the item.
MAX_ATTEMPTS NUMBER(2) identifies the maximum number of attempts
4
allowed to publishing the item.
CREATE_ID VARCHAR2(50) this field contains the user who created the
5
message.
6 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
7
message last time.
8 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_PUBLISH_P ASC
PK SIH_ITEM_PUBLISH_ID
K
SIH_ITEM_PUBLISH_U ASC
SIH_ITEM_ID
K
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_ITEM_PUBLISH_FK SIH_ITEM_MASTER.SIH_ITEM_I Y Y SIH_ITEM_ID
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
1 D
1.10.58 SIH_ITEM_PUBLISH_FAILURE
Name SIH_ITEM_PUBLISH_FAILURE
Description Table that holds information about each catalog line that has erros during the induction.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 SIH_ITEM_PUBLISH_ID Y Y Y NUMBER identifies the entry in item publish failure table
ATTEMPT_NUM NUMBER(2) this field contains the number of attempts
2
occurred.
ERROR_MESSAGE VARCHAR2(2000 this field contains the error message.
3
)
CREATE_ID VARCHAR2(50) this field contains the user who created the
4
message.
5 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
6
message last time.
7 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_PUBLISH_FAILURE_P SIH_ITEM_PUBLISH_I ASC
PK
K D
ATTEMPT_NUM ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_ITEM_PUBLISH_FAILURE_FK
SIH_ITEM_PUBLISH_ID Y Y TEMPLATE_KEY
1
1.10.59 SIH_ITEM_REINDUCTION
Name SIH_ITEM_REINDUCTION
Description Table that holds information about the xitemdesc object of the inducted item.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 SIH_ITEM_ID Y Y Y NUMBER(10) this field contains the sih_item_id to reinduct.
EXT_CONTEXT VARCHAR2(120) this field contains the ext_context of the item to
2
reinduct.
CREATE_ID VARCHAR2(50) this field contains the user who created the
3
message.
4 CREATE_DATETIME TIMESTAMP(6) this field contains the creation date time.
LAST_UPD_ID VARCHAR2(50) this field contains the user who updated the
5
message last time.
6 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the last update date time.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ITEM_REINDUCTION_P ASC
PK SIH_ITEM_ID
K
1.10.60 SIH_ROLE
Name SIH_ROLE
Description This table hold the user roles.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 ROLE_ID Y Y NUMBER(10) uniquely identifies a user role.
2 NAME VARCHAR2(120) this field contains the user role name.
3 PRINCIPAL_NAME VARCHAR2(120) this field contains the user role internal id.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_ROLE_PK PK ROLE_ID ASC
1.10.61 SIH_WF_ITEM
Name SIH_WF_ITEM
Description This table hold the item status in a specific workflow step.
Trigger N/A
Columns
F Mandator
No Column Name PK
K y
Data Type Description
1 ID Y NUMBER(10) uniquely identifies the item status in a workflow
Y Y
step.
2 WF_ID Y Y Y NUMBER(10) uniquely identifies the workflow.
3 STEP_ID NUMBER(10) uniquely identifies the actual workflow step
4 NEXT_STEP_ID NUMBER(10) uniquely identifies the next workflow step
5 ITEM VARCHAR2(25 uniquely identifies the item.
)
6 LAST_UPDATE_ID VARCHAR2(50 this field contains the user that last updated the
) record.
7 LAST_UPDATE_DATETIME TIMESTAMP(6) this field contains the timestamp when the record
is last updated.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_ITEM_PK PK ID ASC
SIH_WF_ITEM_UK WF_ID ASC
STEP_ID ASC
ITEM ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_ITEM_FK1 SIH_WF.WF_ID Y Y WF_ID
SIH_WF_ITEM_FK2 SIH_WF_STEP.STEP_ID Y Y STEP_ID
SIH_WF_ITEM_FK3 SIH_WF_STEP.STEP_ID Y Y NEXT_STEP_ID
1.10.62 SIH_WF
Name SIH_WF
Description This table contains the main information about workflows.
Trigger SIH_TRG_UPDT_DATE_WF
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 WF_ID Y Y Y NUMBER(10) Uniquely identifies a workflow.
2 NAME Y Y VARCHAR2(120) This field contains the workflow name.
3 QUERY_ID Y NUMBER(10) Uniquely identifies a workflow query of
Y
type scope.
4 IS_ACTIVE VARCHAR2(1) Indicates if the workflow is active.
5 CREATE_ID VARCHAR2(50) This field contains the user that created the
record.
6 CREATE_DATETIME TIMESTAMP(6) This field contains the timestamp when the
record is created.
7 LAST_UPDATE_ID VARCHAR2(50) This field contains the user that last updated
the record.
8 LAST_UPDATE_DATETIME TIMESTAMP(6) This field contains the timestamp when the
record is last updated.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_PK PK WF_ID ASC
SIH_WF_I1 QUERY_ID ASC
IS_ACTIVE ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_FK1 SIH_WF_QUERY. QUERY_ID Y Y QUERY_ID
1.10.63 SIH_WF_TL
Name SIH_WF_TL
This is the translation view for base table sih_wf. This view fetches data in user language either from translation
Description table sih_wf_tl or from the base table. If the record in user language is not present, record from base table is
fetched which is in the system data integration language.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) This column contains the language for this
record.
2 WF_ID Y NUMBER(10) Uniquely identifies a workflow.
3 NAME VARCHAR2(120) This field contains the workflow name.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_WF_TL WF_ID ASC
LANG ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_FK1 SIH_WF. WF_ID Y Y QUERY_ID
1.10.64 SIH_WF_STEP
Name SIH_WF_STEP
Description This table hold the information about a workflow step.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 STEP_ID Y NUMBER(10) uniquely identifies a workflow step.
2 WF_ID Y NUMBER(10) uniquely identifies a workflow.
3 QUERY_ID NUMBER(10) uniquely identifies a workflow query of
type process.
4 PROCESS_X NUMBER(4) cartesian coordenate x that indicates the
process position.
5 PROCESS_Y NUMBER(4) cartesian coordenate y that indicates the
process position.
6 ROLE_ID NUMBER(10) uniquely identifies a user role.
7 ROLE_X NUMBER(4) cartesian coordenate x that indicates the
role position.
8 ROLE_Y NUMBER(4) cartesian coordenate y that indicates the
role position.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_STEP_PK STEP_ID ASC
SIH_WF_STEP_I1 WF_ID ASC
QUERY_ID ASC
ROLE_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_STEP_FK1 SIH_WF.WF_ID Y Y WF_ID
SIH_WF_STEP_FK2 SIH_WF_QUERY.QUERY_ID QUERY_ID
SIH_WF_STEP_FK3 SIH_ROLE.ROLE_ID ROLE_ID
1.10.65 SIH_WF_LINK
Name SIH_WF_LINK
Description This table hold the information about links between two steps.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LINK_ID Y NUMBER(10) uniquely identifies a link between two
steps.
2 FROM_STEP_ID Y NUMBER(10) uniquely identifies the workflow step where
the link starts.
3 TO_STEP_ID NUMBER(10) uniquely identifies a workflow step where
the link ends.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
PK_SIH_WF_LINK LINK_ID ASC
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_LINK_I1 FROM_STEP_ID ASC
TO_STEP_ID ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_LINK_FK1 SIH_WF_STEP. STEP_ID Y Y FROM_STEP_ID
SIH_WF_LINK_FK2 SIH_WF_STEP. STEP_ID TO_STEP_ID
1.10.66 SIH_WF_QUERY
Name SIH_WF_QUERY
Description This table hold the scopes and processes that are defined by a query.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 QUERY_ID Y Y NUMBER(10) uniquely identifies a workflow query.
2 NAME
Y
Y VARCHAR2(120) this field contains the workflow query
name.
3 QUERY_STATMENT
Y
Y CLOB this field contains the sql query that that
return a list of items
4 QUERY_TYPE VARCHAR2(6) the type of workflow. values for this field
are defined by the wtyp code on code
detail.
5 QUERY_CONTEXT VARCHAR2(255) this query_context displays a discription
about the query of the process.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_QUERY_PK QUERY_ID ASC
SIH_WF_QUERY_I1 QUERY_TYPE ASC
1.10.67 SIH_WF_QUERY_TL
Name SIH_WF_QUERY_TL
This is the translation view for base table SIH_WF_QUERY. This view fetches data in user language either from
Description translation table SIH_WF_QUERY_TL or from the base table. If the record in user language is not present,
record from base table is fetched which is in the system data integration language.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for this
record.
2 QUERY_ID Y Y NUMBER(10) uniquely identifies a workflow query.
3 NAME VARCHAR2(120) this field contains the workflow query
name.
4 QUERY_CONTEXT VARCHAR2(255) this query_context displays a discription
about the query of the process.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_QUERY_PK QUERY_ID ASC
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_QUERY_I1 QUERY_TYPE ASC
1.10.68 SIH_WF_MERCH_HIER
Name SIH_WF_MERCH_HIER
Description This table contains the workflows merchandising hierarchies.
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for this
record.
2 QUERY_ID Y Y NUMBER(10) uniquely identifies a workflow query.
3 NAME VARCHAR2(120) this field contains the workflow query
name.
4 QUERY_CONTEXT VARCHAR2(255) this query_context displays a discription
about the query of the process.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_MERCH_HIER_PK PK MERCH_HIER_ID ASC
SIH_WF_MERCH_HIER_I1 WF_ID ASC
DEPT ASC
CLASS ASC
SUBCLASS ASC
Foreign Keys
Mandator Transferabl In
Name Refering To
y e Arc
Column Name
SIH_WF_MERCH_HIER_FK1 SIH_WF. WF_ID Y Y WF_ID
1.10.69 SIH_WF_EXECUTION
Name SIH_WF_EXECUTION
Description This table hold the execution history of workflow queries (scopes and processes).
Trigger N/A
Columns
F
No Column Name PK
K
Mandatory Data Type Description
1 LANG Y NUMBER(6) this column contains the language for this
record.
2 QUERY_ID Y Y NUMBER(10) uniquely identifies a workflow query.
3 NAME VARCHAR2(120) this field contains the workflow query
name.
4 QUERY_CONTEXT VARCHAR2(255) this query_context displays a discription
about the query of the process.
Indexes
Stat Functiona Spatia Expressio Sort Order
Index Name e l l n
Column Name
SIH_WF_EXECUTION_PK PK EXECUTION_ID ASC
SIH_WF_EXECUTION_I1 QUERY_ID ASC
END_DATETIME ASC
Foreign Keys
Mandator Transferabl
Name Refering To
y e
In Arc Column Name
SIH_WF_EXECUTION_FK1 SIH_WF_QUERY.QUERY_ID Y Y QUERY_ID
1.11 Sequences
Incremen Cycl No Min Start
Name t By e Cache Value
Max Value
With
Comment
SIH_EXT_ITEM_SEQ 1 N Y 1 9999999999 1
SIH_ITEM_MASTER_SEQ 1 N Y 1 9999999999 1
SIH_ITEM_PUBLISH_SEQ 1 N Y 1 9999999999 1
SIH_LOG_SEQ 1 N Y 1 9999999999 1
SIH_MAPPINGS_SEQ 1 N Y 1 9999999999 1
SIH_MESSAGE_DETAIL_ID_SEQ 1 N Y 1 9999999999 1
SIH_MESSAGE_ID_SEQ 1 N Y 1 9999999999 1
SIH_MESSAGE_REPO_DATA_SE 1 N Y 1 9999999999 1
Q
SIH_MESSAGE_REPO_SEQ 1 N Y 1 9999999999 1
SIH_MESSAGE_RETRY_SEQ 1 N Y 1 9999999999 1
SIH_NAVIGATION_HIERARCHY_ 1 N Y 1 9999999999 1
SEQ
SIH_SEC_USER_SEQ 1 N Y 1 9999999999 1
SIH_SIMILAR_ITEMS_SEQ 1 N Y 1 9999999999 1
SIH_SIM_CONFIG_SEQ 1 N Y 1 9999999999 1
SIH_VALIDATION_DETAILS_SEQ 1 N Y 1 9999999999 1
SIH_VALIDATION_HEAD_SEQ 1 N Y 1 9999999999 1
SIH_VAL_ALERT_SEQ 1 N Y 1 9999999999 1
SIH_WEB_SERVICE_SEQ 1 N Y 1 9999999999 1
SIH_WF_EXECUTION_SEQ 1 N Y 1 9999999999 1
SIH_WF_ITEM_SEQ 1 N Y 1 9999999999 1
SIH_WF_LINK_SEQ 1 N Y 1 9999999999 1
SIH_WF_MERCH_HIER_SEQ 1 N Y 1 9999999999 1
SIH_WF_SEQ 1 N Y 1 9999999999 1
SIH_WF_STEP_SEQ 1 N Y 1 9999999999 1
1.12 Views
1.12.1 V_DIFF_GROUP_HEAD
Name V_DIFF_GROUP_HEAD
Description
Elements
No Element Name Data Type Description
1 DIFF_GROUP_ID VARCHAR2(10)
2 DIFF_TYPE VARCHAR2(6)
3 DIFF_GROUP_DESC VARCHAR2(120)
No Element Name Data Type Description
4 CREATE_DATETIME DATE
5 LAST_UPDATE_ID VARCHAR2(30)
6 LAST_UPDATE_DATETIME DATE
7 FILTER_ORG_ID NUMBER(10)
8 FILTER_MERCH_ID NUMBER(4)
9 FILTER_MERCH_ID_CLASS NUMBER(4)
10 FILTER_MERCH_ID_SUBCLAS NUMBER(4)
S
11 CREATE_ID VARCHAR2(30)
1.12.2 V_DIFF_GROUP_HEAD_TL
Name V_DIFF_GROUP_HEAD_TL
Description
Elements
No Element Name Data Type Description
1 DIFF_GROUP_ID VARCHAR2(10)
2 DIFF_GROUP_DESC VARCHAR2(120)
3 LANG NUMBER
1.12.3 V_DIFF_GROUP_DETAIL
Name V_DIFF_GROUP_DETAIL
Description
Elements
No Element Name Data Type Description
1 DIFF_ID VARCHAR2(10)
2 DIFF_GROUP_ID VARCHAR2(10)
3 DISPLAY_SEQ NUMBER(4)
4 CREATE_DATETIME DATE
5 LAST_UPDATE_ID VARCHAR2(30)
6 LAST_UPDATE_DATETIME DATE
7 CREATE_ID VARCHAR2(30)
1.12.4 V_DIFF_IDS
Name V_DIFF_IDS
Description
Elements
No Element Name Data Type Description
1 DIFF_ID VARCHAR2(10)
2 DIFF_TYPE VARCHAR2(6)
3 DIFF_DESC VARCHAR2(120)
4 INDUSTRY_CODE VARCHAR2(10)
5 INDUSTRY_SUBGROUP VARCHAR2(10)
6 CREATE_DATETIME DATE
7 LAST_UPDATE_ID VARCHAR2(30)
8 LAST_UPDATE_DATETIME DATE
9 CREATE_ID VARCHAR2(30)
1.12.5 V_DIFF_IDS_TL
Name V_DIFF_IDS_TL
Description
Elements
No Element Name Data Type Description
1 DIFF_ID VARCHAR2(10)
2 DIFF_DESC VARCHAR2(120)
3 LANG NUMBER
1.12.6 V_ITEM_MASTER
Name V_ITEM_MASTER
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 ITEM_NUMBER_TYPE VARCHAR2(6)
3 FORMAT_ID VARCHAR2(1)
4 PREFIX NUMBER(2)
5 ITEM_PARENT VARCHAR2(25)
6 ITEM_GRANDPARENT VARCHAR2(25)
7 PACK_IND VARCHAR2(1)
8 ITEM_LEVEL NUMBER(1)
9 TRAN_LEVEL NUMBER(1)
10 ITEM_AGGREGATE_IND VARCHAR2(1)
11 DIFF_1 VARCHAR2(10)
12 DIFF_1_AGGREGATE_IND VARCHAR2(1)
13 DIFF_2 VARCHAR2(10)
14 DIFF_2_AGGREGATE_IND VARCHAR2(1)
15 DIFF_3 VARCHAR2(10)
16 DIFF_3_AGGREGATE_IND VARCHAR2(1)
17 DIFF_4 VARCHAR2(10)
18 DIFF_4_AGGREGATE_IND VARCHAR2(1)
19 DEPT NUMBER(4)
20 CLASS NUMBER(4)
21 SUBCLASS NUMBER(4)
22 STATUS VARCHAR2(1)
23 ITEM_DESC VARCHAR2(250)
24 ITEM_DESC_SECONDARY VARCHAR2(250)
25 SHORT_DESC VARCHAR2(120)
26 DESC_UP VARCHAR2(250)
27 PRIMARY_REF_ITEM_IND VARCHAR2(1)
28 COST_ZONE_GROUP_ID NUMBER(4)
29 STANDARD_UOM VARCHAR2(4)
30 UOM_CONV_FACTOR NUMBER(20,10)
31 PACKAGE_SIZE NUMBER(12,4)
32 PACKAGE_UOM VARCHAR2(4)
33 MERCHANDISE_IND VARCHAR2(1)
No Element Name Data Type Description
34 STORE_ORD_MULT VARCHAR2(1)
35 FORECAST_IND VARCHAR2(1)
36 ORIGINAL_RETAIL NUMBER(20,4)
37 MFG_REC_RETAIL NUMBER(20,4)
38 RETAIL_LABEL_TYPE VARCHAR2(6)
39 RETAIL_LABEL_VALUE NUMBER(20,4)
40 HANDLING_TEMP VARCHAR2(6)
41 HANDLING_SENSITIVITY VARCHAR2(6)
42 CATCH_WEIGHT_IND VARCHAR2(1)
43 WASTE_TYPE VARCHAR2(6)
44 WASTE_PCT NUMBER(12,4)
45 DEFAULT_WASTE_PCT NUMBER(12,4)
46 CONST_DIMEN_IND VARCHAR2(1)
47 SIMPLE_PACK_IND VARCHAR2(1)
48 CONTAINS_INNER_IND VARCHAR2(1)
49 SELLABLE_IND VARCHAR2(1)
50 ORDERABLE_IND VARCHAR2(1)
51 PACK_TYPE VARCHAR2(1)
52 ORDER_AS_TYPE VARCHAR2(1)
53 COMMENTS VARCHAR2(2000)
54 ITEM_SERVICE_LEVEL VARCHAR2(6)
55 GIFT_WRAP_IND VARCHAR2(1)
56 SHIP_ALONE_IND VARCHAR2(1)
57 CREATE_DATETIME DATE
58 LAST_UPDATE_ID VARCHAR2(30)
59 LAST_UPDATE_DATETIME DATE
60 CHECK_UDA_IND VARCHAR2(1)
61 ITEM_XFORM_IND VARCHAR2(1)
62 INVENTORY_IND VARCHAR2(1)
63 ORDER_TYPE VARCHAR2(6)
64 SALE_TYPE VARCHAR2(6)
65 DEPOSIT_ITEM_TYPE VARCHAR2(6)
66 CONTAINER_ITEM VARCHAR2(25)
67 DEPOSIT_IN_PRICE_PER_UOM VARCHAR2(6)
68 AIP_CASE_TYPE VARCHAR2(6)
69 CATCH_WEIGHT_TYPE VARCHAR2(1)
70 PERISHABLE_IND VARCHAR2(1)
71 SOH_INQUIRY_AT_PACK_IND VARCHAR2(1)
72 NOTIONAL_PACK_IND VARCHAR2(1)
73 CATCH_WEIGHT_UOM VARCHAR2(4)
74 PRODUCT_CLASSIFICATION VARCHAR2(6)
75 BRAND_NAME VARCHAR2(30)
76 CREATE_ID VARCHAR2(30)
77 ALC_ITEM_TYPE VARCHAR2(15)
78 CURR_SELLING_UNIT_RETAIL NUMBER(20,4)
79 CURR_SELLING_UOM VARCHAR2(4)
No Element Name Data Type Description
80 DIVISION NUMBER(4)
81 GROUP_NO NUMBER(4)
1.12.7 V_ITEM_MASTER_TL
Name V_ITEM_MASTER_TL
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 ITEM_DESC VARCHAR2(250)
3 ITEM_DESC_SECONDARY VARCHAR2(250)
4 SHORT_DESC VARCHAR2(120)
5 LANG NUMBER
1.12.8 V_SIH_ITEM_MASTER
Name V_SIH_ITEM_MASTER
Description
Elements
No Element Name Data Type Description
1 DIVISION NUMBER(4)
2 GROUP_NO NUMBER(4)
3 SIH_ITEM_ID NUMBER(10)
4 SOURCE VARCHAR2(6)
5 STATUS VARCHAR2(6)
6 EXT_CONTEXT VARCHAR2(120)
7 EXT_ITEM VARCHAR2(25)
8 EXT_ITEM_PARENT VARCHAR2(25)
9 EXT_ITEM_GRANDPARENT VARCHAR2(25)
10 EXT_DEPT VARCHAR2(120)
11 EXT_CLASS VARCHAR2(120)
12 EXT_SUBCLASS VARCHAR2(120)
13 EXT_DIFF_1 VARCHAR2(120)
14 EXT_DIFF_2 VARCHAR2(120)
15 ITEM VARCHAR2(25)
16 ITEM_PARENT VARCHAR2(25)
17 ITEM_GRANDPARENT VARCHAR2(25)
18 ITEM_LEVEL NUMBER
19 TRAN_LEVEL NUMBER
20 DIFF_1 VARCHAR2(120)
21 DIFF_2 VARCHAR2(120)
22 DIFF_1_SUGGESTED VARCHAR2(1)
23 DIFF_2_SUGGESTED VARCHAR2(1)
24 DEPT NUMBER
25 CLASS NUMBER
26 SUBCLASS NUMBER
No Element Name Data Type Description
27 MERCH_HIER_SUGGESTED VARCHAR2(1)
28 ITEM_DESC VARCHAR2(250)
29 EXT_SUPPLIER VARCHAR2(120)
30 SUPPLIER VARCHAR2(10)
31 VPN VARCHAR2(30)
32 IMAGE_ADDR VARCHAR2(255)
33 TI NUMBER(12,4)
34 HI NUMBER(12,4)
35 PACKAGE_SIZE NUMBER
36 CREATE_ID VARCHAR2(30)
37 CREATE_DATETIME TIMESTAMP(6)
38 LAST_UPD_ID VARCHAR2(30)
39 LAST_UPD_DATETIME TIMESTAMP(6)
1.12.9 V_DEPS
Name V_DEPS
Description
Elements
No Element Name Data Type Description
1 DIVISION NUMBER(4)
2 GROUP_NO NUMBER(4)
3 DEPT NUMBER(4)
4 DEPT_NAME VARCHAR2(120)
5 PURCHASE_TYPE NUMBER(1)
6 MARKUP_CALC_TYPE VARCHAR2(2)
7 OTB_CALC_TYPE VARCHAR2(1)
1.12.10 V_DEPS_TL
Name V_DEPS_TL
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4)
2 DEPT_NAME VARCHAR2(120)
3 LANG NUMBER
1.12.11 V_CLASS
Name V_CLASS
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4)
2 CLASS NUMBER(4)
3 CLASS_NAME VARCHAR2(120)
1.12.12 V_CLASS_TL
Name V_CLASS_TL
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4)
2 CLASS NUMBER(4)
3 CLASS_NAME VARCHAR2(120)
4 LANG NUMBER
1.12.13 V_SUBCLASS
Name V_SUBCLASS
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4)
2 CLASS NUMBER(4)
3 SUBCLASS NUMBER(4)
4 SUB_NAME VARCHAR2(120)
1.12.14 V_SUBCLASS_TL
Name V_SUBCLASS_TL
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4)
2 CLASS NUMBER(4)
3 SUBCLASS NUMBER(4)
4 SUB_NAME VARCHAR2(120)
5 LANG NUMBER
1.12.15 V_BRANDS
Name V_BRANDS
Description
Elements
No Element Name Data Type Description
1 BRAND_NAME VARCHAR2(30)
2 BRAND_DESCRIPTION VARCHAR2(120)
3 CREATE_DATETIME DATE
4 LAST_UPDATE_DATETIME DATE
5 CREATE_ID VARCHAR2(30)
6 LAST_UPDATE_ID VARCHAR2(30)
1.12.16 V_BRAND_TL
Name V_BRAND_TL
Description
Elements
No Element Name Data Type Description
1 BRAND_NAME VARCHAR2(30)
2 BRAND_DESCRIPTION VARCHAR2(120)
3 LANG NUMBER
1.12.17 V_SUPS
Name V_SUPS
Description
Elements
No Element Name Data Type Description
1 SUPPLIER NUMBER(10)
2 SUP_NAME VARCHAR2(240)
3 SUP_NAME_SECONDARY VARCHAR2(240)
4 SUPPLIER_PARENT NUMBER(10)
5 CONTACT_NAME VARCHAR2(120)
6 CONTACT_PHONE VARCHAR2(20)
7 CONTACT_FAX VARCHAR2(20)
8 CONTACT_PAGER VARCHAR2(20)
9 SUP_STATUS VARCHAR2(1)
10 QC_IND VARCHAR2(1)
11 QC_PCT NUMBER(12,4)
12 QC_FREQ NUMBER(2)
13 VC_IND VARCHAR2(1)
14 VC_PCT NUMBER(12,4)
15 VC_FREQ NUMBER(2)
16 CURRENCY_CODE VARCHAR2(3)
17 LANG NUMBER(6)
18 TERMS VARCHAR2(15)
19 FREIGHT_TERMS VARCHAR2(30)
20 RET_ALLOW_IND VARCHAR2(1)
21 RET_AUTH_REQ VARCHAR2(1)
22 RET_MIN_DOL_AMT NUMBER(20,4)
23 RET_COURIER VARCHAR2(250)
24 HANDLING_PCT NUMBER(12,4)
25 EDI_PO_IND VARCHAR2(1)
26 EDI_PO_CHG VARCHAR2(1)
27 EDI_PO_CONFIRM VARCHAR2(1)
28 EDI_ASN VARCHAR2(1)
29 EDI_SALES_RPT_FREQ VARCHAR2(1)
30 EDI_SUPP_AVAILABLE_IND VARCHAR2(1)
31 EDI_CONTRACT_IND VARCHAR2(1)
32 EDI_INVC_IND VARCHAR2(1)
33 EDI_CHANNEL_ID NUMBER(4)
34 COST_CHG_PCT_VAR NUMBER(12,4)
35 COST_CHG_AMT_VAR NUMBER(20,4)
36 REPLEN_APPROVAL_IND VARCHAR2(1)
37 SHIP_METHOD VARCHAR2(6)
No Element Name Data Type Description
38 PAYMENT_METHOD VARCHAR2(6)
39 CONTACT_TELEX VARCHAR2(20)
40 CONTACT_EMAIL VARCHAR2(100)
41 SETTLEMENT_CODE VARCHAR2(1)
42 PRE_MARK_IND VARCHAR2(1)
43 AUTO_APPR_INVC_IND VARCHAR2(1)
44 DBT_MEMO_CODE VARCHAR2(1)
45 FREIGHT_CHARGE_IND VARCHAR2(1)
46 AUTO_APPR_DBT_MEMO_IND VARCHAR2(1)
47 PREPAY_INVC_IND VARCHAR2(1)
48 BACKORDER_IND VARCHAR2(1)
49 VAT_REGION NUMBER(4)
50 INV_MGMT_LVL VARCHAR2(6)
51 SERVICE_PERF_REQ_IND VARCHAR2(1)
52 INVC_PAY_LOC VARCHAR2(6)
53 INVC_RECEIVE_LOC VARCHAR2(6)
54 ADDINVC_GROSS_NET VARCHAR2(6)
55 DELIVERY_POLICY VARCHAR2(6)
56 COMMENT_DESC VARCHAR2(2000)
57 DEFAULT_ITEM_LEAD_TIME NUMBER(4)
58 DUNS_NUMBER VARCHAR2(9)
59 DUNS_LOC VARCHAR2(4)
60 BRACKET_COSTING_IND VARCHAR2(1)
61 VMI_ORDER_STATUS VARCHAR2(6)
62 DSD_IND VARCHAR2(1)
63 SCALE_AIP_ORDERS VARCHAR2(1)
64 FINAL_DEST_IND VARCHAR2(1)
65 SUP_QTY_LEVEL VARCHAR2(6)
66 EXTERNAL_REF_ID VARCHAR2(32)
67 CREATE_ID VARCHAR2(30)
68 CREATE_DATETIME DATE
69 STATUS_UPD_BY_RMS VARCHAR2(1)
1.12.18 V_SUPS_TL
Name V_SUPS_TL
Description
Elements
No Element Name Data Type Description
1 SUPPLIER NUMBER(10)
2 SUP_NAME VARCHAR2(240)
3 SUP_NAME_SECONDARY VARCHAR2(240)
4 CONTACT_NAME VARCHAR2(120)
5 LANG NUMBER
1.12.19 V_SIH_CODE_DETAIL
Name V_SIH_CODE_DETAIL
Description
Elements
No Element Name Data Type Description
1 CODE_TYPE VARCHAR2(4)
2 CODE VARCHAR2(6)
3 REQUIRED_IND VARCHAR2(1)
4 CODE_SEQ NUMBER(4)
5 CODE_DESC VARCHAR2(250)
6 CODE_TYPE VARCHAR2(4)
1.12.20 V_SIH_CODE_DETAIL_TL
Name V_SIH_CODE_DETAIL_TL
Description
Elements
No Element Name Data Type Description
1 CODE_TYPE VARCHAR2(4)
2 CODE VARCHAR2(6)
3 CODE_DESC VARCHAR2(250)
4 REQUIRED_IND VARCHAR2(1)
5 CODE_SEQ NUMBER(4)
6 LANG NUMBER
1.12.21 V_SIH_VALIDATION_HEAD
Name V_SIH_VALIDATION_HEAD
Description
Elements
No Element Name Data Type Description
1 ID NUMBER(10)
2 VAL_TYPE VARCHAR2(6)
3 SEVERITY VARCHAR2(6)
4 SUPPLIER NUMBER(10)
5 VAL_DESC VARCHAR2(255)
6 IS_ACTIVE VARCHAR2(1)
1.12.22 V_SIH_VALIDATION_HEAD_TL
Name V_SIH_VALIDATION_HEAD_TL
Description
Elements
No Element Name Data Type Description
1 ID NUMBER(10)
2 VAL_DESC VARCHAR2(255)
3 LANG NUMBER
1.12.23 V_SIH_NAVIGATION_HIER
Name V_SIH_NAVIGATION_HIER
Description
Elements
No Element Name Data Type Description
RESOURCE_ID NUMBER(10)
2 TITLE VARCHAR2(50)
3 RES_TYPE VARCHAR2(50)
4 RES_VALUE VARCHAR2(255)
5 PARENT NUMBER(10)
6 IS_DEFAULT VARCHAR2(1)
7 SEQ NUMBER(10)
1.12.24 V_SIH_NAVIGATION_HIER_TL
Name V_SIH_NAVIGATION_HIER_TL
Description
Elements
No Element Name Data Type Description
1 RESOURCE_ID NUMBER(10)
2 TITLE VARCHAR2(50)
3 LANG NUMBER
1.12.25 V_SIH_WF
Name V_SIH_WF
Description
Elements
No Element Name Data Type Description
1 WF_ID NUMBER(10)
2 NAME VARCHAR2(120)
3 QUERY_ID NUMBER(10)
4 IS_ACTIVE VARCHAR2(1)
5 CREATE_ID VARCHAR2(50)
6 CREATE_DATETIME TIMESTAMP(6)
7 LAST_UPDATE_ID VARCHAR2(50)
8 LAST_UPDATE_DATETIME TIMESTAMP(6)
1.12.26 V_SIH_WF_TL
Name V_SIH_WF_TL
Description
Elements
No Element Name Data Type Description
1 WF_ID NUMBER(10)
2 NAME VARCHAR2(120)
3 LANG NUMBER
1.12.27 V_SIH_WF_QUERY
Name V_SIH_WF_QUERY
Description
Elements
No Element Name Data Type Description
1 QUERY_ID NUMBER(10)
2 NAME VARCHAR2(120)
3 QUERY_STATMENT CLOB
4 QUERY_TYPE VARCHAR2(6)
5 QUERY_CONTEXT VARCHAR2(255)
1.12.28 V_SIH_WF_QUERY_TL
Name V_SIH_WF_QUERY_TL
Description
Elements
No Element Name Data Type Description
1 QUERY_ID NUMBER(10)
2 NAME VARCHAR2(120)
3 LANG NUMBER
4 QUERY_CONTEXT VARCHAR2(255)
1.12.29 V_PARENT_NEW_PROPOSALS
Name V_PARENT_NEW_PROPOSALS
Description
Elements
No Element Name Data Type Description
1 SIH_ITEM_ID VARCHAR2(28)
2 IMAGE_ADDR VARCHAR2(255)
3 ITEM_DESC VARCHAR2(250)
4 ITEM VARCHAR2(25)
5 ITEM_PARENT VARCHAR2(25)
6 VPN VARCHAR2(30)
7 SOURCE VARCHAR2(6)
8 SOURCE_DESC VARCHAR2(250)
9 STATUS VARCHAR2(6)
10 STATUS_DESC VARCHAR2(250)
11 EXT_ITEM VARCHAR2(25)
12 EXT_ITEM_PARENT VARCHAR2(25)
13 EXT_DEPT VARCHAR2(120)
14 EXT_CLASS VARCHAR2(120)
15 EXT_SUBCLASS VARCHAR2(120)
16 EXT_DIFF_1 VARCHAR2(120)
17 EXT_DIFF_2 VARCHAR2(120)
18 DEPT NUMBER
19 CLASS NUMBER
20 SUBCLASS NUMBER
21 MERCH_HIER_SUGGESTED VARCHAR2(1)
22 DIFF_1 VARCHAR2(120)
23 DIFF_2 VARCHAR2(120)
24 DIFF_1_SUGGESTED VARCHAR2(1)
25 DIFF_2_SUGGESTED VARCHAR2(1)
No Element Name Data Type Description
26 ITEM_LEVEL NUMBER
27 TRAN_LEVEL NUMBER
28 CREATE_ID VARCHAR2(30)
29 CREATE_DATETIME TIMESTAMP(6)
30 LAST_UPDATE_ID VARCHAR2(30)
31 LAST_UPDATE_DATETIME TIMESTAMP(6)
32 SUPPLIER VARCHAR2(40)
33 SOFT_ALERT NUMBER
34 HARD_ALERT NUMBER
35 SUPPLIER_DESC VARCHAR2(240)
36 HI NUMBER
37 TI NUMBER
38 PACKAGE_SIZE NUMBER
1.12.30 V_ITEM_SUPPLIER
Name V_ITEM_SUPPLIER
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 SUPPLIER NUMBER(10)
3 PRIMARY_SUPP_IND VARCHAR2(1)
4 VPN VARCHAR2(30)
5 SUPP_LABEL VARCHAR2(15)
6 CONSIGNMENT_RATE NUMBER(12,4)
7 SUPP_DIFF_1 VARCHAR2(120)
8 SUPP_DIFF_2 VARCHAR2(120)
9 SUPP_DIFF_3 VARCHAR2(120)
10 SUPP_DIFF_4 VARCHAR2(120)
11 PALLET_NAME VARCHAR2(6)
12 CASE_NAME VARCHAR2(6)
13 INNER_NAME VARCHAR2(6)
14 SUPP_DISCONTINUE_DATE DATE
15 DIRECT_SHIP_IND VARCHAR2(1)
16 CREATE_DATETIME DATE
17 LAST_UPDATE_DATETIME DATE
18 LAST_UPDATE_ID VARCHAR2(30)
19 CONCESSION_RATE NUMBER(12,4)
20 PRIMARY_CASE_SIZE VARCHAR2(6)
21 CREATE_ID VARCHAR2(30)
1.12.31 V_ITEM_SUPP_COUNTRY
Name V_ITEM_SUPP_COUNTRY
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 SUPPLIER NUMBER(10)
3 ORIGIN_COUNTRY_ID VARCHAR2(3)
4 UNIT_COST NUMBER(20,4)
5 LEAD_TIME NUMBER(4)
6 PICKUP_LEAD_TIME NUMBER(4)
7 SUPP_PACK_SIZE NUMBER(12,4)
8 INNER_PACK_SIZE NUMBER(12,4)
9 ROUND_LVL VARCHAR2(6)
10 ROUND_TO_INNER_PCT NUMBER(12,4)
11 ROUND_TO_CASE_PCT NUMBER(12,4)
12 ROUND_TO_LAYER_PCT NUMBER(12,4)
13 ROUND_TO_PALLET_PCT NUMBER(12,4)
14 MIN_ORDER_QTY NUMBER(12,4)
15 MAX_ORDER_QTY NUMBER(12,4)
16 PACKING_METHOD VARCHAR2(6)
17 PRIMARY_SUPP_IND VARCHAR2(1)
18 PRIMARY_COUNTRY_IND VARCHAR2(1)
19 DEFAULT_UOP VARCHAR2(6)
20 TI NUMBER(12,4)
21 HI NUMBER(12,4)
22 SUPP_HIER_TYPE_1 VARCHAR2(6)
23 SUPP_HIER_LVL_1 VARCHAR2(10)
24 SUPP_HIER_TYPE_2 VARCHAR2(6)
25 SUPP_HIER_LVL_2 VARCHAR2(10)
26 SUPP_HIER_TYPE_3 VARCHAR2(6)
27 SUPP_HIER_LVL_3 VARCHAR2(10)
28 CREATE_DATETIME DATE
29 LAST_UPDATE_DATETIME DATE
30 LAST_UPDATE_ID VARCHAR2(30)
31 COST_UOM VARCHAR2(4)
32 TOLERANCE_TYPE VARCHAR2(6)
33 MAX_TOLERANCE NUMBER(12,4)
34 MIN_TOLERANCE NUMBER(12,4)
35 NEGOTIATED_ITEM_COST NUMBER(20,4)
36 EXTENDED_BASE_COST NUMBER(20,4)
37 INCLUSIVE_COST NUMBER(20,4)
38 BASE_COST NUMBER(20,4)
39 CREATE_ID VARCHAR2(30)
1.12.32 V_SIH_SIMILAR_ITEMS
Name V_SIH_SIMILAR_ITEMS
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
No Element Name Data Type Description
2 ITEM_DESC VARCHAR2(250)
3 BRAND_NAME VARCHAR2(30)
4 SELLABLE_IND VARCHAR2(1)
5 ORDERABLE_IND VARCHAR2(1)
6 INVENTORY_IND VARCHAR2(1)
7 DEPT NUMBER(4)
8 DEPT_NAME VARCHAR2(120)
9 CLASS NUMBER(4)
10 CLASS_NAME VARCHAR2(120)
11 SUBCLASS NUMBER(4)
12 SUBCLASS_NAME VARCHAR2(120)
13 VPN VARCHAR2(30)
14 UNIT_COST NUMBER(20,4)
15 DIFF_1 VARCHAR2(10)
16 DIFF_2 VARCHAR2(10)
17 PALLET VARCHAR2(83)
18 SUPP_PACK_SIZE NUMBER(12,4)
1.12.33 V_SIH_RTK_ERRORS
Name V_SIH_RTK_ERRORS
Description
Elements
No Element Name Data Type Description
1 RTK_TYPE VARCHAR2(2)
2 RTK_KEY VARCHAR2(25)
3 RTK_TEXT VARCHAR2(255)
1.12.34 V_SIH_RTK_ERRORS_TL
Name V_SIH_RTK_ERRORS_TL
Description
Elements
No Element Name Data Type Description
1 RTK_KEY VARCHAR2(25)
2 RTK_TEXT VARCHAR2(255)
3 LANG NUMBER
1.12.35 V_ITEM_IMAGE
Name V_ITEM_IMAGE
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 IMAGE_NAME VARCHAR2(120)
3 IMAGE_ADDR VARCHAR2(255)
4 IMAGE_DESC VARCHAR2(40)
5 CREATE_DATETIME DATE
No Element Name Data Type Description
6 LAST_UPDATE_DATETIME DATE
7 LAST_UPDATE_ID VARCHAR2(30)
8 CREATE_ID VARCHAR2(30)
9 IMAGE_TYPE VARCHAR2(6)
10 PRIMARY_IND VARCHAR2(1)
11 DISPLAY_PRIORITY NUMBER(4)
1.12.36 V_UDA_ITEM_DEFAULTS
Name V_UDA_ITEM_DEFAULTS
Description
Elements
No Element Name Data Type Description
1 UDA_ID NUMBER(5)
2 SEQ_NO NUMBER(8)
3 DEPT NUMBER(4)
4 CLASS NUMBER(4)
5 SUBCLASS NUMBER(4)
6 UDA_VALUE NUMBER(5)
7 REQUIRED_IND VARCHAR2(1)
8 HIERARCHY_VALUE NUMBER(1)
1.12.37 V_MERCH_HIER_DEFAULT
Name V_MERCH_HIER_DEFAULT
Description
Elements
No Element Name Data Type Description
1 SEQ_NO NUMBER(20)
2 DIALOG VARCHAR2(6)
3 INFO VARCHAR2(6)
4 DEPT NUMBER(4)
5 CLASS NUMBER(4)
6 SUBCLASS NUMBER(4)
7 AVAILABLE_IND VARCHAR2(1)
8 REQUIRED_IND VARCHAR2(1)
9 CREATE_DATETIME DATE
10 LAST_UPDATE_ID VARCHAR2(30)
11 LAST_UPDATE_DATE DATE
1.12.38 V_COUNTRY
Name V_COUNTRY
Description
Elements
No Element Name Data Type Description
1 COUNTRY_ID VARCHAR2(3)
2 COUNTRY_DESC VARCHAR2(120)
1.12.39 V_UDA
Name V_UDA
Description
Elements
No Element Name Data Type Description
1 UDA_ID NUMBER(5)
2 MODULE VARCHAR2(20)
3 DISPLAY_TYPE VARCHAR2(2)
4 DATA_TYPE VARCHAR2(12)
5 DATA_LENGTH NUMBER(3)
6 SINGLE_VALUE_IND VARCHAR2(1)
7 FILTER_ORG_ID NUMBER(10)
8 FILTER_MERCH_ID NUMBER(4)
9 FILTER_MERCH_ID_CLASS NUMBER(4)
10 FILTER_MERCH_ID_SUBCLASS NUMBER(4)
11 CREATE_ID VARCHAR2(30)
12 CREATE_DATETIME DATE
1.12.40 V_PHASES
Name V_PHASES
Description
Elements
No Element Name Data Type Description
1 SEASON_ID NUMBER(3)
2 PHASE_ID NUMBER(3)
3 PHASE_DESC VARCHAR2(120)
4 START_DATE DATE
5 END_DATE DATE
1.12.41 V_RPM_MERCH_RETAIL_DEF
Name V_RPM_MERCH_RETAIL_DEF
Description
Elements
No Element Name Data Type Description
1 MERCH_RETAIL_DEF_ID NUMBER(6)
2 MERCH_TYPE NUMBER(1)
3 DEPT NUMBER(4)
4 CLASS NUMBER(4)
5 SUBCLASS NUMBER(4)
6 REGULAR_ZONE_GROUP NUMBER(4)
7 CLEARANCE_ZONE_GROUP NUMBER(4)
8 MARKUP_CALC_TYPE NUMBER(1)
9 MARKUP_PERCENT NUMBER(20,4)
10 LOCK_VERSION NUMBER(18)
1.12.42 V_RPM_ZONE
Name V_RPM_ZONE
Description
Elements
No Element Name Data Type Description
1 ZONE_ID NUMBER(10)
2 ZONE_DISPLAY_ID NUMBER(10)
3 ZONE_GROUP_ID NUMBER(4)
4 NAME VARCHAR2(120)
5 CURRENCY_CODE VARCHAR2(3)
6 BASE_IND NUMBER(6)
7 LOCK_VERSION NUMBER(18)
1.12.43 V_ITEM_LOC
Name V_ITEM_LOC
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 LOC NUMBER(10)
3 ITEM_PARENT VARCHAR2(25)
4 ITEM_GRANDPARENT VARCHAR2(25)
5 LOC_TYPE VARCHAR2(1)
6 UNIT_RETAIL NUMBER(20,4)
7 SELLING_UNIT_RETAIL NUMBER(20,4)
8 SELLING_UOM VARCHAR2(4)
9 PROMO_RETAIL NUMBER(20,4)
10 PROMO_SELLING_RETAIL NUMBER(20,4)
11 PROMO_SELLING_UOM VARCHAR2(4)
12 CLEAR_IND VARCHAR2(1)
13 TAXABLE_IND VARCHAR2(1)
14 LOCAL_ITEM_DESC VARCHAR2(250)
15 LOCAL_SHORT_DESC VARCHAR2(120)
16 HI NUMBER(12,4)
17 STORE_ORD_MULT VARCHAR2(1)
18 STATUS VARCHAR2(1)
19 STATUS_UPDATE_DATE DATE
20 DAILY_WASTE_PCT NUMBER(12,4)
21 MEAS_OF_EACH NUMBER(12,4)
22 MEAS_OF_PRICE NUMBER(12,4)
23 UOM_OF_PRICE VARCHAR2(4)
24 PRIMARY_VARIANT VARCHAR2(25)
25 PRIMARY_COST_PACK VARCHAR2(25)
26 PRIMARY_SUPP NUMBER(10)
27 PRIMARY_CNTRY VARCHAR2(3)
28 RECEIVE_AS_TYPE VARCHAR2(1)
29 CREATE_DATETIME DATE
30 LAST_UPDATE_DATETIME DATE
31 LAST_UPDATE_ID VARCHAR2(30)
No Element Name Data Type Description
32 INBOUND_HANDLING_DAYS NUMBER(2)
1.12.44 V_SIH_MAP_DEFAULT_HEAD
Name V_SIH_MAP_DEFAULT_HEAD
Description
Elements
No Element Name Data Type Description
1 MAP_DEFAULT_ID NUMBER(10)
2 MAP_DEFAULT_NAME VARCHAR2(250)
3 MAP_DEFAULT_DESC VARCHAR2(250)
4 MAPPING_CATEGORY VARCHAR2(6)
1.12.45 V_SIH_MAP_DEFAULT_HEAD_TL
Name V_SIH_MAP_DEFAULT_HEAD_TL
Description
Elements
No Element Name Data Type Description
1 MAP_DEFAULT_ID NUMBER(10)
2 MAP_DEFAULT_NAME VARCHAR2(250)
3 MAP_DEFAULT_DESC VARCHAR2(250)
4 LANG NUMBER
1.12.46 V_SIH_MAP_DEFAULT_DETAIL
Name V_SIH_MAP_DEFAULT_DETAIL
Description
Elements
No Element Name Data Type Description
1 MAP_DEFAULT_ID NUMBER(10)
2 ENTITY_ATTR_ID NUMBER(10)
3 ATTRIBUTE_TYPE VARCHAR2(3)
1.12.47 V_ITEM_SUPP_COUNTRY_DIM
Name V_ITEM_SUPP_COUNTRY_DIM
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 SUPPLIER NUMBER(10)
3 ORIGIN_COUNTRY VARCHAR2(3)
4 DIM_OBJECT VARCHAR2(6)
5 PRESENTATION_METHOD VARCHAR2(6)
6 LENGTH NUMBER(12,4)
7 WIDTH NUMBER(12,4)
8 HEIGHT NUMBER(12,4)
9 LWH_UOM VARCHAR2(4)
10 WEIGHT NUMBER(12,4)
11 NET_WEIGHT NUMBER(12,4)
No Element Name Data Type Description
12 WEIGHT_UOM VARCHAR2(4)
13 LIQUID_VOLUME NUMBER(12,4)
14 LIQUID_VOLUME_UOM VARCHAR2(4)
15 STAT_CUBE NUMBER(12,4)
16 TARE_WEIGHT NUMBER(12,4)
17 TARE_TYPE VARCHAR2(6)
18 CREATE_DATETIME DATE
19 LAST_UPDATE_DATETIME DATE
20 LAST_UPDATE_ID VARCHAR2(30)
21 CREATE_ID VARCHAR2(30)
1.12.48 V_ITEM_SUPP_MANU_COUNTRY
Name V_ITEM_SUPP_MANU_COUNTRY
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 SUPPLIER NUMBER(10)
3 MANU_COUNTRY_ID VARCHAR2(3)
4 PRIMARY_MANU_CTRY_IND VARCHAR2(1)
5 CREATE_ID VARCHAR2(30)
6 CREATE_DATETIME DATE
1.12.49 V_RPM_ITEM_ZONE_PRICE
Name V_RPM_ITEM_ZONE_PRICE
Description
Elements
No Element Name Data Type Description
1 ITEM_ZONE_PRICE_ID NUMBER(15)
2 ITEM VARCHAR2(25)
3 ZONE_ID NUMBER(10)
4 STANDARD_RETAIL NUMBER(20,4)
5 STANDARD_RETAIL_CURRENCY VARCHAR2(3)
6 STANDARD_UOM VARCHAR2(4)
7 SELLING_RETAIL NUMBER(20,4)
8 SELLING_RETAIL_CURRENCY VARCHAR2(3)
9 SELLING_UOM VARCHAR2(4)
10 MULTI_UNITS NUMBER(12,4)
11 MULTI_UNIT_RETAIL NUMBER(20,4)
12 MULTI_UNIT_RETAIL_CURRENCY VARCHAR2(3)
13 MULTI_SELLING_UOM VARCHAR2(4)
14 LOCK_VERSION NUMBER(18)
1.12.50 V_UDA_ITEM_FF
Name V_UDA_ITEM_FF
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 UDA_ID NUMBER(5)
3 UDA_TEXT VARCHAR2(250)
4 CREATE_DATETIME DATE
5 LAST_UPDATE_DATETIME DATE
6 LAST_UPDATE_ID VARCHAR2(30)
7 CREATE_ID VARCHAR2(30)
8 UDA_TEXT_DESC VARCHAR2(250)
1.12.51 V_UDA_ITEM_LOV
Name V_UDA_ITEM_LOV
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 UDA_ID NUMBER(5)
3 UDA_VALUE NUMBER(5)
4 CREATE_DATETIME DATE
5 LAST_UPDATE_DATETIME DATE
6 LAST_UPDATE_ID VARCHAR2(30)
7 CREATE_ID VARCHAR2(30)
1.12.52 V_UDA_ITEM_DATE
Name V_UDA_ITEM_DATE
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 UDA_ID NUMBER(5)
3 UDA_DATE DATE
4 CREATE_DATETIME DATE
5 LAST_UPDATE_DATETIME DATE
6 LAST_UPDATE_ID VARCHAR2(30)
7 CREATE_ID VARCHAR2(30)
1.12.53 V_ITEM_SEASONS
Name V_ITEM_SEASONS
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25)
2 SEASON_ID NUMBER(3)
3 PHASE_ID NUMBER(3)
No Element Name Data Type Description
4 ITEM_SEASON_SEQ_NO NUMBER(4)
5 DIFF_ID VARCHAR2(10)
6 CREATE_DATETIME DATE
7 LAST_UPDATE_DATETIME DATE
8 LAST_UPDATE_ID VARCHAR2(30)
9 CREATE_ID VARCHAR2(30)
1.12.54 V_UDA_VALUES
Name V_UDA_VALUES
Description
Elements
No Element Name Data Type Description
1 UDA_ID NUMBER(5)
2 UDA_VALUE NUMBER(5)
3 UDA_VALUE_DESC VARCHAR2(250)
1.12.55 V_CURRENCIES
Name V_CURRENCIES
Description
Elements
No Element Name Data Type Description
1 CURRENCY_CODE VARCHAR2(3)
2 CURRENCY_DESC VARCHAR2(120)
3 CURRENCY_COST_FMT VARCHAR2(35)
4 CURRENCY_RTL_FMT VARCHAR2(35)
5 CURRENCY_COST_DEC NUMBER(1)
6 CURRENCY_RTL_DEC NUMBER(1)
7 CREATE_ID VARCHAR2(30)
8 CREATE_DATETIME DATE
1.12.56 V_CURRENCIES_TL
Name V_CURRENCIES_TL
Description
Elements
No Element Name Data Type Description
1 CURRENCY_CODE VARCHAR2(3)
2 CURRENCY_DESC VARCHAR2(120)
3 LANG NUMBER
1.12.57 V_CURRENCY_RATES
Name V_CURRENCY_RATES
Description
Elements
No Element Name Data Type Description
1 CURRENCY_CODE VARCHAR2(3)
2 EFFECTIVE_DATE DATE
3 EXCHANGE_TYPE VARCHAR2(1)
No Element Name Data Type Description
4 EXCHANGE_RATE NUMBER(20,10)
5 CREATE_ID VARCHAR2(30)
6 CREATE_DATETIME DATE
1.12.58 V_SYSTEM_OPTIONS
Name V_SYSTEM_OPTIONS
Description
Elements
No Element Name Data Type Description
1 AIP_IMPL_DATE DATE
2 AIP_IND VARCHAR2(1)
3 AIP_VERS VARCHAR2(10)
4 ALLOCATION_IMPL_DATE DATE
5 ALLOCATION_IND VARCHAR2(1)
6 ALLOCATION_VERS VARCHAR2(10)
7 ALLOC_METHOD VARCHAR2(1)
8 APPLY_PROF_PRES_STOCK VARCHAR2(1)
9 AUTO_APPROVE_CHILD_IND VARCHAR2(1)
10 AUTO_EAN13_PREFIX NUMBER(6)
11 AUTO_RCV_STORE VARCHAR2(1)
12 BACKPOST_RCA_RUA_IND VARCHAR2(1)
13 BASE_COUNTRY_ID VARCHAR2(3)
14 BRACKET_COSTING_IND VARCHAR2(1)
15 BUD_SHRINK_IND VARCHAR2(1)
16 CALC_NEGATIVE_INCOME VARCHAR2(1)
17 CALENDAR_454_IND VARCHAR2(1)
18 CD_MODULUS NUMBER(2)
19 CD_WEIGHT_1 NUMBER(3)
20 CD_WEIGHT_2 NUMBER(3)
21 CD_WEIGHT_3 NUMBER(3)
22 CD_WEIGHT_4 NUMBER(3)
23 CD_WEIGHT_5 NUMBER(3)
24 CD_WEIGHT_6 NUMBER(3)
25 CD_WEIGHT_7 NUMBER(3)
26 CD_WEIGHT_8 NUMBER(3)
27 CHECK_DIGIT_IND VARCHAR2(1)
28 CLASS_LEVEL_VAT_IND VARCHAR2(1)
29 CLOSE_MTH_WITH_OPN_CNT_IND VARCHAR2(1)
30 CLOSE_OPEN_SHIP_DAYS NUMBER(3)
31 COMP_LIST_DAYS NUMBER(3)
32 COMP_PRICE_MONTHS NUMBER(2)
33 CONSOLIDATION_IND VARCHAR2(1)
34 CONTRACT_INACTIVE_MONTHS NUMBER(2)
35 CONTRACT_IND VARCHAR2(1)
36 COPY_PO_CURR_RATE VARCHAR2(1)
37 COST_EVENT_HIST_DAYS NUMBER(2)
No Element Name Data Type Description
38 COST_LEVEL VARCHAR2(6)
39 COST_MONEY NUMBER(12,4)
40 COST_OUT_STORAGE NUMBER(20,4)
41 COST_OUT_STORAGE_MEAS VARCHAR2(6)
42 COST_OUT_STORAGE_UOM VARCHAR2(4)
43 COST_PRIOR_CREATE_DAYS NUMBER(2)
44 COST_WH_STORAGE NUMBER(20,4)
45 COST_WH_STORAGE_MEAS VARCHAR2(6)
46 COST_WH_STORAGE_UOM VARCHAR2(4)
47 CREDIT_MEMO_LEVEL VARCHAR2(1)
48 CURRENCY_CODE VARCHAR2(3)
49 CUST_ORDER_HISTORY_MONTHS NUMBER(4)
50 CYCLE_COUNT_LAG_DAYS NUMBER(2)
51 DAILY_SALES_DISC_MTHS NUMBER(4)
52 DATA_INTEGRATION_LANG NUMBER(6)
53 DATA_LEVEL_SECURITY_IND VARCHAR2(1)
54 DATE_ENTRY VARCHAR2(12)
55 DEAL_AGE_PRIORITY VARCHAR2(6)
56 DEAL_HISTORY_MONTHS NUMBER(2)
57 DEAL_LEAD_DAYS NUMBER(3)
58 DEAL_TYPE_PRIORITY VARCHAR2(6)
59 DEFAULT_ALLOC_CHRG_IND VARCHAR2(1)
60 DEFAULT_CASE_NAME VARCHAR2(6)
61 DEFAULT_DIMENSION_UOM VARCHAR2(4)
62 DEFAULT_INNER_NAME VARCHAR2(6)
63 DEFAULT_ORDER_TYPE VARCHAR2(9)
64 DEFAULT_PACKING_METHOD VARCHAR2(6)
65 DEFAULT_PALLET_NAME VARCHAR2(6)
66 DEFAULT_SIZE_PROFILE VARCHAR2(1)
67 DEFAULT_STANDARD_UOM VARCHAR2(4)
68 DEFAULT_TAX_TYPE VARCHAR2(6)
69 DEFAULT_UOP VARCHAR2(1)
70 DEFAULT_VAT_REGION NUMBER(4)
71 DEFAULT_WEIGHT_UOM VARCHAR2(4)
72 DEPT_LEVEL_ORDERS VARCHAR2(1)
73 DEPT_LEVEL_TRANSFERS VARCHAR2(1)
74 DIFF_GROUP_MERCH_LEVEL_CODE VARCHAR2(1)
75 DIFF_GROUP_ORG_LEVEL_CODE VARCHAR2(1)
76 DISTRIBUTION_RULE VARCHAR2(6)
77 DOMAIN_LEVEL VARCHAR2(1)
78 DUPLICATE_RECEIVING_IND VARCHAR2(1)
79 EDI_COST_OVERRIDE_IND VARCHAR2(1)
80 EDI_DAILY_RPT_LAG NUMBER(1)
81 EDI_REV_DAYS NUMBER(3)
82 ELC_INCLUSIVE_IND_COMP_STORE VARCHAR2(1)
83 ELC_INCLUSIVE_IND_WF_STORE VARCHAR2(1)
No Element Name Data Type Description
84 ELC_IND VARCHAR2(1)
85 EXPIRY_DELAY_PRE_ISSUE NUMBER(4)
86 FDN_STG_RETENTION_DAYS NUMBER(3)
87 FINANCIAL_AP VARCHAR2(10)
88 FOB_TITLE_PASS VARCHAR2(2)
89 FOB_TITLE_PASS_DESC VARCHAR2(250)
90 FORECAST_IND VARCHAR2(1)
91 FUTURE_COST_HISTORY_DAYS NUMBER(3)
92 GEN_CONSIGNMENT_INVC_FREQ VARCHAR2(1)
93 GEN_CON_INVC_ITM_SUP_LOC_IND VARCHAR2(1)
94 GL_ROLLUP VARCHAR2(1)
95 GROCERY_ITEMS_IND VARCHAR2(1)
96 HTS_TRACKING_LEVEL VARCHAR2(1)
97 HTS_UPLD_ORDER_STATUS VARCHAR2(1)
98 IB_RESULTS_PURGE_DAYS NUMBER(3)
99 IMAGE_PATH VARCHAR2(255)
100 DEFAULT_ITEM_IMAGE VARCHAR2(255)
101 IMPORT_HTS_DATE VARCHAR2(1)
102 IMPORT_IND VARCHAR2(1)
103 INCREASE_TSF_QTY_IND VARCHAR2(1)
104 INTERCOMPANY_TRANSFER_BASIS VARCHAR2(1)
105 INV_ADJ_MONTHS NUMBER(2)
106 INV_HIST_LEVEL VARCHAR2(1)
107 ITEM_HISTORY_MONTHS NUMBER(2)
108 LATEST_SHIP_DAYS NUMBER(3)
109 LC_EXP_DAYS NUMBER(3)
110 LC_FORM_TYPE VARCHAR2(6)
111 LC_TYPE VARCHAR2(6)
112 LOC_ACTIVITY_IND VARCHAR2(1)
113 LOC_CLOSE_HIST_MONTHS NUMBER(2)
114 LOC_DLVRY_IND VARCHAR2(1)
115 LOC_LIST_ORG_LEVEL_CODE VARCHAR2(1)
116 LOC_TRAIT_ORG_LEVEL_CODE VARCHAR2(1)
117 LOOK_AHEAD_DAYS NUMBER(3)
118 MARGIN_IMPACT_HIST_RECS NUMBER(2)
119 MAX_CUM_MARKON_PCT NUMBER(12,4)
120 MAX_QTY_PCT_DEC NUMBER(1)
121 MAX_SCALING_ITERATIONS NUMBER(4)
122 MAX_WEEKS_SUPPLY NUMBER(3)
123 MERCH_HIER_AUTO_GEN_IND VARCHAR2(1)
124 MIN_CUM_MARKON_PCT NUMBER(12,4)
125 MIN_QTY_PCT_DEC NUMBER(1)
126 MULTI_CURRENCY_IND VARCHAR2(1)
127 NUM_HIST_EXCHANGE_RATE NUMBER(2)
128 NWP_IND VARCHAR2(1)
129 NWP_RETENTION_PERIOD NUMBER(2)
No Element Name Data Type Description
130 OMS_IND VARCHAR2(1)
131 ORDER_BEFORE_DAYS NUMBER(2)
132 ORDER_EXCH_IND VARCHAR2(1)
133 ORDER_HISTORY_MONTHS NUMBER(2)
134 ORDER_HTS_IND VARCHAR2(1)
135 ORD_APPR_AMT_CODE VARCHAR2(1)
136 ORD_APPR_CLOSE_DELAY NUMBER(3)
137 ORD_AUTO_CLOSE_PART_RCVD_IND VARCHAR2(1)
138 ORD_PART_RCVD_CLOSE_DELAY NUMBER(3)
139 ORD_WORKSHEET_CLEAN_UP_DELAY NUMBER(3)
140 ORG_UNIT_IND VARCHAR2(1)
141 OTB_SYSTEM_IND VARCHAR2(1)
142 PRICE_HIST_RETENTION_DAYS NUMBER(3)
143 PROC_DATA_RETENTION_DAYS NUMBER(5)
144 RAC_RTV_TSF_IND VARCHAR2(1)
145 RCV_COST_ADJ_TYPE VARCHAR2(1)
146 RECLASS_APPR_ORDER_IND VARCHAR2(1)
147 REDIST_FACTOR NUMBER(3)
148 REIM_IMPL_DATE DATE
149 REIM_IND VARCHAR2(1)
150 REIM_VERS VARCHAR2(10)
151 REJECT_STORE_ORD_IND VARCHAR2(1)
152 REPL_ATTR_HIST_RETENTION_WEEKS NUMBER(5)
153 REPL_ORDER_DAYS NUMBER(3)
154 REPL_ORDER_HISTORY_DAYS NUMBER(3)
155 REPL_RESULTS_PURGE_DAYS NUMBER(3)
156 RESA_IMPL_DATE DATE
157 RESA_VERS VARCHAR2(10)
158 RETENTION_OF_REJECTED_COST_CHG NUMBER(3)
159 RETN_SCHED_UPD_DAYS NUMBER(3)
160 RMS_IMPL_DATE DATE
161 RMS_VERS VARCHAR2(10)
162 ROUND_LVL VARCHAR2(6)
163 ROUND_TO_CASE_PCT NUMBER(12,4)
164 ROUND_TO_INNER_PCT NUMBER(12,4)
165 ROUND_TO_LAYER_PCT NUMBER(12,4)
166 ROUND_TO_PALLET_PCT NUMBER(12,4)
167 RPM_IMPL_DATE DATE
168 RPM_IND VARCHAR2(1)
169 RPM_VERS VARCHAR2(10)
170 RTM_SIMPLIFIED_IND VARCHAR2(1)
171 RTM_TRNSPRT_OBL_ALLOC_METHOD VARCHAR2(10)
172 RTV_NAD_LEAD_TIME NUMBER(4)
173 RTV_ORDER_HISTORY_MONTHS NUMBER(2)
174 RTV_UNIT_COST_IND VARCHAR2(1)
175 RWMS_IMPL_DATE DATE
No Element Name Data Type Description
176 RWMS_IND VARCHAR2(1)
177 RWMS_VERS VARCHAR2(10)
178 SALES_AUDIT_IND VARCHAR2(1)
179 SEASON_MERCH_LEVEL_CODE VARCHAR2(1)
180 SEASON_ORG_LEVEL_CODE VARCHAR2(1)
181 SHIP_RCV_STORE VARCHAR2(1)
182 SHIP_RCV_WH VARCHAR2(1)
183 SHIP_SCHED_HISTORY_MTHS NUMBER(4)
184 SIM_FORCE_CLOSE_IND VARCHAR2(2)
185 SIM_IMPL_DATE DATE
186 SIM_IND VARCHAR2(1)
187 SIM_VERS VARCHAR2(10)
188 SKULIST_ORG_LEVEL_CODE VARCHAR2(1)
189 SOFT_CONTRACT_IND VARCHAR2(1)
190 SS_AUTO_CLOSE_DAYS NUMBER(2)
191 STAKE_AUTO_PROCESSING VARCHAR2(2)
192 STAKE_COST_VARIANCE NUMBER(20,4)
193 STAKE_LOCKOUT_DAYS NUMBER(2)
194 STAKE_RETAIL_VARIANCE NUMBER(20,4)
195 STAKE_REVIEW_DAYS NUMBER(2)
196 STAKE_UNIT_VARIANCE NUMBER(12,4)
197 START_OF_HALF_MONTH NUMBER(2)
198 STD_AV_IND VARCHAR2(1)
199 STKLDGR_VAT_INCL_RETL_IND VARCHAR2(1)
200 STOCK_LEDGER_TIME_LEVEL_CODE VARCHAR2(1)
201 STORAGE_TYPE VARCHAR2(6)
202 STORE_ORDERS_PURGE_DAYS NUMBER(3)
203 STORE_PACK_COMP_RCV_IND VARCHAR2(1)
204 SUPPLIER_SITES_IND VARCHAR2(1)
205 SUPP_PART_AUTO_GEN_IND VARCHAR2(1)
206 SW_AUTO_CLOSE_DAYS NUMBER(2)
207 TABLE_OWNER VARCHAR2(30)
208 TARGET_ROI NUMBER(12,4)
209 TICKET_TYPE_MERCH_LEVEL_CODE VARCHAR2(1)
210 TICKET_TYPE_ORG_LEVEL_CODE VARCHAR2(1)
211 TIME_DISPLAY VARCHAR2(12)
212 TIME_ENTRY VARCHAR2(12)
213 TRAN_DATA_RETAINED_DAYS_NO NUMBER(4)
214 TSF_AUTO_CLOSE_STORE VARCHAR2(1)
215 TSF_AUTO_CLOSE_WH VARCHAR2(1)
216 TSF_CLOSE_OVERDUE VARCHAR2(1)
217 TSF_FORCE_CLOSE_IND VARCHAR2(2)
218 TSF_HISTORY_MTHS NUMBER(4)
219 TSF_MD_STORE_TO_STORE_SND_RCV VARCHAR2(1)
220 TSF_MD_STORE_TO_WH_SND_RCV VARCHAR2(1)
221 TSF_MD_WH_TO_STORE_SND_RCV VARCHAR2(1)
No Element Name Data Type Description
222 TSF_MD_WH_TO_WH_SND_RCV VARCHAR2(1)
223 TSF_MRT_RETENTION_DAYS NUMBER(3)
224 TSF_OVER_RECEIPT_IND VARCHAR2(2)
225 TSF_PRICE_EXCEED_WAC_IND VARCHAR2(1)
226 UDA_MERCH_LEVEL_CODE VARCHAR2(1)
227 UDA_ORG_LEVEL_CODE VARCHAR2(1)
228 UPDATE_ITEM_HTS_IND VARCHAR2(1)
229 UPDATE_ORDER_HTS_IND VARCHAR2(1)
230 WAC_RECALC_ADJ_IND VARCHAR2(1)
231 WF_DEFAULT_WH NUMBER(10)
232 WF_HISTORY_MONTHS NUMBER(4)
233 WF_NON_STOCK_SALES_HIST_DAYS NUMBER(3)
234 WF_ORDER_LEAD_DAYS NUMBER(3)
235 WH_CROSS_LINK_IND VARCHAR2(1)
236 WH_STORE_ASSIGN_TYPE VARCHAR2(6)
237 WRONG_ST_RECEIPT_IND VARCHAR2(1)
238 WS_AUTO_CLOSE_DAYS NUMBER(2)
239 WW_AUTO_CLOSE_DAYS NUMBER(2)
1.12.59 V_SIH_ITEM
Name V_SIH_ITEM
Description
Elements
No Element Name Data Type Description
1 SIH_ITEM_ID NUMBER(10)
2 STATUS VARCHAR2(1)
3 ACTION VARCHAR2(1)
4 ITEM VARCHAR2(25)
5 EXT_ITEM VARCHAR2(25)
6 ITEM_PARENT VARCHAR2(25)
7 EXT_ITEM_PARENT VARCHAR2(25)
8 ITEM_GRANDPARENT VARCHAR2(25)
9 EXT_ITEM_GRANDPARENT VARCHAR2(25)
10 ITEM_LEVEL NUMBER
11 TRAN_LEVEL NUMBER
12 DIFF_1 VARCHAR2(120)
13 EXT_DIFF_1 VARCHAR2(120)
14 DIFF_2 VARCHAR2(120)
15 EXT_DIFF_2 VARCHAR2(120)
16 DIFF_3 VARCHAR2(120)
17 EXT_DIFF_3 VARCHAR2(120)
18 DIFF_4 VARCHAR2(120)
19 EXT_DIFF_4 VARCHAR2(120)
20 DEPT NUMBER
21 EXT_DEPT VARCHAR2(120)
No Element Name Data Type Description
22 CLASS NUMBER
23 EXT_CLASS VARCHAR2(120)
24 SUBCLASS NUMBER
25 EXT_SUBCLASS VARCHAR2(120)
26 ITEM_DESC VARCHAR2(250)
27 PACK_IND VARCHAR2(1)
28 ISCLOC_HIER_LEVEL VARCHAR2(2)
29 IZP_HIER_LEVEL VARCHAR2(2)
30 SHORT_DESC VARCHAR2(120)
31 COST_ZONE_GROUP_ID NUMBER
32 STANDARD_UOM VARCHAR2(4)
33 STORE_ORD_MULT VARCHAR2(1)
34 FORECAST_IND VARCHAR2(1)
35 SIMPLE_PACK_IND VARCHAR2(1)
36 CONTAINS_INNER_IND VARCHAR2(1)
37 SELLABLE_IND VARCHAR2(1)
38 ORDERABLE_IND VARCHAR2(1)
39 PACK_TYPE VARCHAR2(1)
40 ORDER_AS_TYPE VARCHAR2(1)
41 COMMENTS VARCHAR2(2000)
42 CREATE_DATETIME TIMESTAMP(6)
43 UOM_CONV_FACTOR NUMBER
44 PACKAGE_SIZE NUMBER
45 HANDLING_TEMP VARCHAR2(6)
46 HANDLING_SENSITIVITY VARCHAR2(6)
47 MFG_REC_RETAIL NUMBER
48 WASTE_TYPE VARCHAR2(6)
49 WASTE_PCT NUMBER
50 ITEM_NUMBER_TYPE VARCHAR2(6)
51 CATCH_WEIGHT_IND VARCHAR2(1)
52 CONST_DIMEN_IND VARCHAR2(1)
53 GIFT_WRAP_IND VARCHAR2(1)
54 SHIP_ALONE_IND VARCHAR2(1)
55 EXT_SOURCE_SYSTEM VARCHAR2(6)
56 SIZE_GROUP1 NUMBER
57 SIZE_GROUP2 NUMBER
58 SIZE1 VARCHAR2(6)
59 SIZE2 VARCHAR2(6)
60 COLOR VARCHAR2(24)
61 SYSTEM_IND VARCHAR2(1)
62 UPC_SUPPLEMENT NUMBER
63 UPC_TYPE VARCHAR2(5)
64 PRIMARY_UPC_IND VARCHAR2(1)
65 PRIMARY_REPL_IND VARCHAR2(1)
66 ITEM_AGGREGATE_IND VARCHAR2(1)
67 DIFF_1_AGGREGATE_IND VARCHAR2(1)
No Element Name Data Type Description
68 DIFF_2_AGGREGATE_IND VARCHAR2(1)
69 DIFF_3_AGGREGATE_IND VARCHAR2(1)
70 DIFF_4_AGGREGATE_IND VARCHAR2(1)
71 PERISHABLE_IND VARCHAR2(1)
72 NOTIONAL_PACK_IND VARCHAR2(1)
73 SOH_INQUIRY_AT_PACK_IND VARCHAR2(1)
74 AIP_CASE_TYPE VARCHAR2(6)
75 ORDER_TYPE VARCHAR2(6)
76 SALE_TYPE VARCHAR2(6)
77 CATCH_WEIGHT_UOM VARCHAR2(4)
78 DEPOSIT_ITEM_TYPE VARCHAR2(6)
79 INVENTORY_IND VARCHAR2(1)
80 ITEM_XFORM_IND VARCHAR2(1)
81 CONTAINER_ITEM VARCHAR2(25)
82 PACKAGE_UOM VARCHAR2(4)
83 FORMAT_ID VARCHAR2(1)
84 PREFIX NUMBER
85 BRAND VARCHAR2(30)
86 EXT_CONTEXT VARCHAR2(120)
87 CONTEXT VARCHAR2(120)
88 PRODUCT_CLASSIFICATION VARCHAR2(6)
89 ITEM_DESC_SECONDARY VARCHAR2(250)
90 DESC_UP VARCHAR2(250)
91 MERCHANDISE_IND VARCHAR2(1)
92 ORIGINAL_RETAIL NUMBER
93 RETAIL_LABEL_TYPE VARCHAR2(6)
94 RETAIL_LABEL_VALUE NUMBER
95 DEFAULT_WASTE_PCT NUMBER
96 ITEM_SERVICE_LEVEL VARCHAR2(6)
97 CHECK_UDA_IND VARCHAR2(1)
98 DEPOSIT_IN_PRICE_PER_UOM VARCHAR2(6)
99 ATTEMPT_RMS_LOAD VARCHAR2(6)
1.12.60 V_SIH_RMS_EVENTS_ALERTS
Name V_SIH_RMS_EVENTS_ALERTS
Description
Elements
No Element Name Data Type Description
1 VAL_CODE VARCHAR2(30)
2 ITEM VARCHAR2(25)
3 SIH_ITEM_ID NUMBER(10)
4 EXT_CONTEXT VARCHAR2(120)
5 DEPT NUMBER
6 CLASS NUMBER
7 SUBCLASS NUMBER
8 UNIT_COST NUMBER
No Element Name Data Type Description
9 MFG_REC_RETAIL NUMBER
1.12.61 DAS_V_DEPS
Name DAS_V_DEPS
Description
Elements
No Element Name Data Type Description
1 DEPT NUMBER(4) Contains the number which uniquely identifies the
department.
2 DEPT_NAME VARCHAR2(120) Contains the name of the department.
3 BUYER NUMBER(4) Contains the number which uniquely identifies the
buyer for that department.
4 MERCH NUMBER(4) Contains the number which uniquely describes the
merchandiser for that department.
5 PROFIT_CALC_TYPE NUMBER(1) Contains a number which indicates whether profit
will be calculated by direct cost or by retail
inventory. Valid values are: 1 = direct cost, 2 =
retail inventory
6 PURCHASE_TYPE NUMBER(1) Contains a code which indicates whether items in
this department are normal merchandise,
consignment stock or concession items. Valid values
are: 0 = normal merchandise, 1 = consignment
stock, 2 = concession items
7 GROUP_NO NUMBER(4) Contains the number of the group in which the
department exists.
8 BUD_INT NUMBER(12,4) Contains the budgeted intake percentage. Budgeted
intake is the percent of total take that is income and
is synonymous with the term markup percent of
retail.
9 BUD_MKUP NUMBER(12,4) Contains the budgeted markup percentage. This
term is synonymous with the term markup percent of
cost.
10 TOTAL_MARKET_AMT NUMBER(24,4) Contains the total market amount that is expected for
the department. The field can be used for analytics
or reporting.
11 MARKUP_CALC_TYPE VARCHAR2(2) Contains the code letter which determines how
markup is calculated in this department. Valid
values are: c = cost, r = retail
12 OTB_CALC_TYPE VARCHAR2(1) Contains the code letter which determines how otb is
calculated in this department. Valid values are: c =
cost, r = retail
13 MAX_AVG_COUNTER NUMBER(5) A maximum average counter will hold the maximum
count of days with acceptable data to include in an
avarage for items within the department.
14 AVG_TOLERANCE_PCT NUMBER(12,4) A tolerance percentage value used in averaging for
items within this value. This value will set up a range
for appropriate data and constrain outliers. This
column will hold 70% as 70 - not 0.70.
15 DEPT_VAT_INCL_IND VARCHAR2(1) This indicator will be be used only to default to the
class level indicator when classes are initially set up
for the department and will only be available when
the system level class vat option is on. When vat is
turned on in the system and not defined at the class
level, this field defaults to y. When vat is turned off
in the system, this field defaults to n.
16 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
17 CREATE_DATETIME DATE This column holds the record creation date.
1.12.62 DAS_V_GROUPS
Name DAS_V_GROUPS
Description
Elements
No Element Name Data Type Description
1 GROUP_NO NUMBER(4) Contains the number which uniquely identifies the
group.
2 GROUP_NAME VARCHAR2(120) Contains the description which, along with the group
number, identifies the group.
3 BUYER NUMBER(4) Contains the number of the buyer associated with the
group.
4 MERCH NUMBER(4) Contains the number of the merchandiser associated
with the group.
5 DIVISION NUMBER(4) Contains the number of the division of which the
group is a member.
6 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
7 CREATE_DATETIME DATE This column holds the record creation date.
1.12.63 DAS_V_ITEM_MASTER
Name DAS_V_ITEM_MASTER
Description
Elements
No Element Name Data Type Description
1 ITEM VARCHAR2(25) Unique alphanumeric value that identifies the item.
2 ITEM_NUMBER_TYPE VARCHAR2(6) Code specifying what type the item is. Valid values
for this field are in the code type upct on the
code_head and code_detail tables.
3 FORMAT_ID VARCHAR2(1) This field will hold the format id that corresponds to
the items variable upc. This value is only used for
items with variable upcs.
4 PREFIX NUMBER(2) This column holds the prefix for variable weight
upcs. The prefix determines the format of the
eventual upc and will be used to decode variable
weight upcs that are uploaded from the pos. It is the
clients responsibility to download this value to their
scale systems.
5 ITEM_PARENT VARCHAR2(25) Alphanumeric value that uniquely identifies the
item/group at the level above the item. This value
must exist as an item in another row on the
item_master table.
6 ITEM_GRANDPARENT VARCHAR2(25) Alphanumeric value that uniquely identifies the
item/group two levels above the item. This value
must exist as both an item and an item parent in
another row on the item_master table.
7 PACK_IND VARCHAR2(1) Indicates if the item is a pack. A pack item is a
collection of items that may be either ordered or sold
as a unit. Packs require details (i.e. Component
items and qtys, etc.) That other items do not. This
field is required by the database.
8 ITEM_LEVEL NUMBER(1) Number indicating which of the three levels the item
resides. The item level determines if the item stands
alone or if it is part of a family of related items. The
item level also determines how the item may be used
throughout the system.
9 TRAN_LEVEL NUMBER(1) Number indicating which of the three levels
transactions occur for the items group. The
transaction level is the level at which the items
No Element Name Data Type Description
inventory is tracked in the system. The transaction
level item will be counted, transferred, shipped, etc.
The transaction level may be at the current item or
up to 2 levels above or below the current item. Only
one level of the hierarchy of an item family may
contain transaction level items.
10 ITEM_AGGREGATE_IND VARCHAR2(1) Indicator to aggregate inventory and sales for the
item. Currently, this indiactor is used by allocation
and mfp to aggregate inventory for items. For staple
items this indictor should be n.
11 DIFF_1 VARCHAR2(10) Diff_group or diff_id that differentiates the current
item from its item_parent. For an item that is a
parent, this field may be either a group (i.e. Mens
pant sizes) or a value (6 oz). For an item that is not a
parent, this field may contain a value (34x34, red,
etc.) Valid values are found on the diff_group and
diff_id tables.
12 DIFF_1_AGGREGATE_IND VARCHAR2(1) Indicator for the corresponding diff. Indicator to
aggregate inventory and sales for an item at
parent/diff level (e.g style/color or style/size ). This
indicator is currently used by allocation and mfp.
13 DIFF_2 VARCHAR2(10) Diff_group or diff_id that differentiates the current
item from its item_parent. For an item that is a
parent, this field may be either a group (i.e. Mens
pant sizes) or a value (6 oz). For an item that is not a
parent, this field may contain a value (34x34, red,
etc.) Valid values are found on the diff_group and
diff_id tables.
14 DIFF_2_AGGREGATE_IND VARCHAR2(1) Indicator for the corresponding diff. Indicator to
aggregate inventory and sales for an item at
parent/diff level (e.g style/color or style/size ). This
indicator is currently used by allocation and mfp.
15 DIFF_3 VARCHAR2(10) Diff_group or diff_id that differentiates the current
item from its item_parent. For an item that is a
parent, this field may be either a group (i.e. Mens
pant sizes) or a value (6 oz). For an item that is not a
parent, this field may contain a value (34x34, red,
etc.) Valid values are found on the diff_group and
diff_id tables.
16 DIFF_3_AGGREGATE_IND VARCHAR2(1) Indicator for the corresponding diff. Indicator to
aggregate inventory and sales for a fashion item at
parent/diff level (e.g style/color or style/size ). This
indicator is currently used by allocation and mfp
17 DIFF_4 VARCHAR2(10) Diff_group or diff_id that differentiates the current
item from its item_parent. For an item that is a
parent, this field may be either a group (i.e. Mens
pant sizes) or a value (6 oz). For an item that is not a
parent, this field may contain a value (34x34, red,
etc.) Valid values are found on the diff_group and
diff_id tables.
18 DIFF_4_AGGREGATE_IND VARCHAR2(1) Indicator for the corresponding diff. Indicator to
aggregate inventory and sales for an item at
parent/diff level (e.g style/color or style/size ). This
indicator is currently used by allocation and mfp.
19 DEPT NUMBER(4) Number identifying the department to which the item
is attached. The items department will be the same
as that of its parent (and, by transitivity, to that of its
grandparent). Valid values for this field are located
on the deps table.
20 CLASS NUMBER(4) Number identifying the class to which the item is
attached. The items class will be the same as that of
its parent (and, by transitivity, to that of its
No Element Name Data Type Description
grandparent). Valid values for this field are located
on the class table.
21 SUBCLASS NUMBER(4) Number identifying the subclass to which the item is
attached. The items subclass will be the same as that
of its parent (and, by transitivity, to that of its
grandparent). Valid values for this field are located
on the subclass table.
22 STATUS VARCHAR2(1) Status of the item. Valid values are: w = worksheet:
item setup in progress, cannot be used in system s =
submitted: item setup complete and awaiting
approval, cannot be use in system a = approved: item
is approved and can now be used throughout the
system
23 ITEM_DESC VARCHAR2(250) Long description of the item. This description is
used through out the system to help online users
identify the item. For items that have parents, this
description will default to the parents description
plus any differentiators. For items without parents,
this description will default to null.
24 ITEM_DESC_SECONDARY VARCHAR2(250) Secondary descriptions of the item. This field can
only be populated when
system_options.secondary_desc_ind = y.
25 SHORT_DESC VARCHAR2(120) Shortened description of the item. This description
is the default for downloading to the pos. For items
that have parents, this description will default to the
parents short description. For items without parents,
this description will default to null.
26 DESC_UP VARCHAR2(250) All upper case description of the item (same as
upper(item_desc)). This field is not displayed in the
on-line item maintenance dialog, but is used in item
list of value search processing through out the
system.
27 PRIMARY_REF_ITEM_IND VARCHAR2(1) Indicates if the sub-transation level item is
designated as the primary sub-transaction level item.
For transaction level items and above the value in
this field will be no.
28 COST_ZONE_GROUP_ID NUMBER(4) Cost zone group associated with the item. This field
is only required when elc_ind (landed cost indicator)
is set to y on the system_options table.
29 STANDARD_UOM VARCHAR2(4) Unit of measure in which stock of the item is tracked
at a corporate level.
30 UOM_CONV_FACTOR NUMBER(20,10) Conversion factor between an each and the
standard_uom when the standard_uom is not in the
quantity class (e.g. If standard_uom = lb and 1 lb =
10 eaches, this factor will be 10). This factor will be
used to convert sales and stock data when an item is
retailed in eaches but does not have eaches as its
standard unit of measure.
31 PACKAGE_SIZE NUMBER(12,4) Holds the size of the product printed on any
packaging (i.e. 24 ounces). This field is used for
reporting purposes, as well as by oracle retail price
mangement to determine same sized and different
sized items.
32 PACKAGE_UOM VARCHAR2(4) Holds the unit of measure associated with the
package size. This field is used for reporting
purposes and by oracle retail price management to
determine same sized and different sized items.
33 MERCHANDISE_IND VARCHAR2(1) Indicates if the item is a merchandise item (y, n).
34 STORE_ORD_MULT VARCHAR2(1) Merchandise shipped from the warehouses to the
stores must be specified in this unit type. Valid
values are: c = cases i = inner e = eaches
No Element Name Data Type Description
35 FORECAST_IND VARCHAR2(1) Indicates if this item will be interfaced to an external
forecasting system (y, n).
36 ORIGINAL_RETAIL NUMBER(20,4) The original retail price of the item per unit. This
field is stored in the primary currency.
37 MFG_REC_RETAIL NUMBER(20,4) Manufacturers recommended retail price for the
item. Used for informational purposes only. This
field is stored in the primary currency.
38 RETAIL_LABEL_TYPE VARCHAR2(6) This field indicates any special lable type assoctiated
with an item (i.e. Pre-priced or cents off). This field
is used for reporting purposes only. Values for this
field are defined by the rtlt code on code detail.
39 RETAIL_LABEL_VALUE NUMBER(20,4) This field represents the value associated with the
retail label type.
40 HANDLING_TEMP VARCHAR2(6) Holds the temperature information associated with
the item. Valid values for this field are in the code
type htmp on the code_head and code_detail tables.
41 HANDLING_SENSITIVITY VARCHAR2(6) Holds the sensitivity information associated with the
item. Valid values for this field are in the code type
hsen on the code_head and code_detail tables.
42 CATCH_WEIGHT_IND VARCHAR2(1) Indiactes whether the item should be weighed when
it arives at a location. Valid values for this field are
y and n.
43 WASTE_TYPE VARCHAR2(6) Identifies the wastage type as either sales or spoilage
wastage. Sales wastage occurs during processes that
make an item saleable (i.e. Fat is trimmed off at
customer request). Spoilage wastage occurs during
the products shelf life (i.e. Evaporation causes the
product to weigh less after a period of time). Valid
values are: sp = spoilage sl = sales wastage is not
applicable to pack items.
44 WASTE_PCT NUMBER(12,4) Average percent of wastage for the item over its
shelf life. Used in inflating the retail price for
wastage items.
45 DEFAULT_WASTE_PCT NUMBER(12,4) Default daily wastage percent for spoilage type
wastage items. This value will default to all item
locations and represents the average amount of
wastage that occurs on a daily basis.
46 CONST_DIMEN_IND VARCHAR2(1) Indicates that the dimensions of the product are
always the same, regardless of the supplier. If this
field is y, the dimensions for all suppliers will be
defaulted to the primary supplier/primary country
dimensions. Editing of dimensions for the item will
only be allowed for the primary supplier/primary
country.
47 SIMPLE_PACK_IND VARCHAR2(1) Indicates if pack item is a simple pack or not. This
field will only be available if the item is a pack item.
A simple pack is an item whose components are all
the same item (i.e. A six pack of cola, etc). Valid
values are: y = yes, this item is a simple pack n =
no, this item is not a simple pack
48 CONTAINS_INNER_IND VARCHAR2(1) Indicates if pack item contains inner packs. Vendor
packs will never contain inner packs and this field
will be defaulted to n. This field will only be
available if the item is a pack item. Valid values are:
y = yes, this pack contains inner packs n = no, this
pack does not contain inner packs
49 SELLABLE_IND VARCHAR2(1) Indicates if pack item may be sold as a unit. If it is y
then the pack will have its own unique unit retail. If
it is n then the packs unit retail is the sum of each
individual items total retail within the pack. This
field will only be available if the item is a pack item.
Valid values are: y = yes, this pack may be sold as
No Element Name Data Type Description
a unit n = no, this pack may not be sold as a unit
50 ORDERABLE_IND VARCHAR2(1) Indicates if pack item is orderable. If it is y then the
suppliers of the pack must supply all components in
the pack. If it is n then the components may have
different suppliers. This field will only be available if
the item is a pack item. Valid values are: y = yes,
this pack may be ordered n = no, this pack may
not be ordered
51 PACK_TYPE VARCHAR2(1) Indicates if pack item is a vendor pack or a buyer
pack. A vendor pack is a pack that the vendor or
supplier recognizes and sells to the retailer. If the
pack item is a vendor pack, communication with the
supplier will use the vendor pack number. A buyer
pack is a pack that a buyer has created for internal
ease of use. If the pack item is a buyer pack,
communication with the supplier will explode the
pack out to its component items. This field will only
be available if the item is a pack item. If the pack
item is not orderable this field must be null. Valid
values are: v = vendor b = buyer
52 ORDER_AS_TYPE VARCHAR2(1) Indicates if pack item is receivable at the component
level or at the pack level (for a buyer pack only).
This field is required if pack item is an orderable
buyer pack. This field must be null if the pack is
sellable only or a vendor pack. This field will only be
available if the item is a pack item. Valid values are:
e = eaches (component level) p = pack (buyer pack
only)
53 COMMENTS VARCHAR2(2000) Holds any comments associated with the item.
54 ITEM_SERVICE_LEVEL VARCHAR2(6) Holds a value that restricts the type of shipment
methods that rcom can select for an item.
55 GIFT_WRAP_IND VARCHAR2(1) This field will contain a value of y if the item is
eligible to be gift wrapped.
56 SHIP_ALONE_IND VARCHAR2(1) This field will contain a value of y if the item should
be shipped to the customer is a seperate package
versus being grouped together in a box.
57 CREATE_DATETIME DATE Date/time stamp of when the record was created.
This date/time will be used in export processing.
This value should only be populated on insert - it
should never be updated.
58 LAST_UPDATE_ID VARCHAR2(30) Holds the oracle user-id of the user who most
recently updated this record. This field is required
by the database.
59 LAST_UPDATE_DATETIME DATE Holds the date time stamp of the most recent update
by the last_update_id. This field is required by the
database.
60 CHECK_UDA_IND VARCHAR2(1) This field indicates whether the user has called the
itemuda form. Since users may delete defauted udas,
this will prevent these from being automatically
displayed whenever the user enters the itemuda form.
61 ITEM_XFORM_IND VARCHAR2(1) This indicator will show that an item is associated an
item transformation. The item will be either the
sellable item or orderable item in the transformation
process.
62 INVENTORY_IND VARCHAR2(1) This indicator is used to determine if an item holds
inventory or not for item transformations.
63 ORDER_TYPE VARCHAR2(6) This determines how catch weight items are ordered.
Valid values are: f - fixed weight v - variable weight
valid values are held on the code_detail table with a
code type = ordt
64 SALE_TYPE VARCHAR2(6) This indicates the method of how catch weight items
No Element Name Data Type Description
are sold in store locations. Valid values are: v -
variable weight each l - loose weight valid values are
held on the code_detail table with a code type = stpe
65 DEPOSIT_ITEM_TYPE VARCHAR2(6) This is the deposit item component type. A null
value in this field indicates that this item is not part
of a deposit item relationship. The possible values
are - e - contents a - container z - crate t - returned
item (empty bottle) p - complex pack (with deposit
items) the returned item is flagged only to enable
these items to be mapped to a separate gl account if
required.
66 CONTAINER_ITEM VARCHAR2(25) This holds the container item number for a contents
item. This field is only populated and required if the
deposit_item_type = e.
67 DEPOSIT_IN_PRICE_PER_UOM VARCHAR2(6) This field indicates if the deposit amount is included
in the price per uom calculation for a contents item
ticket. This value is only required if the
deposit_item_type = e. Valid values are: i - include
deposit amount e - exclude deposit amount
68 AIP_CASE_TYPE VARCHAR2(6) Only used if aip is integrated. Determines which
case sizes to extract against an item in the aip
interface. Applicable only to non-pack orderable
items.
69 CATCH_WEIGHT_TYPE VARCHAR2(1) This column will hold catch weight type for a simple
pack catch weight item. The value is based on the
component items order_type and sale_type: 2 -
order_type = variable weight, sale_type = loose
weight 4 - order_type = variable weight, sale_type =
variable weight each the column will be set only at
the time of item approval. It will be used by the reim
invoice matching process
70 PERISHABLE_IND VARCHAR2(1) A grocery item attribute used to indicate whether an
item is perishable or not.
71 SOH_INQUIRY_AT_PACK_IND VARCHAR2(1) This indicates to show the stock on hand at pack
level in down stream applications when it is called in
pos from sim.
72 NOTIONAL_PACK_IND VARCHAR2(1) This is to indicate that the pack item should post the
transaction at pack level in sim. If this indicator is
checked in rms, sim will track pack item at the pack
level. If the indicator is not checked in rms, sim will
store inventory at the component level.
73 CATCH_WEIGHT_UOM VARCHAR2(4) Uom for catchweight items.
74 PRODUCT_CLASSIFICATION VARCHAR2(6) Product classification is informational only in rms,
but is used by rwms to determine how to pack
customer orders : such as to determine products that
may not be able to be packaged together.
Classifications are set up as codes in rms and should
be configured as part of an implementation to
include classifications that are applicable for each
retailer. Examples of classifications may include
fragile, toxic, heavy, etc.
75 BRAND_NAME VARCHAR2(30) This field contains the brand associated to an item
76 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
77 ALC_ITEM_TYPE VARCHAR2(15) The item type as used the the allocation product.
78 CURR_SELLING_UNIT_RETAIL NUMBER(20,4) This field contains the current selling unit retail of
the item.
79 CURR_SELLING_UOM VARCHAR2(4) This field contains the current selling uom of the
item.
1.12.64 DAS_V_STORE
Name DAS_V_STORE
Description
Elements
No Element Name Data Type Description
1 STORE NUMBER(10) Contains the number which uniquely identifies the
das_v_store.
2 STORE_NAME VARCHAR2(150) Contains the name of the store which, along with the
store number, identifies the das_v_store.
3 STORE_NAME10 VARCHAR2(10) Contains a ten character abbreviation of the store
name.
4 STORE_NAME3 VARCHAR2(3) Contains a three character abbreviation of the store
name.
5 STORE_NAME_SECONDARY VARCHAR2(150) Secondary name of the das_v_store.
6 STORE_CLASS VARCHAR2(1) Contains the code letter indicating the class of which
the store is a member. Valid values are a through e.
7 STORE_MGR_NAME VARCHAR2(120) Contains the name of the store manager.
8 STORE_OPEN_DATE DATE Contains the date on which the store opened.
9 STORE_CLOSE_DATE DATE Contains the date on which the store closed.
10 ACQUIRED_DATE DATE Contains the date on which the store was acquired.
11 REMODEL_DATE DATE Contains the date on which the store was last
remodeled.
12 FAX_NUMBER VARCHAR2(20) Contains the fax number for the das_v_store.
13 PHONE_NUMBER VARCHAR2(20) Contains the phone number for the das_v_store.
14 EMAIL VARCHAR2(100) Holds the email address for the location
15 TOTAL_SQUARE_FT NUMBER(8) Contains the total square footage of the das_v_store.
16 SELLING_SQUARE_FT NUMBER(8) Contains the total square footage of the stores selling
area.
17 LINEAR_DISTANCE NUMBER(8) Holds the total merchandisable space of the location.
18 VAT_REGION NUMBER(4) Contains the number of the value added tax region in
which this store is contained.
19 VAT_INCLUDE_IND VARCHAR2(1) Indicates whether or not value added tax will be
included in the retail prices for the das_v_store.
Valid values are y or n.
20 STOCKHOLDING_IND VARCHAR2(1) This column indicates whether the store can hold
stock. In a non-multichannel environment this will
always be y.
21 CHANNEL_ID NUMBER(4) In a multichannel environment this will contain the
channel with which the store is associated. Valid
values can be found on the channels table.
22 STORE_FORMAT NUMBER(4) Contains the number indicating the format of the
das_v_store. Valid values are found on the store
format table.
23 MALL_NAME VARCHAR2(120) Contains the name of the mall in which the store is
located.
24 DISTRICT NUMBER(10) Contains the number of the district in which the store
is a member.
25 TRANSFER_ZONE NUMBER(4) Contains the transfer zone in which the store is
located. Valid values are located on the tsfzone
table.
26 DEFAULT_WH NUMBER(10) Contains the number of the warehouse that may be
used as the default for creating cross-dock masks.
This determines which stores are associated with or
sourced from a warehouse. Will hold only virtual
warehouses in a multi-channel environment.
27 STOP_ORDER_DAYS NUMBER(3) Contains the number of days before a store closing
that the store will stop accepting orders. This
No Element Name Data Type Description
column will be used when the store_close_date is
defined.
28 START_ORDER_DAYS NUMBER(3) Contains the number of days before the
store_open_date that the store will begin accepting
orders.
29 CURRENCY_CODE VARCHAR2(3) This field contains the currency code under which
the store operates.
30 LANG NUMBER(6) This column identifies the language to be used for
the given das_v_store.
31 TRAN_NO_GENERATED VARCHAR2(6) Contains the level at which unique pos transaction
numbers are generated. If the store has one sequence
number that is used for all registers, then the value in
this column will be s (store). Otherwise the store has
unique sequence numbers for each register and the
value in this column will be r (register). These
values are defined on the codes table with a code
type of unqt.
32 INTEGRATED_POS_IND VARCHAR2(1) Indicates whether or not the pos system at the store is
integrated.
33 ORIG_CURRENCY_CODE VARCHAR2(3) Holds the original currency of a store after its
adopted the euro as its main operating currency
34 DUNS_NUMBER VARCHAR2(9) This field holds the dun and bradstreet number to
identify the das_v_store.
35 DUNS_LOC VARCHAR2(4) This field holds the dun and bradstreet number to
identify the location
36 SISTER_STORE NUMBER(10) This field will hold a store number which will be
used to relate the current store to the historical data
of an existing das_v_store.
37 TSF_ENTITY_ID NUMBER(10) Foregin key to the tsf_entity table
38 ORG_UNIT_ID NUMBER(15) Column will contain the organizational unit id value.
39 AUTO_RCV VARCHAR2(1) This column will indicate whether the client is
allowing automatic receipt for the das_v_store. Valid
values are y (yes), n (no), d (system default). Default
value should be d.
40 REMERCH_IND VARCHAR2(1) Identifies stores that are undergoing a significant
remerchandising effort. Used only when aip is
integrated with rms.
41 STORE_TYPE VARCHAR2(6) This will indicate whether a particular store is a
franchise or company das_v_store.
42 WF_CUSTOMER_ID NUMBER(10) Numeric id of the customer.
43 TIMEZONE_NAME VARCHAR2(64) Indicates the time zone of the das_v_store. For
example, 'america/new_york'.
44 CUSTOMER_ORDER_LOC_IND VARCHAR2(1) This column determines whether the location is
customer order location or not.if the indicator is y
then the location can be used by oms for sourcing/
fulfillment or both else it cannot be used.it is
enabled only for the company stores .
45 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
46 CREATE_DATETIME DATE This column holds the record creation date.
1.12.65 DAS_V_DISTRICT
Name DAS_V_DISTRICT
Description
Elements
No Element Name Data Type Description
1 DISTRICT NUMBER(10) Contains the number which uniquely identifies the
district.
No Element Name Data Type Description
2 DISTRICT_NAME VARCHAR2(120) Contains the name of the district which, along with
the district number, identifies the district.
3 MGR_NAME VARCHAR2(120) Contains the name of the manager of the district.
4 REGION NUMBER(10) Contains the number of the region of which the
district is a member.
5 CURRENCY_CODE VARCHAR2(3) This field contains the currency code under which
the district operates.
6 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
1.12.66 DAS_V_REGION
Name DAS_V_REGION
Description
Elements
No Element Name Data Type Description
1 REGION NUMBER(10) Contains the number which uniquely identifies the
region.
2 REGION_NAME VARCHAR2(120) Contains the name of the region which, along with
the region number, identifies the region.
3 MGR_NAME VARCHAR2(120) Contains the name of the manager for the region.
4 AREA NUMBER(10) Contains the number of the area of which the region
is a member.
5 CURRENCY_CODE VARCHAR2(3) This field contains the currency code under which
the region operates.
6 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
7 CREATE_DATETIME DATE This column holds the record creation date.
1.12.67 DAS_V_AREA
Name DAS_V_AREA
Description
Elements
No Element Name Data Type Description
1 AREA NUMBER(10) This column contains the number which uniquely
identifies an area within the system.
2 AREA_NAME VARCHAR2(120) This column contains the name of the area which,
along with the area number, identifies the area.
3 MGR_NAME VARCHAR2(120) This column contains the name of the manager for
the area.
4 CHAIN NUMBER(10) This column contains the chain number of which the
area is a member.
5 CURRENCY_CODE VARCHAR2(3) This column contains the currency code under which
the area operates.
6 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
7 CREATE_DATETIME DATE This column holds the record creation date.
1.12.68 DAS_V_CHAIN
Name DAS_V_CHAIN
Description
Elements
No Element Name Data Type Description
1 CHAIN NUMBER(10) Contains the number which uniquely identifies the
chain.
2 CHAIN_NAME VARCHAR2(120) Contains the name of the chain which, along with the
No Element Name Data Type Description
chain number, identifies the chain.
3 MGR_NAME VARCHAR2(120) Contains the name of the manager of the chain.
4 CURRENCY_CODE VARCHAR2(3) This field contains the currency code under which
the chain operates.
5 CREATE_ID VARCHAR2(30) This column holds the user id of the user who
created the record.
6 CREATE_DATETIME DATE This column holds the record creation date.
1.12.69 MV_CURRENCY_CONVERSION_RATES
Name MV_CURRENCY_CONVERSION_RATES
Description
Columns
No Column Name Data Type Description
1 FROM_CURRENCY VARCHAR2(3)
2 TO_CURRENCY VARCHAR2(3)
3 EFFECTIVE_DATE DATE
4 EXCHANGE_TYPE VARCHAR2(1)
5 EXCHANGE_RATE NUMBER
4.GLOSSARY
Term Definition