sp300_decode_tables
This table provides a list of the various ServiceScheduling database tables, which contain textual descriptions of encoded values used elsewhere in the ServiceScheduling database.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
sp_table_name | varchar2(30) |  |  |
sequence | number(3)Â Â | Â | Â |
description | varchar2(40)Â | Â | Â |
Keys
primary key (sp_table_name)
Column Descriptions
Field | Description |
---|---|
sp_table_name | ServiceScheduling table name. |
sequence | Sequence number, used to order the tables for reporting purposes.  |
description | Table description. |