Oracle Product Lifecycle Analytics Operational Data Reference Manual Release 3.5 E70276-01 |
|
![]() Previous |
This chapter provides a detailed reference for the table columns in the OPLA Operational schema.
Data store for Flex attributes configured and enabled on Agile PLM.
Table 3-1 AGILE_FLEX
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Object ID - Not Unique |
CLASS |
NUMBER |
Object Class ID. Not unique. |
ATTID |
NUMBER |
Attribute ID for all Flex attributes added in PLM |
OBJ_ID |
NUMBER |
Row ID in the object table |
NUMBER1 |
NUMBER |
Stores value for field of NUMERIC attribute type or currency value for MONEY attribute type. |
NUMBER2 |
NUMBER |
Stores currency code for field of MONEY attribute type. |
TEXT |
VARCHAR2 |
Stores value for field of TEXT and MULTI-TEXT attribute type. |
FLEXDATE |
DATE |
Stores value for field of DATE attribute type. |
CREATED |
DATE |
Created On |
LAST_UPD |
DATE |
Last Updated On |
Stores ETL run type, status. Updated during ETL process and is Read-Only for others.
Table 3-2 DM_LOAD_CTL
Column | Type | Comments |
---|---|---|
BATCH_NO |
NUMBER |
ETL run number |
START_DATE |
DATE |
ETL run start Date |
END_DATE |
DATE |
ETL run end Date |
LOAD_TYPE |
VARCHAR2 |
ETL run type and values are: "FULL" for Full load; "CDC" for incremental load |
STATUS |
VARCHAR2 |
Status of ETL run and values: "FAILED" if ETL run failed or "SUCCESS" if ETL run is successful. |
Stores the Action item related information used in Discussion and Activity objects
Table 3-6 ODM_ACTION_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
OBJ_ID |
NUMBER |
Object ID of an Activity, Discussion or any object that uses Discussions. |
CLASS_ID |
NUMBER |
Class ID of the object that this Action Item is associated with (18022, 18387 or 18451 ) |
SUBJECT |
VARCHAR2 |
Subject of the Action Item |
DESCRIPTION |
VARCHAR2 |
Description of the Action Item |
DUE_DATE |
DATE |
Due Date of the Action Item |
CREATOR_ID |
NUMBER |
ID of the User that created this Action Item |
DELETE_FLAG |
NUMBER |
Identify whether the Action Item is deleted. The value is 1 for delete |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last updated on |
STATUS_ID |
NUMBER |
Current Status of the Action Item.FK to ODM_ACTION_STATUS_D |
ASSIGNED_TO_ID |
NUMBER |
ID of the User whom the Action Item is assigned to |
Stores baselines for Activity objects.
Table 3-7 ODM_ACTIVITY_BASELINE
Column | Type | Comments |
---|---|---|
ACT_ID |
NUMBER |
ID of baselined Activity |
CLASS_ID |
NUMBER |
Class ID of baselined Activity |
SUBCLASS_ID |
NUMBER |
Subclass ID of baselined Activity |
NAME |
VARCHAR2 |
Name of baselined Activity |
AUTO_NUMBER |
VARCHAR2 |
Auto number of baselined Activity |
ACTIVITY_DESC |
VARCHAR2 |
Description of baselined Activity |
REV_ID |
NUMBER |
Baseline Revision |
REV_DESC |
VARCHAR2 |
Baseline Revision Description |
REV_DATE |
DATE |
Baseline Revision Date |
PARENT_ID |
NUMBER |
Parent ID of Baseline Activity |
ROOT_ID |
NUMBER |
Root ID of Baseline Activity |
SCH_START_DATE |
DATE |
Schedule Start Date of baselined Activity |
SCH_DURATION |
NUMBER |
Scheduled Duration |
SCH_END_DATE |
DATE |
Schedule End Date of baselined Activity |
ACT_START_DATE |
DATE |
Actual Start Date of baselined Activity |
ACT_DURATION |
NUMBER |
Activity Duration |
ACT_END_DATE |
DATE |
Actual End Date of baselined activity |
SCH_VARIANCE |
NUMBER |
Schedule Variance |
FLAGS |
VARCHAR2 |
0 (FALSE) / 1 (TRUE) for each position in the flag. |
BGT_LABOR_COST_VALUE |
NUMBER |
Budgeted labor cost value |
BGT_LABOR_COST_CURRENCY |
NUMBER |
Budgeted labor Cost Currency ID |
BGT_FIXED_COST_VALUE |
NUMBER |
Budgeted fixed cost value |
BGT_FIXED_COST_CURRENCY |
NUMBER |
Budgeted fixed Cost Currency ID |
BGT_CAPITAL_EXPENSES_VALUE |
NUMBER |
Budgeted capital value |
BGT_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Budgeted capital Currency ID |
BGT_FLEX_COST_VALUE |
NUMBER |
Budgeted flex cost value |
BGT_FLEX_COST_CURRENCY |
NUMBER |
Budgeted flex cost currency ID |
BGT_TOTAL_COST_VALUE |
NUMBER |
Budgeted total cost |
BGT_TOTAL_COST_CURRENCY |
NUMBER |
Budgeted total cost currency ID |
PERCENT_COMPLETE |
NUMBER |
Activity Percent Complete |
OVERALL_STATUS |
NUMBER |
Overall status of activity |
DAYS_EFFORT |
NUMBER |
Days Effort of Activity |
DISPLAY_ORDER |
NUMBER |
Display Order In Parents Schedule |
EST_START_DATE |
DATE |
Estimated start date |
EST_END_DATE |
DATE |
Estimated end date |
EST_DURATION |
NUMBER |
Estimated Duration |
EST_VARIANCE |
NUMBER |
Estimated Variance |
STATUS_ID |
NUMBER |
Status |
STATUSTYPE_ID |
NUMBER |
Type ID |
OWNER_ID |
NUMBER |
Owner ID |
ACT_CREATE_DATE |
DATE |
Actual Create Date |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores Activity dependency relationship between Activity records. TO_ID is dependant on the FROM_ID with both ID's being ACTIVITY records.
Table 3-8 ODM_ACTIVITY_DEPENDENCY
Column | Type | Comments |
---|---|---|
FROM_ID |
NUMBER |
Predecessor Activity ID |
TO_ID |
NUMBER |
Successor Activity ID |
TYPE_ID |
NUMBER |
0 (INTERNAL DEPENDENCY) / 1 (EXTERNAL DEPENDENCY) |
TIME_BUFFER |
NUMBER |
Dependency time buffer |
NOTIFICATION_SENT |
NUMBER |
0 (Notification not sent) / 1 (Notification sent) |
EXTERNAL_FLG_ID |
NUMBER |
Whether Activity is external or internal to the current program tree |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft-delete |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores assignment/default values for Workflows, Roles, Privileges, Criteria, Filter and Viewable Tabs
Table 3-10 ODM_ADMINMSATT
Column | Type | Comments |
---|---|---|
PARENT_ID |
NUMBER |
Node ID of autonumber,role, privilege,filter, WF status, WF exit criteria, WF matching criteria |
ATT_ID |
NUMBER |
property ID of AutoNumber, Exit Required Fields, Manual Valid Next Status, If Rejected, Notify, If AutoPromote Fails, Notify, If No Criteria Apply At Exit, Notify,Status - From,Status - To,Notify Upon Entry,Role, Criteria,Entry Required Fields, Viewable Tabs, Initiate From, Process Extensions |
VALUE |
NUMBER |
Nodetable IDValid or List Entry ID |
CLASS_ID |
NUMBER |
Class ID or Subclass ID |
EXTRA_INFO |
NUMBER |
This is used in workflow settings. Appears to be used to mark a valid next status |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
Stores Aggregated Information about Substances
Table 3-11 ODM_AGGR_SUBSTANCE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
OBJECT_ID |
NUMBER |
Id of the object referred in the aggregation |
OBJECT_CLASS_ID |
NUMBER |
Substance Class ID |
OBJECT_CHANGE_ID |
NUMBER |
Change ID |
SUBSTANCE_ID |
NUMBER |
Substance id |
SUBSTANCE_CLASS_ID |
NUMBER |
Substance class id |
ROLLEDUP_MASS |
NUMBER |
Aggregated Mass |
ROLLEDUP_PPM |
NUMBER |
Aggregated PPM |
ROLLEDUP_ITEM_WEIGHT |
NUMBER |
Aggregated Item weight |
UOM |
NUMBER |
Unit of mass |
DECLARED_COMPLIANCY |
NUMBER |
DECLARED_COMPLIANCY |
KNOWN_ADDITION |
NUMBER |
Known Addition |
SITE_ID |
NUMBER |
Site Object id |
MODIFIED_DATE |
DATE |
Updated date |
RESULT_COMPLIANCY |
NUMBER |
Result Compliancy |
COMPOSITION_ID |
NUMBER |
Composition id |
CALCULATED_COMPLIANCY |
NUMBER |
Calculated Compliancy |
SPECIFICATION_ID |
NUMBER |
Specification id |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
EXPIRATION_DATE |
DATE |
Expiry date |
CREATE_DATE |
DATE |
Object Create Date |
UPDATE_DATE |
DATE |
Object Last Modified date |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
Stores information about Users.
Table 3-12 ODM_AGILEUSER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CLASS_ID |
NUMBER |
User objects Class ID(5002) |
SUBCLASS_ID |
NUMBER |
User objects Subclass ID(objtype=13) |
CHANGECASTACCESS |
NUMBER |
Change cast access flag . 1 = Yes, 0 = No. |
RECVNOTIFICATION |
NUMBER |
Can receive Notification. 1 = Yes, 0 = No. |
DAYLIGHTSAVING |
NUMBER |
User uses daylight savings. 1 = Yes, 0 = No. |
LICENSE |
NUMBER |
User License Category.0 for Restricted ,1 for Concurrent,2 for Power |
ROWPERPAGE |
NUMBER |
Not being used in 9.x versions . |
COMMENTS |
VARCHAR2 |
Comment about User |
DATEFORMAT |
NUMBER |
User preferred Date format |
TIMEFORMAT |
NUMBER |
User preferred Time Format |
|
VARCHAR2 |
User Email address |
FAX |
VARCHAR2 |
User Fax Number |
LOGINID |
VARCHAR2 |
User Login Identifier |
SHOWWCMTIPS |
NUMBER |
Agile Internal. 1 = Yes, 0 = No. |
ALLOWESCALATION |
NUMBER |
Allow Escalation Designation Approval 1 = Always 2= After Escalation |
STARTUPURL |
VARCHAR2 |
Not being used in 9.x |
TIMEZONE |
NUMBER |
User Time Zone |
ENABLED |
NUMBER |
1 for Active 0 for Inactive |
LOCALE_CODE |
NUMBER |
Locale code is not null and indicates the locale setting for the user. 0 for English. 1 for Japanese. 2 for Traditional Chinese. 3 for French. 4 for Simplified Chinese. 5 for German |
FIRST_NAME |
VARCHAR2 |
User First name |
MIDDLE_INITIAL |
VARCHAR2 |
User Middle name initial |
LAST_NAME |
VARCHAR2 |
User last name |
TITLE |
VARCHAR2 |
User Title |
PAGER |
VARCHAR2 |
User Pager Number |
WORK_PHONE |
VARCHAR2 |
User Work Phone |
STATE |
VARCHAR2 |
User State. Out of the box, the value is a foreign key to ODM_REGION_D.ENTRY_ID column |
ZIP |
VARCHAR2 |
User Zip code |
MOBILE |
VARCHAR2 |
User Mobile Number |
HOME_PHONE |
VARCHAR2 |
User Home phone number |
PREFERRED_CLIENT |
NUMBER |
User preferred client.1 for Web Client.2 for Java Client |
NUMBER_FORMAT |
NUMBER |
User preferred number format. 0 for 987,654,321.09 3 for 987 654 321.09 |
PREFERRED_IFS |
NUMBER |
User preferred Agile File Server. |
DEFAULT_SITE |
NUMBER |
Users default Site Identifier. |
ADDRESS |
VARCHAR2 |
User Address |
CITY |
VARCHAR2 |
User City |
COUNTRY |
VARCHAR2 |
User Country.Out of the box, the value is a foreign key to ODM_COUNTRY_D.ENTRY_ID column |
LOGIN_PWD |
VARCHAR2 |
User Encrypted Login password. |
APPROVER_PWD |
VARCHAR2 |
User Encrypted approver password |
USE_LOGIN_PWD |
NUMBER |
0 for No, 1 for Yes to use login password for Approvals |
OBJVERSION |
NUMBER |
Agile Internal |
UPGRADE_USER |
NUMBER |
1 for this user is migrated for a legacy agile system. NULL for this user is newly created in this system. |
FLAGS |
VARCHAR2 |
Agile Internal |
CURRENCY |
NUMBER |
Preferred Currency Code |
HOME_ORG |
NUMBER |
Out of the box, the value is a foreign key to ODM_ORGANIZATION_OBJ_D.ENTRY_ID column |
RESPONSE_EDIT_MODE |
NUMBER |
Home Organization |
USER_AUTO_FORWARD_TO_FK |
NUMBER |
Agile Internal |
USER_RFQ_AUTOFWD_ENABLED_FLAG |
NUMBER |
Agile Internal |
USER_NEW_RFQ_NOTI_FLAG |
NUMBER |
Agile Internal |
USER_REQUOTE_RFQ_NOTI_FLAG |
NUMBER |
Agile Internal |
USER_ATH_ACCESS_NOTI_FLAG |
NUMBER |
Agile Internal |
USER_RFQ_FORWARDED_NOTI_FLAG |
NUMBER |
Agile Internal |
SYSTEM_ACCOUNT |
NUMBER |
Agile Internal |
USER_AUTO_FORWARD_START_DATE |
DATE |
Agile Internal |
USER_AUTO_FORWARD_END_DATE |
DATE |
Agile Internal |
EMAIL1 |
VARCHAR2 |
Secondary email address |
DEFAULT_SHIPTO |
NUMBER |
Out of the box, the value is a foreign key to ODM_SHIP_LOCATION_OBJ_D.ENTRY_ID column |
LABOR_RATE |
NUMBER |
User's hourly rate (value) |
LABOR_RATE_CURRENTY |
NUMBER |
User's hourly rate currency code |
OVERHEAD_RATE |
NUMBER |
User Overhead rate |
HTML_TABLE_SCROLLING |
NUMBER |
Agile Internal |
AUTH_SRC |
VARCHAR2 |
Agile Internal |
LISTS |
VARCHAR2 |
11 for Change Analyst List. 12 for Component Engineer List. 13 for Price Administrator List. 14 for Quality Administrator List. 15 for Quality Analyst List. |
SEARCHES |
VARCHAR2 |
11 for Change Analyst Searches. 12 for Component Engineer Searches. 13 for Content Manager Searches. 14 for Price Searches. 15 for Program Searches. 16 for Quality Searches. 17 for Supplier RFQ Searches. 18 for Sourcing Searches. |
PROGRAM_TYPE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROGRAM_TYPE_D.ENTRY_ID column |
REGION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_REGION_LIST_D.ENTRY_ID column |
DIVISION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_DIVISION_D.ENTRY_ID column |
PRODUCT_LINE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROD_LINE_D.ENTRY_ID column |
WORKWEEK_PREF |
VARCHAR2 |
Workweek preference |
GUID |
VARCHAR2 |
Agile Internal |
LICENSE_POOL |
NUMBER |
Agile Internal |
PREFINBOXVIEW |
NUMBER |
User In box preference.1 for Workflow.2 for Activities.3 for Notifications |
PREFSTARTPAGE |
NUMBER |
Agile Internal |
PREFPROGRAMVIEW |
NUMBER |
Agile Internal |
DAYNIGHTSAVING |
NUMBER |
Agile Internal |
RECYCLEBINSEARCH |
NUMBER |
Agile Internal |
OVERHEAD_RATE_CURRENCY |
NUMBER |
Overhead rate currency code |
BILL_RATE |
NUMBER |
Bill rate (hourly) |
BILL_RATE_CURRENCY |
NUMBER |
Bill rate currency code |
CATEGORY10 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY10_LIST_D.ENTRY_ID column |
PREFERRED_PORTAL_URL |
NUMBER |
UI specific |
GEOGRAPHY |
NUMBER |
Out of the box, the value is a foreign key to ODM_LOCATION_D.ENTRY_ID column |
MAXIMUM_ROWS_DISPLAYED |
NUMBER |
UI specific |
ENCODE_TYPE |
NUMBER |
Mode of file upload. |
FILE_UPLOAD_MODE |
NUMBER |
UI upload option chosen by the user. |
CUSTOMER |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CUSTOMER_D.ENTRY_ID column |
LAUNCH_YEAR |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_LAUNCH_YEAR_LIST_D.ENTRY_ID column |
CATEGORY7 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY7_LIST_D.ENTRY_ID column |
CATEGORY8 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY8_LIST_D.ENTRY_ID column |
CATEGORY9 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY9_LIST_D.ENTRY_ID column |
STATICTABLEHEADERS |
NUMBER |
UI specific |
MUST_CHANGE_PWD_FLG |
NUMBER |
UI specific |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC04 |
NUMBER |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC05 |
NUMBER |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The field definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The field definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The field definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
MONEYCURRENCY26 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY27 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY28 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY29 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY20 |
NUMBER |
Currency code for the corresponding money value flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The field definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Currency code for the corresponding money value flex field.Money Currency 21 is the currency id of Money Value 21 |
MONEYCURRENCY22 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY23 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY24 |
NUMBER |
Currency code for the corresponding money value flex field. |
MONEYCURRENCY25 |
NUMBER |
Currency code for the corresponding money value flex field. |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The label of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
0= not deleted 1= deleted |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
SEARCH_DISPLAY_MODE |
NUMBER |
– |
TABLE_DISPLAY_MODE |
NUMBER |
– |
THUMBNAILS |
NUMBER |
– |
Stores Gates object approval items.
Table 3-13 ODM_APPROVAL_ITEMS
Column | Type | Comments |
---|---|---|
GATE_ID |
NUMBER |
Gate Object ID |
ACTIVITY_ID |
NUMBER |
Activity ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores the File Folders Design Information
Table 3-14 ODM_ATT_DESIGNS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
ID of file folder class(6159) |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_FILE_FLDR_TYPE_OBJ_D.ENTRY_ID column |
ATTACHMENT_NUMBER |
VARCHAR2 |
File folder number |
OBJVERSION |
NUMBER |
Object version Number |
LATEST_VSN |
NUMBER |
Latest version of the file folder |
DESCRIPTION |
VARCHAR2 |
File Folder description |
CHECKOUT_USER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CHECKOUT_DATE |
DATE |
Date attachment was checked out. |
CHECKOUT_FOLDER |
VARCHAR2 |
File path of checked out attachment |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag |
BASEATTACH_ID |
NUMBER |
ID of the original copy of attachment |
ATTACHMENTTYPE_ID |
NUMBER |
ID of attachment file type |
COMPONENT_TYPE |
NUMBER |
Type of the component attachment. |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
This table support attachment being the file folder class object.
Table 3-15 ODM_ATT_FILE_FLDR
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
ID of file folder class(6159) |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_FILE_FLDR_TYPE_OBJ_D.ENTRY_ID column |
ATTACHMENT_NUMBER |
VARCHAR2 |
File folder number |
OBJVERSION |
NUMBER |
Object version Number |
LATEST_VSN |
NUMBER |
Latest version of the file folder |
DESCRIPTION |
VARCHAR2 |
File Folder description |
CHECKOUT_USER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CHECKOUT_DATE |
DATE |
Date attachment was checked out. |
CHECKOUT_FOLDER |
VARCHAR2 |
File path of checked out attachment |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag |
BASEATTACH_ID |
NUMBER |
ID of the original copy of attachment |
ATTACHMENTTYPE_ID |
NUMBER |
ID of attachment file type |
COMPONENT_TYPE |
NUMBER |
Type of the component attachment. |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table> ENTRY_ID column. Refer to ODM_ LISTDIM_CTL and ODM_DATA_DICTIONARYtables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
This table support attachment being the History Report File Folder class object.
Table 3-16 ODM_ATT_HIST_RPT_FF
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
ID of file folder class(6367) |
LATEST_VSN |
NUMBER |
Latest version of the file folder |
DESCRIPTION |
VARCHAR2 |
File Folder description |
CHECKOUT_USER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CHECKOUT_DATE |
DATE |
Date attachment was checked out. |
CHECKOUT_FOLDER |
VARCHAR2 |
File path of checked out attachment |
FLAGS |
VARCHAR2 |
0 (FALSE) /1 (TRUE) for each position in the flag |
BASEATTACH_ID |
NUMBER |
ID of the original copy of attachment |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_FILE_FLDR_TYPE_OBJ_D.ENTRY_ID column |
ATTACHMENT_NUMBER |
VARCHAR2 |
File folder number |
OBJVERSION |
NUMBER |
Object version Number |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
ATTACHMENTTYPE_ID |
NUMBER |
ID of attachment file type |
COMPONENT_TYPE |
NUMBER |
Type of the component attachment. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Table describes attribute metatdata Agile PLM objects.
Table 3-17 ODM_ATTR_METADATA
Column | Type | Comments |
---|---|---|
CLASS_ID |
NUMBER |
Class ID of attribute defined in agile PLM |
BASEID |
NUMBER |
Base Class ID of attribute defined in agile PLM |
CLASS ID |
NUMBER |
Class ID of attribute defined in agile PLM |
SUBCLASSID |
NUMBER |
Sub-Class ID of attribute defined in agile PLM |
ATT_ID |
NUMBER |
Attribute ID of attribute defined in agile PLM |
ATT_NAME |
VARCHAR2 |
Attribute name |
CUST_ATT_ID |
NUMBER |
Attribute ID for customer overridden attribute in agile PLM |
CUST_ATT_NAME |
VARCHAR2 |
Customer configured attribute name for attribute overridden in agile PLM |
SELECTION_ID |
NUMBER |
List ID for List or MultiList attributes |
ATT_TYPE |
VARCHAR2 |
Attribute Type |
ATT_ENABLED |
NUMBER |
Flag that indicates if attribute is enabled. 0if Disabled and 1 if Enabled |
CLASS_LEVEL |
NUMBER |
Reserved |
LIST_IND |
NUMBER |
Indicates if list assigned to attribute is Simple(1), Cascade (2) or Dynamic List (3). |
MAXLENGTH |
NUMBER |
Maximum length allowed by PLM |
REQUIRED |
NUMBER |
Agile PLM requires that values are provided for this attribute. 1 - Required |
FLEX |
NUMBER |
Is it a User Defined flex attribute? 0 - not a Flex attribute, 1 - Flex Attribute |
INHERIT |
NUMBER |
Is it inherited from Base Class or Class: 1 - yes,0 - no |
TAB |
VARCHAR2 |
Name of Agile PLM object tab to which this attribute belongs. |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
Stores item revision information. This is the instance of the revision of the object.
Table 3-18 ODM_BASELINE_REV
Column | Type | Comments |
---|---|---|
BASELINE_ID |
NUMBER |
Unique identifier |
ACT_ID |
NUMBER |
Item number |
REV |
NUMBER |
Change object number |
REV_DESC |
VARCHAR2 |
Revision number label |
CREATEDATE_DATE |
DATE |
Baseline create date |
KICKOFF_BASELINE |
NUMBER |
Starting revision of the Item |
POR_BASELINE |
NUMBER |
End revision of the Item |
MILESTONE |
NUMBER |
Targeted revision of the Item |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDDATE_DATE |
DATE |
Update date |
Stores Bill of Material related information.
Table 3-19 ODM_BOM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique id |
ITEM_ID |
NUMBER |
ID of parent item |
ITEM_NUMBER |
VARCHAR2 |
Item number of Child Item |
FIND_NUMBER |
VARCHAR2 |
Line item (find) number |
SEQ |
NUMBER |
Sequence |
QUANTITY |
VARCHAR2 |
Quantity of child item |
DESCRIPTION |
VARCHAR2 |
BOM description |
NOTES |
VARCHAR2 |
BOM notes |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
CHANGE_IN |
NUMBER |
Change ID bringing in the child item |
CHANGE_OUT |
NUMBER |
Change ID bringing out the child item |
PRIOR_BOM |
NUMBER |
ID of line item to be replaced |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position |
COMPONENT |
NUMBER |
ID of compoent item (item_number) |
SITE_ID |
NUMBER |
0 or valid sites.id -default 0 |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-20 ODM_BOM_RESULT
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
P_ID |
NUMBER |
– |
ASSEMBLY_ID |
NUMBER |
– |
COMPONENT_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
SITE_ID |
NUMBER |
|
BOM_LEVEL |
NUMBER |
|
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
REV_NUMBER |
VARCHAR2 |
|
CREATED_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores user actions on routable objects
Table 3-22 ODM_CHANGE_HISTORY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
– |
PREV_STATUS_ID |
NUMBER |
ID of previous status |
USER_TYPE_ID |
NUMBER |
ID for type of users |
USER_ID |
NUMBER |
ID of user that logged the change entry |
EVENT_TYPE_ID |
NUMBER |
Change Event type and possible values are: 0 = change an attribute value 1 = submit a change object 2 = route a change object 3 = release a change object 4 = close an ECR 5 = expire a deviation 6 = resume a Stop Ship 7 = implement an ECO 8 = return to originator 9 = put a change request on hold 10 = cancel a change object 11 = unrelease a change 12 = approve a change request 13 = reject a change request 14 = make a comment 15 = add to approvers list 16 = remove from approvers list 17 = add to observers list 18 = remove from observers list 19 = send a copy to someone 20 = delete a change object 21 = undelete a change object 22 = ad to affected items table 23 = field change of affected items table 24 = delete from affected items table 25 = add to redline BOM table 26 = field change of redline BOM table 27 = delete from redline BOM table 28 = undelete redline BOM table 29 = create 30 = print tab 37 = add a file 38 = get a file 39 = remove a file 40 = view a file 41 = checkout file attachment 42 = checkin file attachment 43 = cancel checkout file attachment 47 = save as 48 = print a file 49 = copy file to clipboard 50 = change subclass 51 = add to redline BOM table 52 = field change of redline BOM table 53 = delete from redline BOM table 54 = undelete redline BOM table 55 = first article complete for MCO 56 = reviewing a PDP 57 = PDP has been accepted 58 = batch import of redline BOM 59 = create attachment redline 60 = copy attachment RL of the AI from one change to another change (continued below) |
EVENT_TYPE_ID (continued) |
NUMBER |
Change Event type and possible values are: (continued) 61 = modify attachment redline 62 = delete attachment redline 63 = workflow reminder notification 64 = workflow escalation notification 65 = change status 66 = failed autopromotion mail sent 67 = no exit criteria 68 = autopromote_warning 69 = Create PDX on this object 70 = Notify Transfer Authority Users 71 = change the status from(to) pending, created for implementation of report 72 = open a file 73 = transfer authority 74 = cancel transfer authority 75 = import a file 76 = all change analysts have approved the change 77 = add to selected objects table 78 = field change of selected objects table 79 = delete from selected objects table 80 = add to where sent table 81 = field change of where sent table 82 = delete from where sent table 83 = log user defined action 84 = data transmission action (used by Transfer Orders) 100 = Add ISSUE 101 = Modify ISSUE 102 = Delete ISSUE 103 = Add problem report 104= Modify problem report 105 = Delete problem report 106= Save as Issue 107 = Save as PR 108= Create issue 109 = Create problem report 110 = EVENT_NCR_ADD 111 = EVENT_NCR_MODIFY 112 = EVENT_NCR_DELETE 200 = Add related change to a QCR 201 = Modify related change to a QCR 202 = Delete related change to a QCR 203 = Save as ECR 204 = Save as ECO 205 = Save as CAR 206 = Save as MCO 207 = Save as Deviation 208 = Save as Stop Ship 209 = Create ECR 210 = Create ECO 211 = Create CAR 212 = Create MCO 213 = Create Deviation 214 = Create Stop Ship 215 = Create QCR 216 = Save as QCR 217 = remind user to audit before a period (continued below) |
EVENT_TYPE_ID (continued) |
NUMBER |
Change Event type and possible values are: (continued) 300 = Add customer to a PR or ISSUE 301 = Modify customer to a PR or ISSUE 302 = Delete customer to a PR or ISSUE 303 = Save as customer 304 = Create customer 400 = Add layout to report 401 = Modify layout of report 402 = Delete layout of report 403 = Save layout 404 = Add schedule to report 405 = Modify schedule 406 = Delete schedule 407 = Add historical report 408 = Modify historical report 409 = Delete historical report 410= View historical report 411 = Execute report 412 = Generate a historical report successfully 413 = Fail to generate a schedule 415 = Supplier create 416 = Supplier linecard edit |
CHANGE_ID |
NUMBER |
Object ID |
FIND_NUMBER |
VARCHAR2 |
Line item/mfrPart |
AFFECTED_ITEM_ID |
NUMBER |
Item affected |
TIMESTAMP |
DATE |
Time and date when action was taken |
COMMENTS |
VARCHAR2 |
User comments on the change |
PROCESSED |
NUMBER |
Internal flag for email notification. 0 ALREADY_PROCESSED 1 PROCESS_NORMAL 2 PROCESS_URGENT 3 PROCESS_NORMAL_PROCESSED (for reminder and escalation) 4 PROCESS_URGENT_PROCESSED (for reminder and escalation) |
LOCAL_DATE |
DATE |
Local client date |
TIMEZONE_ID |
NUMBER |
Timezone of the client |
NEXT_STATUS_ID |
NUMBER |
Next status of the workflow |
SITE_ID |
NUMBER |
Site ID |
APPROVE_FOR_GROUP |
VARCHAR2 |
An indicator that shows if an approve action is for an individual or for a group.1 for group |
USER_NAME |
VARCHAR2 |
agileuser.firstname and lastname |
AFFECTED_OBJECT_CLASS_ID |
NUMBER |
Stores class of the affected object when an affected objects status CHANGE IS triggered BY a relationships controlling OBJECT. |
VERSION |
NUMBER |
– |
TEMPLATE_ID |
NUMBER |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. 1 for delete. |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last Updated on |
RICHTEXTVERSION |
VARCHAR2 |
Stores information about change order objects.
Table 3-23 ODM_CHNG_CHG_ORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date StopShip was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from Date |
EFFECTIVE_TO_DATE |
DATE |
Effective to Date |
RELEASE_DATE |
DATE |
Release date of the change orders |
DESCRIPTION |
VARCHAR2 |
Description of change orders |
REASON |
VARCHAR2 |
Reason of change orders |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of change orders |
ROUTE_DATE |
DATE |
Date Change Was Routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of change orders |
PROCESS_ID |
NUMBER |
Process ID of change orders |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores information about change request objects.
Table 3-24 ODM_CHNG_CHG_REQS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date stopship was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of the requested changes |
DESCRIPTION |
VARCHAR2 |
Description of requested changes |
REASON |
VARCHAR2 |
Reason of requested changes |
TRANSFERRED |
VARCHAR2 |
Change Transfer Flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of requested changes |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of requested changes |
PROCESS_ID |
NUMBER |
Process ID of requested changes |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores information about deviation objects.
Table 3-25 ODM_CHNG_DEVIATION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date StopShip was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of change deviation |
DESCRIPTION |
VARCHAR2 |
Description of change deviation |
REASON |
VARCHAR2 |
Reason of change deviation |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of change deviation |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of change deviation |
PROCESS_ID |
NUMBER |
Process ID of change deviation |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores the changes regarding the manufacture orders.
Table 3-26 ODM_CHNG_MFR_ORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date stopship was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of the MFR orders |
DESCRIPTION |
VARCHAR2 |
Description of the MFR orders |
REASON |
VARCHAR2 |
Reason of MFR order |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of MFR order |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of the MFR order |
PROCESS_ID |
NUMBER |
Process ID of MFR order |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores information about price change order objects.
Table 3-27 ODM_CHNG_PRICE_CHGORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date stopship was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of price change orders |
DESCRIPTION |
VARCHAR2 |
Description of price change orders |
REASON |
VARCHAR2 |
Reason of price change orders |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of price change orders |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of price change orders |
PROCESS_ID |
NUMBER |
Process ID of price change orders |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores information about site change order objects.
Table 3-28 ODM_CHNG_SITE_CHGORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date stopship was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of site change orders |
DESCRIPTION |
VARCHAR2 |
Description of the site change orders |
REASON |
VARCHAR2 |
Reason of site change orders |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of site change orders |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of site change orders |
PROCESS_ID |
NUMBER |
Process ID of MFR order |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, its 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores information about stop ships objects.
Table 3-29 ODM_CHNG_STOP_SHIPS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Sub class ID |
CHANGE_NUMBER_ID |
VARCHAR2 |
Change number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
REASON_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REASONCODE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column. |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESUME_DATE |
DATE |
Date stopship was resumed |
EFFECTIVE_FROM_DATE |
DATE |
Effective from date |
EFFECTIVE_TO_DATE |
DATE |
Effective to date |
RELEASE_DATE |
DATE |
Release date of Stop ships |
DESCRIPTION |
VARCHAR2 |
Description of Stop ships |
REASON |
VARCHAR2 |
Reason of Stop ships |
TRANSFERRED |
VARCHAR2 |
Change transfer flags |
OBJVERSION |
NUMBER |
Object version |
SUBMIT_DATE |
DATE |
Submit date of Stop ships |
ROUTE_DATE |
DATE |
Date change was routed |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
WORKFLOW_ID |
NUMBER |
Workflow ID |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
FINALCOMPLETE_DATE |
DATE |
Close date of Stop ships |
PROCESS_ID |
NUMBER |
Process ID of Stop ships |
IN_REVIEW |
NUMBER |
If the object is at REVIEW status type, it is 1 |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table describes class metatdata Agile PLM objects.
Table 3-30 ODM_CLASS_METADATA
Column | Type | Comments |
---|---|---|
SUBCLASS_ID |
NUMBER |
Sub-class ID |
SUBCLASS |
VARCHAR2 |
Sub-Class Name |
COVER_TAB |
VARCHAR2 |
Object tab name in PLM Application |
SUBCLASS_ENABLE |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
BASE_CLASS_ID |
NUMBER |
Base Class ID |
BASE_CLASS |
VARCHAR2 |
Base Class Name |
CLASS_ID |
NUMBER |
Class ID |
CLASS |
VARCHAR2 |
Class Name |
Table 3-31 ODM_COMPLIANCE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
REGULATION_ID |
NUMBER |
Specification ID |
OBJECT_ID |
NUMBER |
Id of the object referred in the notification |
OBJECT_CLASS_ID |
NUMBER |
Referred Object Class ID |
OBJECT_CHANGE_ID |
NUMBER |
Change object ID |
DECLARED_COMPLIANCY |
NUMBER |
Declared Compliancy |
CALCULATED_COMPLIANCY |
NUMBER |
Calculated Compliancy |
CALCULATED_DATE |
DATE |
Calculated Date |
COMPOSITION_ID |
NUMBER |
Composition id |
EXEMPTIONS |
VARCHAR2 |
Exemption |
RESULT_COMPLIANCY |
NUMBER |
Result Compliancy |
NEED_ROLLUP |
NUMBER |
Need Rollup indicator |
EXPIRATION_DATE |
DATE |
Expiry Date |
DATE01_DATE |
DATE |
Out of the box date field |
DATE02_DATE |
DATE |
Out of the box date field |
DATE03_DATE |
DATE |
Out of the box date field |
DATE04_DATE |
DATE |
Out of the box date field |
DATE05_DATE |
DATE |
Out of the box date field |
LIST01 |
NUMBER |
Out of the box List field |
LIST02 |
NUMBER |
Out of the box List field |
LIST03 |
NUMBER |
Out of the box List field |
LIST04 |
NUMBER |
Out of the box List field |
LIST05 |
NUMBER |
Out of the box List field |
NUMERIC01 |
NUMBER |
Out of the box Numeric field |
NUMERIC02 |
NUMBER |
Out of the box Numeric field |
NUMERIC03 |
NUMBER |
Out of the box Numeric field |
NUMERIC04 |
NUMBER |
Out of the box Numeric field |
NUMERIC05 |
NUMBER |
Out of the box Numeric field |
TEXT01 |
VARCHAR2 |
Out of the box Text field |
TEXT02 |
VARCHAR2 |
Out of the box Text field |
TEXT03 |
VARCHAR2 |
Out of the box Text field |
TEXT04 |
VARCHAR2 |
Out of the box Text field |
TEXT05 |
VARCHAR2 |
Out of the box Text field |
MULTILIST01 |
VARCHAR2 |
Out of the box Multi Selection field |
MULTILIST02 |
VARCHAR2 |
Out of the box Multi Selection field |
MULTILIST03 |
VARCHAR2 |
Out of the box Multi Selection field |
CALC_COMPLIANCY_IS_EXTERNAL |
NUMBER |
Calculated Compliancy is external |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Currency conversion rates stored in this table are used to convert currency values to the selected corporate currency.
Table 3-32 ODM_CONVERSION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary key |
FROM_CONVERSION_CODE_ID |
NUMBER |
Currency type list |
TO_CONVERSION_CODE_ID |
NUMBER |
Currency type list |
CONVERSION_FACTOR |
NUMBER |
Rate of conversion |
ORG_ID |
NUMBER |
Organization ID |
EFFECTIVE_FROM_DATE |
DATE |
The date from which the currency rate is effective |
EFFECTIVE_TO_DATE |
DATE |
The date until which the currency rate is effective |
CONVERSION_TYPE_ID |
NUMBER |
Currency conversion method |
CREATED_BY |
NUMBER |
The AGILEUSER.ID of the person/process that created this record. |
MODIFIED_BY |
NUMBER |
The AGILEUSER.ID of the person/process that modified this record. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Table 3-33 ODM_CONTRACT
Column | Type | Comments |
---|---|---|
CONT_ID |
NUMBER |
Unique ID |
CONT_IPN_ITEM_NUM |
VARCHAR2 |
|
CONT_MPN_ITEM_NUM |
VARCHAR2 |
|
CONT_MPN_ITEM_MFR |
VARCHAR2 |
|
CONT_SUPPLIER_NAME |
VARCHAR2 |
|
CONT_SITE_NAME |
VARCHAR2 |
|
CONT_PROGRAM_NAME |
VARCHAR2 |
|
CONT_REF_NUM |
VARCHAR2 |
|
CONT_COMMENT |
VARCHAR2 |
|
CONT_PRICE |
NUMBER |
|
CONT_CURRENCY |
NUMBER |
|
CONT_FROM_DATE |
DATE |
|
CONT_TO_DATE |
DATE |
|
CONT_MOQ |
NUMBER |
|
CONT_MPQ |
NUMBER |
|
CONT_TERMS_OF_SALE |
VARCHAR2 |
|
CONT_NCNR |
NUMBER |
|
CONT_LEAD_TIME |
NUMBER |
|
CONT_CANCEL_WINDOW |
NUMBER |
|
CONT_COMMODITY_ID |
NUMBER |
|
CONT_ORIGIN_COUNTRY |
VARCHAR2 |
|
CONT_AVAIL_INVENTORY |
NUMBER |
|
CONT_ITEM_REVISION |
VARCHAR2 |
|
CONT_MATERIAL_PRICE_TOTAL |
NUMBER |
|
CONT_NON_MATERIAL_PRICE_TOTAL |
NUMBER |
|
CONT_ITEM_DESC |
VARCHAR2 |
|
CONT_PAYMENT_TERMS |
VARCHAR2 |
|
CONT_TOTAL_SHIPPED_QUANTITY |
NUMBER |
|
CONT_WARRANTY_IN_DAYS |
NUMBER |
|
CONT_ATTACHMENT_STATE |
||
CONT_DATE1 |
DATE |
|
CONT_DATE2 |
DATE |
|
CONT_DATE3 |
DATE |
|
CONT_DATE4 |
||
CONT_DATE5 |
||
CONT_TEXT1 |
VARCHAR2 |
|
CONT_TEXT2 |
VARCHAR2 |
|
CONT_TEXT3 |
VARCHAR2 |
|
CONT_TEXT4 |
VARCHAR2 |
|
CONT_TEXT5 |
VARCHAR2 |
|
CONT_TEXT6 |
VARCHAR2 |
|
CONT_TEXT7 |
VARCHAR2 |
|
CONT_TEXT8 |
VARCHAR2 |
|
CONT_TEXT9 |
VARCHAR2 |
|
CONT_TEXT10 |
VARCHAR2 |
|
CONT_CURRENCY |
NUMBER |
|
CONT_CURRENCY2 |
NUMBER |
|
CONT_CURRENCY3 |
NUMBER |
|
CONT_CURRENCY4 |
NUMBER |
|
CONT_CURRENCY5 |
NUMBER |
|
CONT_MONEY1 |
NUMBER |
|
CONT_MONEY2 |
NUMBER |
|
CONT_MONEY3 |
NUMBER |
|
CONT_MONEY4 |
NUMBER |
|
CONT_MONEY5 |
NUMBER |
|
CONT_NUMBER1 |
NUMBER |
|
CONT_NUMBER2 |
NUMBER |
|
CONT_NUMBER3 |
NUMBER |
|
CONT_NUMBER4 |
NUMBER |
|
CONT_NUMBER5 |
NUMBER |
|
CREATED_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
DELETE_FLAG |
NUMBER |
|
CONT_CREATED_BY |
NUMBER |
|
CONT_MODIFIED_BY |
NUMBER |
This is the main customer record.
Table 3-35 ODM_CUSTOMER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CUSTOMER_TYPE_OBJ_D.ENTRY_ID column |
OBJVERSION |
NUMBER |
Object version number |
FLAGS |
VARCHAR2 |
0 (false) / 1 (true) for each position in the flag |
CUST_NO |
VARCHAR2 |
Customer number |
CUST_NAME |
VARCHAR2 |
Customer name |
ADDRESS |
VARCHAR2 |
Customer Address |
CITY |
VARCHAR2 |
Customer City |
STATE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REGION_D.ENTRY_ID column |
COUNTRY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_COUNTRY_D.ENTRY_ID column |
ZIP |
VARCHAR2 |
Customer zip code |
URL |
VARCHAR2 |
Web Address |
PHONE |
VARCHAR2 |
Customer Phone no. |
FAX |
VARCHAR2 |
Fax |
DESCRIPTION |
VARCHAR2 |
Customer contact name |
|
VARCHAR2 |
Customer email address |
CONTACT |
VARCHAR2 |
Customer contact no. |
LIFECYCLEPHASE_ID |
NUMBER |
Nodetable.Id |
DUNS_NUMBER |
VARCHAR2 |
Customer Duns number |
ENCODE_NUMBER |
VARCHAR2 |
– |
GEOGRAPHY |
NUMBER |
Out of the box, the value is a foreign key to ODM_LOCATION_D.ENTRY_ID column |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores data dictionary for Data Mart table including source and target mapping details.
Table 3-36 ODM_DATA_DICTIONARY
Column | Type | Comments |
---|---|---|
SRC_TABLE |
VARCHAR2 |
Source table name |
SRC_COL |
VARCHAR2 |
Source table column name |
TGT_TABLE |
VARCHAR2 |
ODM Target table name |
TGT_COL |
VARCHAR2 |
ODM Target table column name |
TGT_COL_TYPE |
VARCHAR2 |
ODM Target table column type |
TGT_COL_LEN |
NUMBER |
ODM Target table column length |
PLM_DATA_TYPE |
VARCHAR2 |
PLM data type of the Source column |
TGT_MAP_TABLE |
VARCHAR2 |
ODM Target column Map table name, this will populate only when PLM data type is MULTILIST |
TGT_MAP_DIM_COL_NAME |
VARCHAR2 |
ODM Target Map table column name |
TGT_DIM_TABLE |
VARCHAR2 |
ODM Target column Dimension table name, this will populate only when PLM data type is LIST and MULTILIST |
TGT_DIM_COL_NAME |
VARCHAR2 |
ODM Target Dimension table column name |
CLASS_ID |
NUMBER |
Class ID |
BASE_CLASS_ID |
NUMBER |
Base Class id of the attributes |
SUBCLASS_ID |
NUMBER |
Subclass Id of the attributes |
ATT_ID |
NUMBER |
Attribute id of the attributes |
CUST_ATT_ID |
NUMBER |
Custom attribute id for attributes |
Stores discussion objects and its replies.
Table 3-38 ODM_DISCUSSION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID of the discussion |
SUBCLASS_ID |
NUMBER |
Sub class Id of Discussion |
PARENT_ID |
NUMBER |
parent id for the reply / 0 for discussion |
ROOT_ID |
NUMBER |
Discussion id to which the reply belongs to. For discussion object only it is 0 |
MESSAGE |
VARCHAR2 |
Discussion Message |
STATUS_ID |
NUMBER |
Status Id of the Discussion |
PRIORITY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_DISC_PRIORITY_LIST_D.ENTRY_ID column |
AUTO_NUMBER |
VARCHAR2 |
Discussion number |
CLOSE_DATE |
DATE |
Date on which the Discussion was Closed |
CLOSE_COMMENTS |
VARCHAR2 |
Comments captured when the Discussion was Closed |
ORGANIZATION_ID |
NUMBER |
Organization to which the Discussion belongs. Out of the box, the value is a foreign key to ODM_ORGANIZATION_OBJ_D.ENTRY_ID column |
TYPE_ID |
NUMBER |
Discussion Type ID |
CREATOR_ID |
NUMBER |
Creator of the Discussion. Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUBJECT |
VARCHAR2 |
Subject of the Discussion |
REPLIES |
NUMBER |
Number of replies added to this row(Discussion or Reply) |
NOTIFYLIST |
VARCHAR2 |
Users notified on this Discussion. Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
LAST_REPLY_DATE |
DATE |
Date last reply was added. |
FLAGS |
VARCHAR2 |
0 (FALSE) / 1 (TRUE) for each position in the flag. |
PREVIEW_TEXT |
NUMBER |
Total length of the preview description |
FILTER |
NUMBER |
Stores display filter values |
OBJVERSION |
NUMBER |
The object version |
DIS_CREATE_DATE |
DATE |
Date on which the Discussion was created |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. 1 indicates delete |
CREATE_DATE |
DATE |
Discussion Create Date |
UPDATE_DATE |
DATE |
Last updated on |
Table 3-39 ODM_DOCS_MANU_BY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
MANUPART_ID |
NUMBER |
– |
AGILE_PART_ID |
NUMBER |
– |
PREFER_STATUS_ID |
NUMBER |
– |
CHANGE_IN |
NUMBER |
– |
CHANGE_OUT |
NUMBER |
– |
PRIOR_ROW |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
ACTIVE |
NUMBER |
– |
SITE_ID |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
AML_SPLIT_ID |
NUMBER |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
Stores Escalation rules for users
Table 3-40 ODM_ESCALATIONS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
The class Id of the object being escalated. |
OBJECTID |
NUMBER |
Object Id being escalated |
CRITERIA_ID |
NUMBER |
Id of the Workflow criteria for escalation |
USER_ID |
NUMBER |
Agile User ID |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Table 3-41 ODM_EVENT_HISTORY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
EVENT_TYPE |
NUMBER |
– |
EVENT_NAME |
VARCHAR2 |
– |
TRIGGER_TYPE |
NUMBER |
– |
HANDLER_TYPE |
NUMBER |
– |
HANDLER_ACTION_NAME |
VARCHAR2 |
– |
HANDLER_ACTION_ID |
NUMBER |
– |
EXECUTION_TYPE |
NUMBER |
– |
SUBSCRIBER_NAME |
VARCHAR2 |
– |
OBJECT_ID |
NUMBER |
– |
OBJECT_CLASS |
NUMBER |
– |
OBJECT_CHANGE |
NUMBER |
– |
OBJECT_SITE |
NUMBER |
– |
START_TIMESTAMP |
DATE |
– |
START_LOCAL_DATE |
DATE |
– |
START_TIMEZONE |
NUMBER |
– |
STOP_TIMESTAMP |
DATE |
– |
STOP_LOCAL_DATE |
DATE |
– |
STOP_TIMEZONE |
NUMBER |
– |
STATUS |
VARCHAR2 |
– |
MESSAGE |
VARCHAR2 |
– |
OWNER |
NUMBER |
– |
THREAD_ID |
NUMBER |
– |
EVENT_COUNT |
NUMBER |
– |
OBJECT_NUMBER |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
Stores the information of the File.
Table 3-42 ODM_FILE_INFO
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique File ID |
FILE_TYPE |
VARCHAR2 |
Attachment file type |
CHECKSUM_VALUE |
NUMBER |
File checksum validation |
FILE_PATH |
VARCHAR2 |
Defines the File Path |
LOCATIONS |
VARCHAR2 |
Defines the file Directory Location. |
EIFS_FILEPATH |
VARCHAR2 |
External Interface file located path |
IFS_FILEPATH |
VARCHAR2 |
Installable file system path |
HFS_FILEPATH |
VARCHAR2 |
Hierarchy file system path. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Each row in the table represents a single file of a version of an attachment object.
Table 3-43 ODM_FILES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
FILE_SIZE |
NUMBER |
The attachment file size |
FILE_TYPE |
VARCHAR2 |
The attachment file type |
FILENAME |
VARCHAR2 |
File Name |
PAGE |
NUMBER |
Page number sequence |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
UUID |
VARCHAR2 |
Schema UUID |
CONTENT_URL |
VARCHAR2 |
Get File Path |
FILE_FORMAT |
VARCHAR2 |
Format of the file. |
CONTENT_URL_TEMPLATE |
VARCHAR2 |
Universal Resource Location for the template content.. |
CATEGORY |
NUMBER |
The attachment File Category |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Table describes flex attribute metadata for Agile PLM objects.
Table 3-44 ODM_FLEXCOLS_METADATA
Column | Type | Comments |
---|---|---|
CLASS_ID |
NUMBER |
Agile PLM Class ID |
SUBCLASSID |
NUMBER |
Agile PLM Sub-class ID |
FLEX_COL |
VARCHAR2 |
Flex Column name. |
ATTID |
NUMBER |
Agile PLM Attribute ID |
ATT_TYPE |
VARCHAR2 |
PLM Attribute type name: TEXT, DATE, NUMERIC,MONEY, LIST, MULTI-LIST and MULTITEXT |
ATT_NAME |
VARCHAR2 |
Attribute name |
ODM_ATT_COLNAME |
VARCHAR2 |
Column name for the mapped attribute in class specific P4 table. |
CREATE_DATE |
DATE |
Created Date |
DD_FLAG |
NUMBER |
– |
UPDATE_DATE |
DATE |
– |
Stores Folder objects.
Table 3-45 ODM_FOLDER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
NAME |
VARCHAR2 |
Folder displayable name |
DESCRIPTION |
VARCHAR2 |
Folder Description |
OWNER |
NUMBER |
Folder owner ID (Agile user ID) |
IS_PUBLIC |
NUMBER |
Folder Type |
ORDERED |
NUMBER |
Flag for ordered folder |
OBJVERSION |
NUMBER |
Object version number |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores the Structure of the Folder which will hold all the Objects.
Table 3-46 ODM_FOLDER_STRUCTURE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
PID |
NUMBER |
Process ID |
P_VER_ID |
NUMBER |
Version of the process |
CID |
NUMBER |
Folder Change ID |
C_VER_ID |
NUMBER |
Version of the Folder Change ID |
FIND_NUMBER |
NUMBER |
Help No Of The Folder |
QUANTITY |
NUMBER |
Quantity of the Folder |
FLAGS |
VARCHAR2 |
– |
FILENAME |
VARCHAR2 |
File name |
IDENTIFIER |
VARCHAR2 |
Identification of the Folder |
COMPONENT |
VARCHAR2 |
Components of the Folder |
REFERENCE |
VARCHAR2 |
Reference for the Folder |
CONFIGURATION |
VARCHAR2 |
Configuration of the Folder |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
DATE01 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE06 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10 |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NOTES |
VARCHAR2 |
Short Notes |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores Geographical routing information about sourcing projects
Table 3-48 ODM_GEOGRAPHY_ROUTING
Column | Type | Comments |
---|---|---|
GR_ID |
NUMBER |
ID |
GR_ORG_ID |
NUMBER |
Originator ID |
GR_RECIPIENT_ID |
NUMBER |
Recipient ID |
GR_CONTINENT_ID |
NUMBER |
Continent ID |
GR_COUNTRY_ID |
NUMBER |
Country ID |
GR_REGION_ID |
NUMBER |
Region ID |
GR_DATE_CREATED |
DATE |
Date created ON |
GR_DATE_MODIFIED |
DATE |
Date Modified |
GR_CREATED_BY |
NUMBER |
Created By User |
GR_MODIFIED_BY |
NUMBER |
Modified by user |
CREATE_DATE |
DATE |
Date created ON |
UPDATE_DATE |
DATE |
Date Modified ON |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Control table for dynamically creating and disabling indexes during ETL process.
This is the main item table for Documents.
Table 3-50 ODM_ITEM_DOCS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID Data Validation: NOT NULL -NOT 0 |
CLASS_ID |
NUMBER |
Class(10000) |
SUBCLASS_ID |
NUMBER |
Sub class |
ITEM_NUMBER |
VARCHAR2 |
Item number Data Validation: NOT NULL -NO TRAILING SPACE(S) -UNIQUE ITEM NUMBER |
Column |
Type |
Comments |
CATEGORY_ID |
NUMBER |
Item category Data Validation: NULL IS OK |
DESCRIPTION |
VARCHAR2 |
Item Document Description |
DOCSIZE |
NUMBER |
Out of the box, the value is a foreign key to ODM_SIZE_D.ENTRY_ID column |
MODIFYDATE |
DATE |
Date item was last modified |
OBJVERSION |
NUMBER |
Object version Number |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
Comma delimited list of product lines Data Validation: NULL IS OK |
DEFAULT_CHANGE_ID |
NUMBER |
0 if it is a preliminary item or change ID of the latest released ECO/MCO for released item or latest created ECO/MCO for unreleased item |
COMMODITY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_COMM_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
Upper case value of item number |
PART_FAMILY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_OBJ_D.ENTRY_ID column |
CONV_FACTOR_ID |
NUMBER |
Conversion Method |
IS_TLA_ID |
NUMBER |
ID of an item if it is having top level assembly. |
EXCLUDE_FROM_ROLLUP_ID |
NUMBER |
Internal used |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
ITEM_GROUP |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores all user actions that have acted upon all non-routable objects
Table 3-51 ODM_ITEM_HISTORY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
ITEM_ID |
NUMBER |
Item ID |
REVNUMBER |
VARCHAR2 |
Revision Number |
USER_ID |
NUMBER |
ID of user who took the action |
TIMESTAMP |
DATE |
Server date action was taken |
ACTION_ID |
NUMBER |
Type of action |
COMMENTS |
VARCHAR2 |
User Comments |
LOCAL_DATE |
DATE |
Local client date |
TIMEZONE_ID |
NUMBER |
Timezone of the local client date |
SITE_ID |
NUMBER |
Site ID for the Site specific Item history |
USER_NAME |
VARCHAR2 |
User name |
TEMPLATE_ID |
NUMBER |
– |
URGENT_FLAG |
NUMBER |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
RICHTEXTVERSION |
VARCHAR2 |
This is the main item table for Parts.
Table 3-53 ODM_ITEM_PARTS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID Data Validation: NOT NULL -NOT 0 |
CLASS_ID |
NUMBER |
Class(9000) |
SUBCLASS_ID |
NUMBER |
Sub class |
ITEM_NUMBER |
VARCHAR2 |
Item number Data Validation: NOT NULL -NO TRAILING SPACE(S) -UNIQUE ITEM NUMBER |
CATEGORY_ID |
NUMBER |
Item category Data Validation: NULL IS OK |
DESCRIPTION |
VARCHAR2 |
Item Part Description |
DOCSIZE |
NUMBER |
Out of the box, the value is a foreign key to ODM_SIZE_D.ENTRY_ID column |
MODIFYDATE |
DATE |
Date item was last modified |
OBJVERSION |
NUMBER |
Object version Number |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
Comma delimited list of product lines Data Validation: NULL IS OK |
DEFAULT_CHANGE_ID |
NUMBER |
0 if it is a preliminary item or change ID of the latest released ECO/MCO for released item or latest created ECO/MCO for unreleased item |
COMMODITY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_COMM_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
Upper case value of item_number |
PART_FAMILY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_OBJ_D.ENTRY_ID column |
CONV_FACTOR_ID |
NUMBER |
Conversion Method |
IS_TLA_ID |
NUMBER |
ID of an item if it is having top level assembly. |
EXCLUDE_FROM_ROLLUP_ID |
NUMBER |
Internal used |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
ITEM_GROUP |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Store relationship between item and sites - Not a pure associative entity.
Table 3-54 ODM_ITEM_SITES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
ITEM_ID |
NUMBER |
Item ID |
SITE_ID |
NUMBER |
Site ID |
BUYER_ID |
NUMBER |
– |
PLANNER_ID |
NUMBER |
– |
MAKE_BUY_ID |
NUMBER |
1 for make, 2 for buy |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT02 |
VARCHAR2 |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT03 |
VARCHAR2 |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT04 |
VARCHAR2 |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT05 |
VARCHAR2 |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
COST_ID |
NUMBER |
– |
QUOTE_AS_ID |
NUMBER |
– |
CURRENCY_ID |
NUMBER |
– |
STANDARD_COST |
NUMBER |
– |
STANDARD_COST_CURRENCY |
NUMBER |
– |
TARGET_COST |
NUMBER |
– |
TARGET_COST_CURRENCY |
NUMBER |
– |
FIRST_RELEASED_CHANGE_ID |
NUMBER |
The Change ID That First Release The Item On Specific Site. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC11 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC12 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC13 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC14 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC15 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST26_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST27_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST28_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST29_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST30_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST31_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST32_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST33_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST34_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST35_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MONEYVALUE01 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY01 |
NUMBER |
Flex field. |
MONEYVALUE02 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY02 |
NUMBER |
Flex field. |
MONEYVALUE03 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY03 |
NUMBER |
Flex field. |
MONEYVALUE04 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY04 |
NUMBER |
Flex field. |
MONEYVALUE05 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY05 |
NUMBER |
Flex field. |
MONEYVALUE06 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY06 |
NUMBER |
Flex field. |
MONEYVALUE07 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY07 |
NUMBER |
Flex field. |
MONEYVALUE08 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY08 |
NUMBER |
Flex field. |
MONEYVALUE09 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY09 |
NUMBER |
Flex field. |
MONEYVALUE10 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY10 |
NUMBER |
Flex field. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST16 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST17 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST18 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST19 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST20 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC16 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC17 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC18 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC19 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC20 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC21 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC22 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC23 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC24 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC25 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC26 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC27 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC28 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC29 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC30 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC31 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC32 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC33 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC34 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC35 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT26 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT27 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT28 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT29 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT30 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT31 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT32 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT33 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT34 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT35 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores List dimension table information for lists.
Table 3-56 ODM_LISTDIM_CTL
Column | Type | Comments |
---|---|---|
LIST_ID |
NUMBER |
List ID of the Agile PLM List. |
LIST_NAME |
VARCHAR2 |
List Name for Agile PLM List |
LIST_DIM |
VARCHAR2 |
Configurable List Dimension Name in target Data Mart schema for the Agile PLM list |
IND_FLAG |
NUMBER |
List type for configuration purposes and values: 1– normal list 2 – cascade list 3 – dynamic list |
MODIFIED |
DATE |
Last modified date |
Stores relationship instances between agile parts and manufacturer parts.
Table 3-59 ODM_MANU_BY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
MANUPART_ID |
NUMBER |
Manufacturer part ID |
AGILE_PART_ID |
NUMBER |
Agile part ID |
PREFER_STATUS_ID |
NUMBER |
Preference status of the Manufacturer Part |
CHANGE_IN |
NUMBER |
Change ID bringing in the Manufacturer Part |
CHANGE_OUT |
NUMBER |
Change ID bringing in the Manufacturer Part |
PRIOR_ROW |
NUMBER |
ID of line item to be replaced |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
ACTIVE |
NUMBER |
If it is 1, the current row will be used for the search |
SITE_ID |
NUMBER |
Site ID |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
AML_SPLIT_ID |
NUMBER |
AML split for the Manufacturer Part |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores relationship instances between agile parts and manufacturer parts.
Table 3-60 ODM_MANU_PARTS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_MANU_PARTS_TYPE_OBJ_D.ENTRY_ID column |
OBJVERSION |
NUMBER |
Object Version |
MANU_ID |
NUMBER |
Manufacturer ID |
PART_NUMBER_ID |
VARCHAR2 |
Manufacturer Part Number |
STATUS_ID |
NUMBER |
Status |
FLAGS |
VARCHAR2 |
Internal flag.0 (FALSE)/1 (TRUE) for each position in the flag |
DESCRIPTION |
VARCHAR2 |
Manufacturer Part Description |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
PART_FAMILY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_OBJ_D.ENTRY_ID column |
CONV_FACTOR_ID |
NUMBER |
Conversion Method |
WEIGHT |
NUMBER |
Weight |
WEIGHT_UOM |
NUMBER |
Unit of Measure |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
COMPLIANCY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CALC_COMPLIANCE_D.ENTRY_ID column |
COMPLIANCY_CALC_DATE |
DATE |
Last date of Compliance calculation |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined amd user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
ITEM_GROUP |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Store the Relationship between Organization (Supplier) and Manufacturer.
Table 3-61 ODM_MANUFACTURER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
ORG_ID |
NUMBER |
Organization ID |
NAME |
VARCHAR2 |
Manufacturer name |
NORM_NAME |
VARCHAR2 |
– |
MANU_DESC |
VARCHAR2 |
Description |
CONTACT |
VARCHAR2 |
Contact |
ADDRESS |
VARCHAR2 |
Address(Line 1) |
ADDRESS2 |
VARCHAR2 |
Address(Line 2) |
ADDRESS3 |
VARCHAR2 |
Address(Line 3) |
CITY |
VARCHAR2 |
City |
STATE |
VARCHAR2 |
State |
COUNTRY |
VARCHAR2 |
Country |
ZIP |
VARCHAR2 |
Local Zip code |
PHONE |
VARCHAR2 |
Phone |
PHONE2 |
VARCHAR2 |
Alternate Phone No. |
FAX |
VARCHAR2 |
Fax |
|
VARCHAR2 |
Email ID for web access |
URL |
VARCHAR2 |
Web mail Address |
STATUS_ID |
NUMBER |
Status |
ATTACHMENT_STATE |
NUMBER |
Status of the Attachment |
CREATED_BY |
NUMBER |
User who created the manufacturer Items |
MODIFIED_BY |
NUMBER |
User who last modified the manufacturer Items |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores Information about Manufacturers
Table 3-62 ODM_MANUFACTURERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_MANUFACTURERS_TYPE_OBJ_D.ENTRY_ID column |
OBJVERSION |
NUMBER |
Object Version |
ADDRESS |
VARCHAR2 |
Address |
CITY |
VARCHAR2 |
City |
CONTACT |
VARCHAR2 |
Contact |
COUNTRY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_COUNTRY_D.ENTRY_ID column |
|
VARCHAR2 |
Email for Web Access |
FAX |
VARCHAR2 |
Fax |
NAME |
VARCHAR2 |
Manufacturer Name |
PHONE |
VARCHAR2 |
Phone |
ZIP |
VARCHAR2 |
Local Zip code |
STATE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_REGION_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Status |
URL |
VARCHAR2 |
Web mail Address |
FLAGS |
VARCHAR2 |
Internal Used(0 false ,1 True) |
DUNS_NUMBER |
VARCHAR2 |
Manufacturer Duns number |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
GEOGRAPHY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_LOCATION_D.ENTRY_ID column |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identifies whether this object is soft deleted .1 indicates soft delete. |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Control table for dynamically creating and disabling indexes during ETL process.
Table 3-63 ODM_MASTER_INDEX_CTL
Column | Type | Comments |
---|---|---|
TABLE_NAME |
VARCHAR2 |
Table name for which the index is added. |
INDEX_ID |
NUMBER |
ID of Index |
INDEX_NAME |
VARCHAR2 |
Name of Index. |
TYPE_INDEX |
VARCHAR2 |
Type of index added. |
TABLESPACE_NAME |
VARCHAR2 |
Table space name on which index is added. |
ORDER_TYPE |
VARCHAR2 |
Order of Index. |
CREATE_DATE |
DATE |
Created Date. |
LAST_ANALYZE |
DATE |
Last analyzed date. |
STATUS_ENABLE |
NUMBER |
Index enabled or not. Any index that is not enabled shall be created and dropped during ETL process. |
Stores All Homogeneous Material Declarations.Class ID 2000002395
Table 3-64 ODM_MATERIAL_DCLRNS_HGNUS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Homogenous Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All IPC 1752-1 Material Declarations.Class ID 2000005977
Table 3-65 ODM_MATERIAL_DCLRNS_IPC_1
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All IPC 1752-2 Material Declarations.Class ID 2000005735
Table 3-66 ODM_MATERIAL_DCLRNS_IPC_2
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All JGPSSI Material Declarations.Class ID 2000002423
Table 3-67 ODM_MATERIAL_DCLRNS_JGPSSI
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Parts Material Declarations.Class ID 2000002367
Table 3-68 ODM_MATERIAL_DCLRNS_PRTS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Substance Material Declarations.Class ID 2000002882
Table 3-69 ODM_MATERIAL_DCLRNS_SBTNCE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Supplier Material Declarations.Class ID 2000002395
Table 3-70 ODM_MATERIAL_DCLRNS_SUPPLR
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier Object id |
SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
STATUS_ID |
FLAGS |
VARCHAR2 |
Flags |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CHANGE_CATEGORY_D.ENTRY_ID column |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Release Date |
REASON |
VARCHAR2 |
Reason for Homogenous Material Declarations |
SUBMIT_DATE |
DATE |
Submit Date |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Final Complete Date |
PROCESS_ID |
NUMBER |
Process ID |
IN_REVIEW |
NUMBER |
In review |
ROUTE_DATE |
DATE |
Route Date |
TRANSFERRED |
VARCHAR2 |
Transferred |
DUE_DATE |
DATE |
Due Date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
IS_DIRTY |
NUMBER |
Is Dirty |
LAST_ROLLUP_TIME |
DATE |
Last Rolled up time |
BUYER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the buyer |
BUYER_CONTACT_FAX |
VARCHAR2 |
Fax number id of the buyer |
BUYER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work Phone Number of the buyer |
BUYER_CONTACT_TITLE |
VARCHAR2 |
Contact person Designation |
SUPPLIER_CONTACT_EMAIL |
VARCHAR2 |
Email id of the supplier |
SUPPLIER_CONTACT_FAX |
VARCHAR2 |
Fax number of the supplier |
SUPPLIER_CONTACT_WORK_PHONE |
VARCHAR2 |
Work phone number of the supplier |
SUPPLIER_CONTACT_TITLE |
VARCHAR2 |
Contact person designation |
SUPPLIER_CONTACT |
NUMBER |
Supplier Contact |
SUPPLIER_ADDRESS |
VARCHAR2 |
Supplier Address |
SUPPLIER_DUNS_NUMBER |
VARCHAR2 |
Supplier Number |
HAS_INVALID_SUBSTANCE_FLG |
NUMBER |
Flag denote whether substance is invalid |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores news objects for Activity and Gates object. This is used in PE product .
Table 3-72 ODM_NEWS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
News Unique ID |
ACTIVITY_ID |
NUMBER |
Activity or Gates ID |
TITLE |
VARCHAR2 |
News Title |
NEWS |
VARCHAR2 |
News Description |
TYPE_ID |
NUMBER |
News Type Data |
OWNER_ID |
NUMBER |
Create User ID |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores information about Notifications.
Table 3-73 ODM_NOTIFICATION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Notification primary key Data Validation: NOT NULL |
SENDER_ID |
NUMBER |
User Id of the Notification sender |
OBJECT_ID |
NUMBER |
Id of the object referred in the notification |
NOTI_FROM |
VARCHAR2 |
Sender Email Address |
NOTI_TYPE |
NUMBER |
Notification template ID |
DATE_CREATED |
DATE |
Notification create date |
DATE_MODIFIED |
DATE |
Notification modified date |
CREATED_BY |
NUMBER |
Notification created by |
MODIFIED_BY |
NUMBER |
Notification modified by |
OBJECT_CLASS |
NUMBER |
Class of the object referred to in the notification |
REQUEST_TYPE |
NUMBER |
Is Request Type, 0-- No; 1--Yes |
COUNT |
NUMBER |
Number of Users referencing this notification |
NOTI_OBJECT_VERSION |
NUMBER |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores information about object locks
Table 3-74 ODM_OBJECT_LOCKS
Column | Type | Comments |
---|---|---|
LOCK_OBJECT_FK_ID |
NUMBER |
Referred Object id |
LOCK_OBJECT_ID |
NUMBER |
Id of the object referred in the notification |
LOCK_USER_ID |
NUMBER |
User Object ID |
LOCK_ACTION |
NUMBER |
Lock Action |
LOCK_ACQUIRED_TIME |
DATE |
Lock Acquired Time |
LOCK_MODIFIED_TIME |
DATE |
Lock Modified Time |
LOCK_CREATED_BY |
NUMBER |
Created by user |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
To store each object level Access control information
Table 3-75 ODM_OBJECTACL
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Object ID - Not Null |
OBJCLASS_ID |
NUMBER |
A valid Nodetable id |
USER_ID |
NUMBER |
Valid User id populated from agile user |
USERROLES |
VARCHAR2 |
List the roles assigned to the user |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
Stores information about Organization.
Table 3-76 ODM_ORGANIZATION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
CLASS_ID |
NUMBER |
Organization Class ID |
SUBCLASS_ID |
NUMBER |
– |
DEFAULT_RFQ_RECEIVER_ID |
NUMBER |
The default RFQ receiver (user) for the org (Supplier only) |
CURRENCY_CODE_ID |
NUMBER |
Organizations preferred currency. |
CURRENCIES |
VARCHAR2 |
Organizations supported currencies. Stored as a token separated list of currency codes. |
NAME |
VARCHAR2 |
Organizations official name. |
SHORT_NAME |
VARCHAR2 |
Organizations short name. Cannot be null. |
TYPE_ID |
NUMBER |
Organization type. Must be one of the pre-defined types in the org type enumeration. |
SUPPLIER_TYPE_ID |
NUMBER |
Supplier Organization type. of the pre-defined types in the supplier type enumeration. |
STATUS_ID |
NUMBER |
Status of the Organization.2 is Active, 3 is Suspended. |
MAX_USERS |
NUMBER |
Maximum number of users that the organization administrator can create. |
WEB_FLAG |
NUMBER |
Boolean flag indicating whether or not the organization is web-enabled. |
PWD_EXPIRES_FLAG |
NUMBER |
Yes or No Flag |
PWD_EXPIRES_AFTER |
NUMBER |
Number of Days the password expires after |
PWD_ALLOW_BLANK |
NUMBER |
Blank password setting for the organization (Boolean) |
PWD_MIN_CHARS |
NUMBER |
Minimum number of characters for password (org setting) |
PWD_NUMERIC_FLAG |
NUMBER |
Password numeric required flag (Org setting) |
PWD_KEEP_HISTORY_FLAG |
NUMBER |
Keep password history (Boolean org-level setting) |
PWD_REMEMBER_LAST |
NUMBER |
Number of passwords to remember |
MAX_LOGIN_ATTEMPTS |
NUMBER |
Maximum number of login attempts allowed |
POSTAL_CODE |
VARCHAR2 |
Zip or Postal Code |
ADDRESS |
VARCHAR2 |
Address |
CITY |
VARCHAR2 |
City |
REGION |
NUMBER |
Out of the box, the value is a foreign key to ODM_REGION_D.ENTRY_ID column |
COUNTRY |
NUMBER |
Out of the box, the value is a foreign key to ODM_COUNTRY_D.ENTRY_ID column |
PHONE |
VARCHAR2 |
Phone |
FAX |
VARCHAR2 |
Fax |
URL |
VARCHAR2 |
URL (Web Address) |
PRODUCTS_SERVICES_OFFERED |
VARCHAR2 |
– |
SUPPLIER_ID |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_ORGANIZATION_TYPE_OBJ_D.ENTRY_ID column |
MAX_SUPER_SUPPLIER_USERS |
NUMBER |
Maximum Number of Supplier Users permitted |
ORG_TEXT1 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT2 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT3 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT4 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT5 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT6 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT7 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT8 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT9 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_TEXT10 |
VARCHAR2 |
User defined field for extending the org record. |
ORG_DATE1_DATE |
DATE |
User defined date field to extend the organization object |
ORG_DATE2_DATE |
DATE |
User defined date field to extend the organization object |
ORG_DATE3_DATE |
DATE |
User defined date field to extend the organization object |
ORG_DATE4_DATE |
DATE |
User defined date field to extend the organization object |
ORG_DATE5_DATE |
DATE |
User defined date field to extend the organization object |
ORG_LIST1_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
ORG_LIST2_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
ORG_LIST3_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
ORG_LIST4_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
ORG_LIST5_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MONEY1 |
NUMBER |
– |
CURRENCY1_ID |
NUMBER |
User defined Currency field to extend the organization object |
MONEY2 |
NUMBER |
– |
CURRENCY2_ID |
NUMBER |
User defined Currency field to extend the organization object |
MONEY3 |
NUMBER |
– |
CURRENCY3_ID |
NUMBER |
User defined Currency field to extend the organization object |
MONEY4 |
NUMBER |
– |
CURRENCY4_ID |
NUMBER |
User defined Currency field to extend the organization object |
MONEY5 |
NUMBER |
– |
CURRENCY5_ID |
NUMBER |
User defined Currency field to extend the organization object |
CREATED_BY |
NUMBER |
The AGILEUSER.ID of the person/process that created this record. |
MODIFIED_BY |
NUMBER |
The AGILEUSER.ID of the person/process that last modified this record. |
OBJVERSION |
NUMBER |
The object version is a number that starts at 1 when the record is created, and gets incremented by 1 each time the record is changed. |
POWER_LICENSES |
NUMBER |
Number of power licenses |
CASUAL_LICENSES |
NUMBER |
– |
PARTNER_LICENSES |
NUMBER |
Number of partner licenses |
ORG_NUMBER |
VARCHAR2 |
The ORGs NUMBER IN the SYSTEM |
ATTACHMENT_FLAG |
NUMBER |
– |
ENCODE_NUMBER |
VARCHAR2 |
Upper case value of ORG_NUMBER |
GEOGRAPHY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_LOCATION_D.ENTRY_ID column |
FLAGS |
VARCHAR2 |
– |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
ORG_DEFAULT_DECL_RECEIVER_FK |
NUMBER |
Stores the Page Three information of all the objects
Table 3-78 ODM_PAGE_THREE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Object ID |
CLASS_ID |
NUMBER |
Class Id of the Object |
DATE31_DATE |
DATE |
Custom Date field for Page three |
DATE32_DATE |
DATE |
Custom Date field for Page three |
DATE33_DATE |
DATE |
Custom Date field for Page three |
DATE34_DATE |
DATE |
Custom Date field for Page three |
DATE35_DATE |
DATE |
Custom Date field for Page three |
TEXT31 |
VARCHAR2 |
Custom text field for Page three |
TEXT32 |
VARCHAR2 |
Custom text field for Page three |
TEXT33 |
VARCHAR2 |
Custom text field for Page three |
TEXT34 |
VARCHAR2 |
Custom text field for Page three |
TEXT35 |
VARCHAR2 |
Custom text field for Page three |
TEXT36 |
VARCHAR2 |
Custom text field for Page three |
TEXT37 |
VARCHAR2 |
Custom text field for Page three |
TEXT38 |
VARCHAR2 |
Custom text field for Page three |
TEXT39 |
VARCHAR2 |
Custom text field for Page three |
TEXT40 |
VARCHAR2 |
Custom text field for Page three |
TEXT41 |
VARCHAR2 |
Custom text field for Page three |
TEXT42 |
VARCHAR2 |
Custom text field for Page three |
TEXT43 |
VARCHAR2 |
Custom text field for Page three |
TEXT44 |
VARCHAR2 |
Custom text field for Page three |
TEXT45 |
VARCHAR2 |
Custom text field for Page three |
TEXT46 |
VARCHAR2 |
Custom text field for Page three |
TEXT47 |
VARCHAR2 |
Custom text field for Page three |
TEXT48 |
VARCHAR2 |
Custom text field for Page three |
TEXT49 |
VARCHAR2 |
Custom text field for Page three |
TEXT50 |
VARCHAR2 |
Custom text field for Page three |
TEXT51 |
VARCHAR2 |
Custom text field for Page three |
TEXT52 |
VARCHAR2 |
Custom text field for Page three |
TEXT53 |
VARCHAR2 |
Custom text field for Page three |
TEXT54 |
VARCHAR2 |
Custom text field for Page three |
TEXT55 |
VARCHAR2 |
Custom text field for Page three |
LIST31_ID |
NUMBER |
Custom list ID field for Page three |
LIST32_ID |
NUMBER |
Custom list ID field for Page three |
LIST33_ID |
NUMBER |
Custom list ID field for Page three |
LIST34_ID |
NUMBER |
Custom list ID field for Page three |
LIST35_ID |
NUMBER |
Custom list ID field for Page three |
LIST36_ID |
NUMBER |
Custom list ID field for Page three |
LIST37_ID |
NUMBER |
Custom list ID field for Page three |
LIST38_ID |
NUMBER |
Custom list ID field for Page three |
LIST39_ID |
NUMBER |
Custom list ID field for Page three |
LIST40_ID |
NUMBER |
Custom list ID field for Page three |
LIST41_ID |
NUMBER |
Custom list ID field for Page three |
LIST42_ID |
NUMBER |
Custom list ID field for Page three |
LIST43_ID |
NUMBER |
Custom list ID field for Page three |
LIST44_ID |
NUMBER |
Custom list ID field for Page three |
LIST45_ID |
NUMBER |
Custom list ID field for Page three |
LIST46_ID |
NUMBER |
Custom list ID field for Page three |
LIST47_ID |
NUMBER |
Custom list ID field for Page three |
LIST48_ID |
NUMBER |
Custom list ID field for Page three |
LIST49_ID |
NUMBER |
Custom list ID field for Page three |
LIST50_ID |
NUMBER |
Custom list ID field for Page three |
LIST51_ID |
NUMBER |
Custom list ID field for Page three |
LIST52_ID |
NUMBER |
Custom list ID field for Page three |
LIST53_ID |
NUMBER |
Custom list ID field for Page three |
LIST54_ID |
NUMBER |
Custom list ID field for Page three |
LIST55_ID |
NUMBER |
Custom list ID field for Page three |
MULTILIST31 |
VARCHAR2 |
Custom multi list entry ID field for Page three |
MULTILIST32 |
VARCHAR2 |
Custom multi list entry ID field for Page three |
MULTILIST33 |
VARCHAR2 |
Custom multi list entry ID field for Page three |
NUMERIC31 |
NUMBER |
Custom numeric field for Page three |
NUMERIC32 |
NUMBER |
Custom numeric field for Page three |
NUMERIC33 |
NUMBER |
Custom numeric field for Page three |
NUMERIC34 |
NUMBER |
Custom numeric field for Page three |
NUMERIC35 |
NUMBER |
Custom numeric field for Page three |
MONEYVALUE31 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE32 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE33 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE34 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE35 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE36 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE37 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE38 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE39 |
NUMBER |
Custom money value field for Page three |
MONEYVALUE30 |
NUMBER |
Custom money value field for Page three |
MONEYCURRENCY31 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY32 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY33 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY34 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY35 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY36 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY37 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY38 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY39 |
NUMBER |
Custom currency entry ID field for Page three |
MONEYCURRENCY30 |
NUMBER |
Custom currency entry ID field for Page three |
NUMERIC36 |
NUMBER |
Custom numeric field for Page three |
NUMERIC37 |
NUMBER |
Custom numeric field for Page three |
NUMERIC38 |
NUMBER |
Custom numeric field for Page three |
NUMERIC39 |
NUMBER |
Custom numeric field for Page three |
NUMERIC40 |
NUMBER |
Custom numeric field for Page three |
DATE36_DATE |
DATE |
Custom Date field for Page three |
DATE37_DATE |
DATE |
Custom Date field for Page three |
DATE38_DATE |
DATE |
Custom Date field for Page three |
DATE39_DATE |
DATE |
Custom Date field for Page three |
DATE40_DATE |
DATE |
Custom Date field for Page three |
DATE41_DATE |
DATE |
Custom Date field for Page three |
DATE42_DATE |
DATE |
Custom Date field for Page three |
DATE43_DATE |
DATE |
Custom Date field for Page three |
DATE44_DATE |
DATE |
Custom Date field for Page three |
DATE45_DATE |
DATE |
Custom Date field for Page three |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Created on |
UPDATE_DATE |
DATE |
Last updated on |
Stores Part Family details
Table 3-79 ODM_PART_FAMILY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Part family ID |
CLASS_ID |
NUMBER |
Part family class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PART_FAMILY_TYPE_OBJ_D.ENTRY_ID column |
NAME |
VARCHAR2 |
Part family Name |
DESCRIPTION |
VARCHAR2 |
Description |
OBJVERSION |
NUMBER |
Object Version |
WEIGHT |
NUMBER |
Weight |
WEIGHT_UOM |
NUMBER |
Unit of Measure |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Agile internal |
OBJECT_TYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_COMMODITY_TYPE_D.ENTRY_ID column |
ORG_ID |
NUMBER |
Organization ID |
ENCODE_NAME |
VARCHAR2 |
An upper case version of the Name field |
COMPLIANCY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_CALC_COMPLIANCE_D.ENTRY_ID column |
COMPLIANCY_CALC_DATE |
DATE |
The date when Compliancy has been calculated. |
CREATE_USER_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
TEXT16 |
VARCHAR2 |
– |
TEXT17 |
VARCHAR2 |
– |
TEXT18 |
VARCHAR2 |
– |
TEXT19 |
VARCHAR2 |
– |
TEXT20 |
VARCHAR2 |
– |
TEXT21 |
VARCHAR2 |
– |
TEXT22 |
VARCHAR2 |
– |
TEXT23 |
VARCHAR2 |
– |
TEXT24 |
VARCHAR2 |
– |
TEXT25 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
ACCEPTACLPROPAGATION |
NUMBER |
– |
MONEYVALUE21 |
NUMBER |
– |
MONEYVALUE22 |
NUMBER |
– |
MONEYVALUE23 |
NUMBER |
– |
MONEYVALUE24 |
NUMBER |
– |
MONEYVALUE25 |
NUMBER |
– |
MONEYVALUE26 |
NUMBER |
– |
MONEYVALUE27 |
NUMBER |
– |
MONEYVALUE28 |
NUMBER |
– |
MONEYVALUE29 |
NUMBER |
– |
MONEYVALUE20 |
NUMBER |
– |
MONEYCURRENCY21 |
NUMBER |
– |
MONEYCURRENCY22 |
NUMBER |
– |
MONEYCURRENCY23 |
NUMBER |
– |
MONEYCURRENCY24 |
NUMBER |
– |
MONEYCURRENCY25 |
NUMBER |
– |
MONEYCURRENCY26 |
NUMBER |
– |
MONEYCURRENCY27 |
NUMBER |
– |
MONEYCURRENCY28 |
NUMBER |
– |
MONEYCURRENCY29 |
NUMBER |
– |
MONEYCURRENCY20 |
NUMBER |
– |
NUMERIC06 |
NUMBER |
– |
NUMERIC07 |
NUMBER |
– |
NUMERIC08 |
NUMBER |
– |
NUMERIC09 |
NUMBER |
– |
NUMERIC10 |
NUMBER |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-80 ODM_PARTS_MANU_BY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
MANUPART_ID |
NUMBER |
– |
AGILE_PART_ID |
NUMBER |
– |
PREFER_STATUS_ID |
NUMBER |
– |
CHANGE_IN |
NUMBER |
– |
CHANGE_OUT |
NUMBER |
– |
PRIOR_ROW |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
ACTIVE |
NUMBER |
– |
SITE_ID |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
AML_SPLIT_ID |
NUMBER |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
Table 3-81 ODM_PDP
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
|
CLASS_ID |
NUMBER |
|
SUBCLASS_ID |
NUMBER |
|
CATEGORY_ID |
NUMBER |
|
PACKAGE_NUMBER |
VARCHAR2 |
|
ASSEMBLY_NUMBER |
VARCHAR2 |
|
REVNUMBER |
VARCHAR2 |
|
DESCRIPTION |
VARCHAR2 |
|
ECO_NUMBER |
VARCHAR2 |
|
UPDATE_DATE |
DATE |
|
STATUS_ID |
NUMBER |
|
ORIGINATOR_ID |
NUMBER |
|
CUSTOMER_ID |
NUMBER |
|
PRODUCT_MANAGER |
VARCHAR2 |
|
OBJVERSION |
NUMBER |
|
DELETE_FLAG |
NUMBER |
|
CREATED_DATE |
DATE |
|
RELEASE_DATE |
DATE |
|
SUBMIT_DATE |
DATE |
|
APPROVED_DATE |
DATE |
|
RESUME_DATE |
DATE |
|
FLAGS |
VARCHAR2 |
|
WORKFLOW_ID |
NUMBER |
|
FINALCOMPLETE_DATE |
DATE |
|
STATUSTYPE_ID |
NUMBER |
|
PROCESS_ID |
NUMBER |
|
IN_REVIEW |
NUMBER |
|
SOURCE_GUID |
VARCHAR2 |
|
XFER_ORDER_LOCATOR |
VARCHAR2 |
|
RESPONSE_EXPECTED |
NUMBER |
Stores the Program Activities Information.
Table 3-82 ODM_PRG_ACTIVITY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
NAME |
VARCHAR2 |
Name of the Activity |
ACTIVITY_NUMBER_ID |
VARCHAR2 |
Sequence no of the Activity |
STATUS_ID |
NUMBER |
Status of the Activity |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
DESCRIPTION |
VARCHAR2 |
Description of the Activity |
DELEGATED_OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
PARENT_ID |
NUMBER |
Parent ID of the Activity |
ROOT_ID |
NUMBER |
Root ID of the Activity |
SCH_START_DATE |
DATE |
Scheduled date of the Activity |
SCH_END_DATE |
DATE |
Scheduled End date of the Activity |
ACT_START_DATE |
DATE |
Actual date of the Activity |
ACT_END_DATE |
DATE |
Actual End date of the Activity |
WORKFLOW_ID |
NUMBER |
Workflow ID of the Activity |
PERCENT_COMPLETE_ID |
NUMBER |
Percentage Complete |
RESOURCE_TYPE_ID |
NUMBER |
Resource type ID |
TEMPLATE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_ACTIVITY_STATE_D.ENTRY_ID column |
AUDIT_SCORE_ID |
NUMBER |
Audit score value of activity |
WEIGHT_ID |
NUMBER |
Activity Weight |
HEALTH_ID |
NUMBER |
Activity Schedule status |
LOCK_STATUS_ID |
NUMBER |
If Lock User > 0 then 1 ; If Lock User <= 0 then 0 |
LOCK_USER |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
VARIANCE |
NUMBER |
Not Used |
OBJVERSION |
NUMBER |
Object Version |
DISPLAY_ORDER |
NUMBER |
Display Order In Parents Schedule |
PROCESS_ID |
NUMBER |
Not Used |
FLAGS |
VARCHAR2 |
0 (FALSE) / 1 (TRUE) for each position in the flag. |
SUMMARY_PAGE |
NUMBER |
Not Used |
ARCHIVED_ID |
NUMBER |
Archive Status Of Activity 0 (False) / 1 (True) |
ROLLUP_HEALTH_STATUS |
NUMBER |
Rollup Health Status |
ROUTE_DATE |
DATE |
Route date of the Activity |
FINALCOMPLETE_DATE |
DATE |
Close date |
DURATION_TYPE |
NUMBER |
Duration Type of Activity. |
DAYS_EFFORT |
NUMBER |
Days Effort of Activity. |
EST_START_DATE |
DATE |
Estimated start date |
EST_END_DATE |
DATE |
Estimated end date |
EST_VARIANCE |
NUMBER |
Not Used |
COST_HEALTH_ID |
NUMBER |
Cost Status |
RESOURCE_HEALTH_ID |
NUMBER |
Resource Status |
QUALITY_HEALTH_ID |
NUMBER |
Quality Status |
COST_REASON |
VARCHAR2 |
Cost Reason |
RESOURCE_REASON |
VARCHAR2 |
Resource Reason |
QUALITY_REASON |
VARCHAR2 |
Quality Reason |
SCH_REASON |
VARCHAR2 |
Schedule Reason |
ZERO_DURATION |
NUMBER |
0 (NO) / 1 (YES) |
OVERALL_STATUS_ID |
NUMBER |
Overall Status |
PROGRAM_TYPE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROGRAM_TYPE_D.ENTRY_ID column |
REGION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_REGION_LIST_D.ENTRY_ID column |
DIVISION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_DIVISION_D.ENTRY_ID column |
PRODUCT_LINE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROD_LINE_D.ENTRY_ID column |
CUSTOMER |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CUSTOMER_D.ENTRY_ID column |
LAUNCH_YEAR |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_LAUNCH_YEAR_LIST_D.ENTRY_ID column |
GLOBAL |
NUMBER |
0 (NO) / 1 (YES) |
CONTROLLED_ID |
NUMBER |
0 (NO) / 1 (YES) |
ACT_LABOR_COST_VALUE |
NUMBER |
Actual labor Cost |
ACT_LABOR_COST_CURRENCY |
NUMBER |
Actual labor Cost Currency ID |
BGT_LABOR_COST_VALUE |
NUMBER |
Actual labor Cost |
BGT_LABOR_COST_CURRENCY |
NUMBER |
Budgeted labor Cost Currency ID |
EST_LABOR_COST_VALUE |
NUMBER |
Estimated labor Cost value |
EST_LABOR_COST_CURRENCY |
NUMBER |
Estimated labor Cost Currency ID |
ACT_FIXED_COST_VALUE |
NUMBER |
Actual fixed labor Cost value |
ACT_FIXED_COST_CURRENCY |
NUMBER |
Actual fixed labor Cost Currency ID |
BGT_FIXED_COST_VALUE |
NUMBER |
Budgeted fixed labor Cost value |
BGT_FIXED_COST_CURRENCY |
NUMBER |
Budgeted fixed labor Cost Currency ID |
EST_FIXED_COST_VALUE |
NUMBER |
Estimated fixed labor Cost value |
EST_FIXED_COST_CURRENCY |
NUMBER |
Estimated fixed labor Cost Currency ID |
ACT_CAPITAL_EXPENSES_VALUE |
NUMBER |
Actual capital value |
ACT_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Actual capital Currency ID |
BGT_CAPITAL_EXPENSES_VALUE |
NUMBER |
Budgeted capital value |
BGT_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Budgeted capital Currency ID |
EST_CAPITAL_EXPENSES_VALUE |
NUMBER |
Estimated capital value |
EST_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Estimated capital Currency ID |
ACTUAL_TIME_ID |
NUMBER |
Actual Duration |
BUDGETED_TIME_ID |
NUMBER |
Budgeted Duration |
ESTIMATED_TIME_ID |
NUMBER |
Estimated Time Duration |
CATEGORY7 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY7_LIST_D.ENTRY_ID column |
CATEGORY8 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY8_LIST_D.ENTRY_ID column |
CATEGORY9 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY9_LIST_D.ENTRY_ID column |
CATEGORY10 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY10_LIST_D.ENTRY_ID column |
SCHEDULE_EDIT |
NUMBER |
Schedule Editor |
CRITICAL_PATH_ID |
NUMBER |
0 -> No and 1 -> Yes |
ACT_LEVEL |
NUMBER |
Activity Level |
SCH_DURATION |
NUMBER |
Schedule Duration |
ACT_DURATION |
NUMBER |
Actual duration |
EST_DURATION |
NUMBER |
Estimated duration |
ACT_FLEX_COST_VALUE |
NUMBER |
Actual flex cost value |
ACT_FLEX_COST_CURRENCY |
NUMBER |
Actual flex cost currency ID |
BGT_FLEX_COST_VALUE |
NUMBER |
Budgeted flex cost value |
BGT_FLEX_COST_CURRENCY |
NUMBER |
Budgeted flex cost currency ID |
EST_FLEX_COST_VALUE |
NUMBER |
Estimated flex cost value |
EST_FLEX_COST_CURRENCY |
NUMBER |
Estimated flex cost currency ID |
ROLLUP_BGT_COST_FIXED |
NUMBER |
Rollup of budgeted fixed cost |
ROLLUP_ACT_COST_FIXED |
NUMBER |
Rollup of actual fixed cost |
ROLLUP_EST_COST_FIXED |
NUMBER |
Rollup of estimated fixed cost |
ROLLUP_BGT_COST_CAPITAL |
NUMBER |
Rollup of budgeted capital cost |
ROLLUP_ACT_COST_CAPITAL |
NUMBER |
Rollup of actual capital cost |
ROLLUP_EST_COST_CAPITAL |
NUMBER |
Rollup of estimated capital cost |
ROLLUP_BGT_COST_FLEX |
NUMBER |
Rollup of budgeted flex cost |
ROLLUP_ACT_COST_FLEX |
NUMBER |
Rollup of actual flex cost |
ROLLUP_EST_COST_FLEX |
NUMBER |
Rollup of estimated flex cost |
ACT_TOTAL_COST_VALUE |
NUMBER |
Actual total cost value |
ACT_TOTAL_COST_CURRENCY |
NUMBER |
Actual total cost currency ID |
BGT_TOTAL_COST_VALUE |
NUMBER |
Budgeted total cost value |
BGT_TOTAL_COST_CURRENCY |
NUMBER |
Budgeted total cost currency ID |
EST_TOTAL_COST_VALUE |
NUMBER |
Estimated total cost value |
EST_TOTAL_COST_CURRENCY |
NUMBER |
Estimated total cost currency ID |
LOCK_OBJ_ID |
NUMBER |
ID of activity from where this task is explicitly locked |
TOTAL_PERCENT_ALLOC |
NUMBER |
Total percent allocation of all the resources on the team. (computed) |
POOL_IDS_ID |
VARCHAR2 |
Comma separated pool ids from which users are assigned to the team |
EST_START_VAR_WD_ID |
NUMBER |
Estimated start variance work days |
EST_FINISH_VAR_WD_ID |
NUMBER |
Estimated finish variance work days |
EST_DUR_VAR_WD_ID |
NUMBER |
Estimated duration variance work days |
ACT_START_VAR_WD_ID |
NUMBER |
Actual start variance work days |
ACT_FINISH_VAR_WD_ID |
NUMBER |
Actual finish variance work days |
ACT_DUR_VAR_WD_ID |
NUMBER |
Actual duration Variance work days |
EST_START_VAR_CD_ID |
NUMBER |
Estimated start variance calendar days |
EST_FINISH_VAR_CD_ID |
NUMBER |
Estimated finish variance calendar days |
EST_DUR_VAR_CD_ID |
NUMBER |
Estimated duration variance calendar days |
ACT_START_VAR_CD_ID |
NUMBER |
Actual start variance calendar days |
ACT_FINISH_VAR_CD_ID |
NUMBER |
Actual finish variance calendar days |
ACT_DUR_VAR_CD_ID |
NUMBER |
Actual duration Variance calendar days |
UI_BLOB_DATA_ID |
NUMBER |
Image used in Summary page |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
ACT_CREATE_DATE |
DATE |
Actual Create Date |
CREATED_FROM_TEMPLATE |
NUMBER |
Template information from where it is created |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
KEYWORDS |
VARCHAR2 |
– |
PLM_REFERENCE |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores information about Gates Object.
Table 3-83 ODM_PRG_GATES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
NAME |
VARCHAR2 |
Name of the Activity |
ACTIVITY_NUMBER_ID |
VARCHAR2 |
Sequence no. of the Activity |
STATUS_ID |
NUMBER |
Status of the Activity |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
DESCRIPTION |
VARCHAR2 |
Description of the Activity |
DELEGATED_OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
PARENT_ID |
NUMBER |
Parent ID of the Activity |
ROOT_ID |
NUMBER |
Root ID of the Activity |
SCH_START_DATE |
DATE |
Scheduled date of the Activity |
SCH_END_DATE |
DATE |
Scheduled End date of the Activity |
ACT_START_DATE |
DATE |
Actual date of the Activity |
ACT_END_DATE |
DATE |
Actual End date of the Activity |
WORKFLOW_ID |
NUMBER |
Workflow ID of the Activity |
PERCENT_COMPLETE_ID |
NUMBER |
Percentage Complete |
RESOURCE_TYPE_ID |
NUMBER |
Resource type ID |
TEMPLATE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_ACTIVITY_STATE_D.ENTRY_ID column |
AUDIT_SCORE_ID |
NUMBER |
Audit score value of Activity |
WEIGHT_ID |
NUMBER |
Activity Weight |
HEALTH_ID |
NUMBER |
Activity Schedule status |
LOCK_STATUS_ID |
NUMBER |
If Lock User > 0 then 1 ; If Lock_User <= 0 then 0 |
LOCK_USER |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
VARIANCE |
NUMBER |
Not Used |
OBJVERSION |
NUMBER |
Object Version |
DISPLAY_ORDER |
NUMBER |
Display Order In Parents Schedule |
PROCESS_ID |
NUMBER |
Not Used |
FLAGS |
VARCHAR2 |
0 (FALSE) / 1 (TRUE) for each position in the flag. |
SUMMARY_PAGE |
NUMBER |
Not Used |
ARCHIVED_ID |
NUMBER |
Archive Status Of Activity 0 (False) / 1 (True) |
ROLLUP_HEALTH_STATUS |
NUMBER |
Rollup Health Status |
ROUTE_DATE |
DATE |
Route date of the Activity |
FINALCOMPLETE_DATE |
DATE |
Close Date |
DURATION_TYPE |
NUMBER |
Duration Type of Activity. |
DAYS_EFFORT |
NUMBER |
Days Effort of Activity. |
EST_START_DATE |
DATE |
Estimated Start Date |
EST_END_DATE |
DATE |
Estimated End Date |
EST_VARIANCE |
NUMBER |
Not Used |
COST_HEALTH_ID |
NUMBER |
Cost Status |
RESOURCE_HEALTH_ID |
NUMBER |
Resource Status |
QUALITY_HEALTH_ID |
NUMBER |
Quality Status |
COST_REASON |
VARCHAR2 |
Cost Reason |
RESOURCE_REASON |
VARCHAR2 |
Resource Reason |
QUALITY_REASON |
VARCHAR2 |
Quality Reason |
SCH_REASON |
VARCHAR2 |
Schedule Reason |
ZERO_DURATION |
NUMBER |
0 (NO) / 1 (YES) |
OVERALL_STATUS_ID |
NUMBER |
Overall Status |
PROGRAM_TYPE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROGRAM_TYPE_D.ENTRY_ID column |
REGION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_REGION_LIST_D.ENTRY_ID column |
DIVISION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_DIVISION_D.ENTRY_ID column |
PRODUCT_LINE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROD_LINE_D.ENTRY_ID column |
CUSTOMER |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CUSTOMER_D.ENTRY_ID column |
LAUNCH_YEAR |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_LAUNCH_YEAR_LIST_D.ENTRY_ID column |
GLOBAL |
NUMBER |
0 (NO) / 1 (YES) |
CONTROLLED_ID |
NUMBER |
0 (NO) / 1 (YES) |
ACT_LABOR_COST_VALUE |
NUMBER |
Actual Labor Cost |
ACT_LABOR_COST_CURRENCY |
NUMBER |
Actual Labor Cost Currency ID |
BGT_LABOR_COST_VALUE |
NUMBER |
Actual Labor Cost |
BGT_LABOR_COST_CURRENCY |
NUMBER |
Budgeted Labor Cost Currency ID |
EST_LABOR_COST_VALUE |
NUMBER |
Estimated Labor Cost Value |
EST_LABOR_COST_CURRENCY |
NUMBER |
Estimated Labor Cost Currency ID |
ACT_FIXED_COST_VALUE |
NUMBER |
Actual fixed Labor Cost Value |
ACT_FIXED_COST_CURRENCY |
NUMBER |
Actual Fixed Labor Cost Currency ID |
BGT_FIXED_COST_VALUE |
NUMBER |
Budgeted Fixed Labor Cost Value |
BGT_FIXED_COST_CURRENCY |
NUMBER |
Budgeted Fixed Labor Cost Currency ID |
EST_FIXED_COST_VALUE |
NUMBER |
Estimated Fixed Labor Cost Value |
EST_FIXED_COST_CURRENCY |
NUMBER |
Estimated Fixed Labor Cost Currency ID |
ACT_CAPITAL_EXPENSES_VALUE |
NUMBER |
Actual Capital Value |
ACT_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Actual Capital Currency ID |
BGT_CAPITAL_EXPENSES_VALUE |
NUMBER |
Budgeted Capital Value |
BGT_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Budgeted Capital Currency ID |
EST_CAPITAL_EXPENSES_VALUE |
NUMBER |
Estimated Capital Value |
EST_CAPITAL_EXPENSES_CURRENCY |
NUMBER |
Estimated Capital Currency ID |
ACTUAL_TIME_ID |
NUMBER |
Actual Duration |
BUDGETED_TIME_ID |
NUMBER |
Budgeted Duration |
ESTIMATED_TIME_ID |
NUMBER |
Estimated Time Duration |
CATEGORY7 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY7_LIST_D.ENTRY_ID column |
CATEGORY8 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY8_LIST_D.ENTRY_ID column |
CATEGORY9 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY9_LIST_D.ENTRY_ID column |
CATEGORY10 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY10_LIST_D.ENTRY_ID column |
SCHEDULE_EDIT |
NUMBER |
Schedule Editor |
CRITICAL_PATH_ID |
NUMBER |
0 -> No and 1 -> Yes |
ACT_LEVEL |
NUMBER |
Activity Level |
SCH_DURATION |
NUMBER |
Schedule Duration |
ACT_DURATION |
NUMBER |
Actual Duration |
EST_DURATION |
NUMBER |
Estimated Duration |
ACT_FLEX_COST_VALUE |
NUMBER |
Actual Flex Cost Value |
ACT_FLEX_COST_CURRENCY |
NUMBER |
Actual Flex Cost Currency ID |
BGT_FLEX_COST_VALUE |
NUMBER |
Budgeted Flex Cost Value |
BGT_FLEX_COST_CURRENCY |
NUMBER |
Budgeted Flex Cost Currency ID |
EST_FLEX_COST_VALUE |
NUMBER |
Estimated Flex Cost Value |
EST_FLEX_COST_CURRENCY |
NUMBER |
Estimated Flex Cost Currency ID |
ROLLUP_BGT_COST_FIXED |
NUMBER |
Rollup of Budgeted Fixed Cost |
ROLLUP_ACT_COST_FIXED |
NUMBER |
Rollup of Actual Fixed Cost |
ROLLUP_EST_COST_FIXED |
NUMBER |
Rollup of Estimated Fixed Cost |
ROLLUP_BGT_COST_CAPITAL |
NUMBER |
Rollup of Budgeted Capital Cost |
ROLLUP_ACT_COST_CAPITAL |
NUMBER |
Rollup of Actual Capital Cost |
ROLLUP_EST_COST_CAPITAL |
NUMBER |
Rollup of Estimated Capital Cost |
ROLLUP_BGT_COST_FLEX |
NUMBER |
Rollup of Budgeted Flex Cost |
ROLLUP_ACT_COST_FLEX |
NUMBER |
Rollup of Actual Flex Cost |
ROLLUP_EST_COST_FLEX |
NUMBER |
Rollup of Estimated Flex Cost |
ACT_TOTAL_COST_VALUE |
NUMBER |
Actual Total Cost Value |
ACT_TOTAL_COST_CURRENCY |
NUMBER |
Actual Total Cost Currency ID |
BGT_TOTAL_COST_VALUE |
NUMBER |
Budgeted Total Cost Value |
BGT_TOTAL_COST_CURRENCY |
NUMBER |
Budgeted Total Cost Currency ID |
EST_TOTAL_COST_VALUE |
NUMBER |
Estimated Total Cost Value |
EST_TOTAL_COST_CURRENCY |
NUMBER |
Estimated Total Cost Currency ID |
LOCK_OBJ_ID |
NUMBER |
ID of Activity from where this task is explicitly locked |
TOTAL_PERCENT_ALLOC |
NUMBER |
Total percent allocation of all the resources on the team. (computed) |
POOL_IDS_ID |
VARCHAR2 |
Comma separated pool ids from which users are assigned to the team |
EST_START_VAR_WD_ID |
NUMBER |
Estimated start variance work days |
EST_FINISH_VAR_WD_ID |
NUMBER |
Estimated finish variance work days |
EST_DUR_VAR_WD_ID |
NUMBER |
Estimated duration variance work days |
ACT_START_VAR_WD_ID |
NUMBER |
Actual start variance work days |
ACT_FINISH_VAR_WD_ID |
NUMBER |
Actual finish variance work days |
ACT_DUR_VAR_WD_ID |
NUMBER |
Actual duration Variance work days |
EST_START_VAR_CD_ID |
NUMBER |
Estimated start variance calendar days |
EST_FINISH_VAR_CD_ID |
NUMBER |
Estimated finish variance calendar days |
EST_DUR_VAR_CD_ID |
NUMBER |
Estimated duration variance calendar days |
ACT_START_VAR_CD_ID |
NUMBER |
Actual start variance calendar days |
ACT_FINISH_VAR_CD_ID |
NUMBER |
Actual finish variance calendar days |
ACT_DUR_VAR_CD_ID |
NUMBER |
Actual duration Variance calendar days |
UI_BLOB_DATA_ID |
NUMBER |
Image used in Summary page |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
ACT_CREATE_DATE |
DATE |
Actual Create Date |
CREATED_FROM_TEMPLATE |
NUMBER |
Template information from where it is created |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
KEYWORDS |
VARCHAR2 |
– |
PLM_REFERENCE |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Table 3-84 ODM_PRICE_HISTORY
Column | Type | Comments |
---|---|---|
PH_ID |
NUMBER |
|
PH_PART_ID |
NUMBER |
|
PH_PART_NUMBER |
VARCHAR2 |
|
PH_SUPPLIER_ID |
NUMBER |
|
PH_PROGRAM_ID |
NUMBER |
|
PH_SITE_ID |
NUMBER |
|
PH_TYPE_ID |
NUMBER |
|
PH_QUANTITY |
NUMBER |
|
PH_PRICEPOINT_ID |
NUMBER |
|
PH_START_DATE |
DATE |
|
PH_END_DATE |
DATE |
|
PH_RESPONSE_DATE |
DATE |
|
PH_PART_INFO |
VARCHAR2 |
– |
PH_PART_TYPE_ID |
NUMBER |
|
PH_REFERENCE_NUMBER |
VARCHAR2 |
|
PH_REFERENCE_TYPE_ID |
NUMBER |
|
PH_PRICE_BURDEN |
NUMBER |
|
PH_CURRENCY |
NUMBER |
|
PH_TOTAL_PRICE |
NUMBER |
|
PH_MATERIAL_PRICE |
NUMBER |
|
PH_TOTAL_MATERIAL_PRICE |
NUMBER |
|
PH_PRICE_ADDER |
NUMBER |
|
PH_NON_RECURRING_ENG_COST |
NUMBER |
|
PH_ADDER_PERCENT |
NUMBER |
|
PH_ADDER1 |
NUMBER |
|
PH_ADDER2 |
NUMBER |
|
PH_ADDER3 |
NUMBER |
|
PH_ADDER4 |
NUMBER |
|
PH_ADDER5 |
NUMBER |
|
PH_NM_TOTAL_PRICE |
NUMBER |
|
PH_NM_PRICE1 |
NUMBER |
|
PH_NM_PRICE2 |
NUMBER |
|
PH_NUM_PRICE3 |
NUMBER |
|
PH_NUM_PRICE4 |
NUMBER |
|
PH_NUM_PRICE5 |
NUMBER |
|
PH_NUM_PRICE6 |
NUMBER |
|
PH_NUM_PRICE7 |
NUMBER |
|
PH_NUM_PRICE8 |
NUMBER |
|
PH_NUM_PRICE9 |
NUMBER |
|
PH_NUM_PRICE10 |
NUMBER |
|
PH_NUM_PRICE11 |
NUMBER |
|
PH_NUM_PRICE12 |
NUMBER |
|
PH_NUM_PRICE13 |
NUMBER |
|
PH_NUM_PRICE14 |
NUMBER |
|
PH_NUM_PRICE15 |
NUMBER |
|
PH_NUM_PRICE16 |
NUMBER |
|
PH_NUM_PRICE17 |
NUMBER |
|
PH_NUM_PRICE18 |
NUMBER |
|
PH_NUM_PRICE19 |
NUMBER |
|
PH_NUM_PRICE20 |
NUMBER |
|
CREATED_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
DELETE_FLAG |
NUMBER |
|
PH_CREATED_BY |
NUMBER |
|
PH_MODIFIED_BY |
NUMBER |
Stores the Published Price Information.
Table 3-85 ODM_PRICE_PUB_PRICE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique Identifier |
CLASS_ID |
NUMBER |
Class ID(10321) |
SUBCLASS_ID |
NUMBER |
Sub class ID |
OBJVERSION |
NUMBER |
Object version |
PRICE_TYPE_ID |
NUMBER |
Price Type ID |
PRICE_NUMBER |
VARCHAR2 |
Price Number |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CUSTOMER_ID |
NUMBER |
Customer to whom this price applies.Out of the box, the value is a foreign key to ODM_CUSTOMER_OBJ_D.ENTRY_ID column |
PROGRAM_ID |
NUMBER |
Program that this Price is applicable to Supplier to whom this price is applicable. Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
SUPPLIER_ID |
NUMBER |
Supplier to whom this price is applicable. Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
ITEM |
NUMBER |
Item for which this price is applicable |
ITEM_CHANGE |
NUMBER |
Change for the Item |
MFR_PART |
NUMBER |
Manufacturer Part |
MFG_SITE_ID |
NUMBER |
Manufacturing site.Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
PART_EOL_DATE |
DATE |
End of life date of the item or manufacturer part as given by the supplier |
NCNR_ID |
NUMBER |
Non cancelable and non returnable |
QUANTITY_MIN |
NUMBER |
Minimum quantity to be ordered from Supplier |
QUANTITY_MULT |
NUMBER |
Number of units in a package |
INVENTORY |
NUMBER |
Available stock |
AUTHORIZED_SUPPLIERS |
VARCHAR2 |
Authorized suppliers of the Item. Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
DEFAULT_CHANGE |
NUMBER |
Default Changes |
FLAGS |
VARCHAR2 |
– |
CREATEDATE |
DATE |
Price create date |
MODIFYDATE |
DATE |
Published Price updated date |
REF_NUMBER |
VARCHAR2 |
Reference No. for the price published |
PART_NUMBER |
VARCHAR2 |
De-normalization of item/mfrpart number to help in querying price objects through part numbers |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores the Historical Price Information.
Table 3-86 ODM_PRICE_QUOTE_HIST
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique Identifier |
CLASS_ID |
NUMBER |
Class ID(10338) |
SUBCLASS_ID |
NUMBER |
Sub class ID |
OBJVERSION |
NUMBER |
Object version |
PRICE_TYPE_ID |
NUMBER |
Price Type ID |
PRICE_NUMBER |
VARCHAR2 |
Price Number |
DESCRIPTION |
VARCHAR2 |
Description |
OWNER_ID |
NUMBER |
Owner. Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
CUSTOMER_ID |
NUMBER |
Customer associated with this Price. Out of the box, the value is a foreign key to ODM_CUSTOMER_OBJ_D.ENTRY_ID column |
PROGRAM_ID |
NUMBER |
Program associated with Price |
SUPPLIER_ID |
NUMBER |
Supplier associated with the Price. Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
ITEM |
NUMBER |
Item for which this price is applicable |
ITEM_CHANGE |
NUMBER |
– |
MFR_PART |
NUMBER |
Manufacturer Part for which this Price is applicable |
MFG_SITE_ID |
NUMBER |
Manufacturing site fowl which this price is applicable. Out of the box, the value is a foreign key to ODM_SITES_OBJ_D.ENTRY_ID column |
PART_EOL_DATE |
DATE |
End of life date of the item or manufacturer part as given by the supplier |
NCNR_ID |
NUMBER |
Non cancelable and non returnable |
QUANTITY_MIN |
NUMBER |
Minimum quantity to be ordered from the Supplier |
QUANTITY_MULT |
NUMBER |
Number of units in a package |
INVENTORY |
NUMBER |
Available Stock |
AUTHORIZED_SUPPLIERS |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_SUPPLIERS_OBJ_D.ENTRY_ID column |
DEFAULT_CHANGE |
NUMBER |
Default Changes |
FLAGS |
VARCHAR2 |
– |
CREATEDATE |
DATE |
Price quoted date |
MODIFYDATE |
DATE |
Price updated quote date |
REF_NUMBER |
VARCHAR2 |
Reference No. for the price quoted |
PART_NUMBER |
VARCHAR2 |
De-normalization of item/mfrpart number to help in querying price objects through part numbers |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores Pricing information for Sourcing projects
Table 3-87 ODM_PRICEENTRY
Column | Type | Comments |
---|---|---|
PE_ID |
NUMBER |
Primary Key |
PE_HANDLE |
NUMBER |
Handle |
PE_SC_ITEM_ID |
NUMBER |
Referred Item ID |
PE_PP_ID |
NUMBER |
Price Point ID |
PE_SUPPLIER_ID |
NUMBER |
Supplier Object ID |
PE_PRICEPOINT_ID |
NUMBER |
Price Point ID |
PE_PRICE_BURDEN |
NUMBER |
Price Burden ID |
PE_SANDBOX_STATE |
NUMBER |
Sandbox state |
PE_CURRENCY |
NUMBER |
Currency code |
PE_TOTAL_QTY |
NUMBER |
Total Quantity |
PE_TOTAL_PRICE |
NUMBER |
Total Price |
PE_TOTAL_MATERIAL_PRICE |
NUMBER |
Total Material Price |
PE_MATERIAL_PRICE |
NUMBER |
Material Price |
PE_ADDER1 |
NUMBER |
Out of the box address field |
PE_ADDER2 |
NUMBER |
Out of the box address field |
PE_ADDER3 |
NUMBER |
Out of the box address field |
PE_ADDER4 |
NUMBER |
Out of the box address field |
PE_ADDER5 |
NUMBER |
Out of the box address field |
PE_PRICE_ADDER |
NUMBER |
Price Address |
PE_ADDER_PERCENT |
NUMBER |
Percentage |
PE_NON_RECURRING_ENG_COST |
NUMBER |
Recurring Engineering Cost |
PE_NM_PRICE1 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE2 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE3 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE4 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE5 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE6 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE7 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE8 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE9 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE10 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE11 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE12 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE13 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE14 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE15 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE16 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE17 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE18 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE19 |
NUMBER |
Out of the box Price field |
PE_NM_PRICE20 |
NUMBER |
Out of the box Price field |
PE_DATE_CREATED |
DATE |
Date created On |
PE_DATE_MODIFIED |
DATE |
Last Modified date |
PE_CREATED_BY |
NUMBER |
User Created By |
PE_MODIFIED_BY |
NUMBER |
Modified by user |
PE_ADDER6 |
NUMBER |
Out of the box address field |
PE_ADDER7 |
NUMBER |
Out of the box address field |
PE_NM_PRICE21 |
NUMBER |
Out of the Price field |
PE_NM_PRICE22 |
NUMBER |
Out of the Price field |
PE_NM_PRICE23 |
NUMBER |
Out of the Price field |
PE_NM_PRICE24 |
NUMBER |
Out of the Price field |
PE_NM_PRICE25 |
NUMBER |
Out of the Price field |
CREATE_DATE |
DATE |
Date Created on |
UPDATE_DATE |
DATE |
Last Modified On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores Pricing information for Sourcing projects
Table 3-88 ODM_PRICELINE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
TYPE |
NUMBER |
Price Line type |
PRICE |
NUMBER |
Price |
PROJECT_NUMBER |
VARCHAR2 |
Project number |
CHANGE_IN |
NUMBER |
Change Inr |
CHANGE_OUT |
NUMBER |
Change Outr |
PRIOR_ROW |
NUMBER |
Prior row |
SHIP_FROM_SITE |
NUMBER |
Ship from site |
SHIP_TO_SITE |
NUMBER |
Ship to site |
QUANTITY |
NUMBER |
Quantity |
EFFECTIVE_FROM_DATE |
DATE |
EFFECTIVE_FROM_DATE |
EFFECTIVE_TO_DATE |
DATE |
EFFECTIVE_TO_DATE |
CURRENCY_CODE |
NUMBER |
Currency Code |
CONVERSION_RATE |
NUMBER |
Conversion Rate |
CONVERSION_DATE |
DATE |
Conversion date |
TOTAL_PRICE |
NUMBER |
Total Price |
TOTAL_MATERIAL_PRICE |
NUMBER |
Total Material Price |
TOTAL_NON_MATERIAL_PRICE |
NUMBER |
Total Non Material Price |
MATERIAL_PRICE |
NUMBER |
Material Price |
ADDER1 |
NUMBER |
Out of the address Field |
ADDER2 |
NUMBER |
Out of the address Field |
ADDER3 |
NUMBER |
Out of the address Field |
ADDER4 |
NUMBER |
Out of the address Field |
ADDER5 |
NUMBER |
Out of the address Field |
ADDER6 |
NUMBER |
Out of the address Field |
ADDER7 |
NUMBER |
Out of the address Field |
NM_PRICE1 |
NUMBER |
Out of the Price Field |
NM_PRICE2 |
NUMBER |
Out of the Price Field |
NM_PRICE3 |
NUMBER |
Out of the Price Field |
NM_PRICE4 |
NUMBER |
Out of the Price Field |
NM_PRICE5 |
NUMBER |
Out of the Price Field |
NM_PRICE6 |
NUMBER |
Out of the Price Field |
NM_PRICE7 |
NUMBER |
Out of the Price Field |
NM_PRICE8 |
NUMBER |
Out of the Price Field |
NM_PRICE9 |
NUMBER |
Out of the Price Field |
NM_PRICE10 |
NUMBER |
Out of the Price Field |
NM_PRICE11 |
NUMBER |
Out of the Price Field |
NM_PRICE12 |
NUMBER |
Out of the Price Field |
NM_PRICE13 |
NUMBER |
Out of the Price Field |
NM_PRICE14 |
NUMBER |
Out of the Price Field |
NM_PRICE15 |
NUMBER |
Out of the Price Field |
NM_PRICE16 |
NUMBER |
Out of the Price Field |
NM_PRICE17 |
NUMBER |
Out of the Price Field |
NM_PRICE18 |
NUMBER |
Out of the Price Field |
NM_PRICE19 |
NUMBER |
Out of the Price Field |
NM_PRICE20 |
NUMBER |
Out of the Price Field |
NM_PRICE21 |
NUMBER |
Out of the Price Field |
NM_PRICE22 |
NUMBER |
Out of the Price Field |
NM_PRICE23 |
NUMBER |
Out of the Price Field |
NM_PRICE24 |
NUMBER |
Out of the Price Field |
NM_PRICE25 |
NUMBER |
Out of the Price Field |
PRICE_BURDEN |
NUMBER |
Price Burden |
NON_RECURRING_COST |
NUMBER |
Non Recurring Cost |
LEAD_TIME |
NUMBER |
Lead Time |
TRANSPORTATION_TERMS |
NUMBER |
Transportation terms |
COUNTRY_OF_ORIGIN |
NUMBER |
Country of origin |
FLAGS |
VARCHAR2 |
Flags |
NOTES |
VARCHAR2 |
Note |
TEXT01 |
VARCHAR2 |
Out of the Text Field |
TEXT02 |
VARCHAR2 |
Out of the Text Field |
TEXT03 |
VARCHAR2 |
Out of the Text Field |
TEXT04 |
VARCHAR2 |
Out of the Text Field |
TEXT05 |
VARCHAR2 |
Out of the Text Field |
TEXT06 |
VARCHAR2 |
Out of the Text Field |
TEXT07 |
VARCHAR2 |
Out of the Text Field |
TEXT08 |
VARCHAR2 |
Out of the Text Field |
TEXT09 |
VARCHAR2 |
Out of the Text Field |
TEXT10 |
VARCHAR2 |
Out of the Text Field |
NUMERIC01 |
NUMBER |
Out of the Numeric Field |
NUMERIC02 |
NUMBER |
Out of the Numeric Field |
NUMERIC03 |
NUMBER |
Out of the Numeric Field |
NUMERIC04 |
NUMBER |
Out of the Numeric Field |
NUMERIC05 |
NUMBER |
Out of the Numeric Field |
NUMERIC06 |
NUMBER |
Out of the Numeric Field |
NUMERIC07 |
NUMBER |
Out of the Numeric Field |
NUMERIC08 |
NUMBER |
Out of the Numeric Field |
NUMERIC09 |
NUMBER |
Out of the Numeric Field |
NUMERIC10 |
NUMBER |
Out of the Numeric Field |
DATE01_DATE |
DATE |
Out of the Date Field |
DATE02_DATE |
DATE |
Out of the Date Field |
DATE03_DATE |
DATE |
Out of the Date Field |
DATE04_DATE |
DATE |
Out of the Date Field |
DATE05_DATE |
DATE |
Out of the Date Field |
LIST01_ID |
NUMBER |
Out of the List Field |
LIST02_ID |
NUMBER |
Out of the List Field |
LIST03_ID |
NUMBER |
Out of the List Field |
LIST04_ID |
NUMBER |
Out of the List Field |
LIST05_ID |
NUMBER |
Out of the List Field |
MULTILIST01 |
VARCHAR2 |
Out of the Multilist Field |
MULTILIST02 |
VARCHAR2 |
Out of the Multilist Field |
MONEY01 |
NUMBER |
Out of the Money Field |
MONEY02 |
NUMBER |
Out of the Money Field |
MONEY03 |
NUMBER |
Out of the Money Field |
MONEY04 |
NUMBER |
Out of the Money Field |
MONEY05 |
NUMBER |
Out of the Money Field |
DATE_CREATED |
DATE |
Created On date |
DATE_MODIFIED |
DATE |
Modified On date |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Modified On date |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores Pricing information for Sourcing projects
Table 3-89 ODM_PRICEPOINT
Column | Type | Comments |
---|---|---|
PP_ID |
NUMBER |
id |
PP_QUANTITY |
NUMBER |
Quantity |
PP_PRICEPOINT_ID |
NUMBER |
Price Point ID |
PP_START_DATERANGE |
DATE |
start date range |
PP_END_DATERANGE |
DATE |
End Date Range |
PP_PROJECT_ID |
NUMBER |
Project ID |
PP_RFQ_HEADER_ID |
NUMBER |
Rfq header object id |
PP_SC_ITEM_ID |
NUMBER |
Item object Id |
PP_PARENT_PPID |
NUMBER |
Parent Price point ID |
PP_INDEX |
NUMBER |
Index |
PP_DATE_CREATED |
DATE |
Created On date |
PP_DATE_MODIFIED |
DATE |
Modified on date |
PP_CREATED_BY |
NUMBER |
Created by user ID |
PP_MODIFIED_BY |
NUMBER |
Modified by user id |
PP_QTYBREAKINDEX |
NUMBER |
Quantity break index |
PP_TYPE |
NUMBER |
Price Point Type |
PP_REQUIRED_FLG |
NUMBER |
required flag |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores the Information about Product Line.
Table 3-90 ODM_PRODUCT_LINE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique identifier |
ORG_ID |
NUMBER |
Organization ID FK |
PL_NAME |
VARCHAR2 |
Name |
PL_DESC |
VARCHAR2 |
Description |
CREATED_BY |
NUMBER |
Created by |
MODIFIED_BY |
NUMBER |
Last Modified by |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-91 ODM_PROGRAM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
ORG_ID |
NUMBER |
Organization ID |
PROG_NAME |
VARCHAR2 |
Program Name |
PROG_DESC |
VARCHAR2 |
Program Description |
CREATED_BY |
NUMBER |
Who created the Program |
MODIFIED_BY |
NUMBER |
Who last modified the Program |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores history logs for Activity, Gates and Discussion objects.
Table 3-92 ODM_PROGRAM_HISTORY
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
OBJ_ID |
NUMBER |
ID of the associated object (Activity, Gate or Discussion) |
CLASS_ID |
NUMBER |
Class ID of the associated object (Activity, Gates or Discussion) |
USER_ID |
NUMBER |
ID of user who took the action |
TIMESTAMP |
DATE |
Server date when action was taken |
ACTION |
NUMBER |
Type of action |
DETAILS |
VARCHAR2 |
Object Details |
COMMENTS |
VARCHAR2 |
User comments |
LOCAL_DATE |
DATE |
Local Date |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
RICHTEXTVERSION |
VARCHAR2 |
Stores All Sourcing Projects.Class ID 16433
Table 3-94 ODM_PROJECT
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
PJ_TYPE |
NUMBER |
Type |
PJ_PRICEPOINT_TYPE |
NUMBER |
Price Point Type |
PJ_NUMBER |
VARCHAR2 |
Sourcing Project Number |
PJ_DESC |
VARCHAR2 |
Description |
PJ_LIFE_STATE |
NUMBER |
Life status id |
PJ_SITE_ID |
NUMBER |
Site ID |
PJ_PROGRAM_ID |
NUMBER |
Program ID |
PJ_SHARED_FIELDS |
VARCHAR2 |
Shared Fields to suppliers |
PJ_RESP_REQUESTED_FIELDS |
VARCHAR2 |
Response Requested field |
PJ_RESP_REQUIRED_FIELDS |
VARCHAR2 |
Response Required Fields |
PJ_DUE_DATE |
DATE |
due date for response |
PJ_CURRENT_PERIOD_STARTDATE |
DATE |
Current period start date |
PJ_OWNER_ID |
NUMBER |
Owner ID |
PJ_QTY_ROLLUP_STATE |
NUMBER |
Rollup state |
PJ_LAST_QTY_ROLLUP_TIME |
DATE |
Last Quality Rollup time |
PJ_COST_ROLLUP_STATE |
NUMBER |
Cost Rollup State |
PJ_LAST_COST_ROLLUP_TIME |
DATE |
Last Cost Rollup Time |
PJ_SNAPSHOT_DATE |
DATE |
Last Snapshot Date |
PJ_TOTAL_PRICEPOINTS |
NUMBER |
Sourcing Project Total Price point |
PJ_CONTENT_UPDATE_FIELDS |
VARCHAR2 |
Content Update Field |
PJ_NOTIFY_TO_ROLL |
NUMBER |
Notify to roll |
PJ_SUPP_INSTRUCTIONS |
VARCHAR2 |
Supplier Instructions |
PJ_INTERNAL_NOTES |
VARCHAR2 |
Internal notes |
PJ_CURRENCY |
NUMBER |
Currency |
PJ_ATTACHMENT_STATE |
NUMBER |
Attachment State |
PJ_DATE1 |
DATE |
Out of the box Date Field |
PJ_DATE2 |
DATE |
Out of the box Date Field |
PJ_DATE3 |
DATE |
Out of the box Date Field |
PJ_DATE4 |
DATE |
Out of the box Date Field |
PJ_DATE5 |
DATE |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT1 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT2 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT3 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT4 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT6 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT5 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT7 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT8 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT9 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
PJ_MONEY1 |
NUMBER |
Out of the box Money Field |
PJ_CURRENCY1 |
NUMBER |
Out of the box Currency Field |
PJ_MONEY2 |
NUMBER |
Out of the box Money Field |
PJ_CURRENCY2 |
NUMBER |
Out of the box Currency Field |
PJ_MONEY3 |
NUMBER |
Out of the box Money Field |
PJ_CURRENCY3 |
NUMBER |
Out of the box Currency Field |
PJ_MONEY4 |
NUMBER |
Out of the box Money Field |
PJ_CURRENCY4 |
NUMBER |
Out of the box Currency Field |
PJ_MONEY5 |
NUMBER |
Out of the box Money Field |
PJ_CURRENCY5 |
NUMBER |
Out of the box Currency Field |
PJ_LIST1 |
NUMBER |
Out of the box List Field |
PJ_LIST2 |
NUMBER |
Out of the box List Field |
PJ_LIST3 |
NUMBER |
Out of the box List Field |
PJ_LIST4 |
NUMBER |
Out of the box List Field |
PJ_LIST5 |
NUMBER |
Out of the box List Field |
PJ_DATE_CREATED |
DATE |
Date Created on |
PJ_DATE_MODIFIED |
TIMESTAMP(6) |
Last Modified On |
PJ_CREATED_BY |
NUMBER |
Created By User |
PJ_MODIFIED_BY |
NUMBER |
Last Modified By user |
PJ_MFG_SITE_ID |
NUMBER |
Manufactured Site ID |
PJ_CUSTOMER_ID |
NUMBER |
Customer ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
PJ_PRODUCT_LINES |
VARCHAR2 |
Product Line |
PJ_DISALLOWED_AML_STATUSES |
VARCHAR2 |
Disallowed AML Status |
PJ_AUTHORIZED_USERS |
VARCHAR2 |
Authorized Users |
PJ_REQUIRE_TERMSCONDITIONS |
NUMBER |
Required Terms and Conditions |
PJ_FILTER |
VARCHAR2 |
Filter |
PJ_DISCUSSION_FLAG |
NUMBER |
Indicator flag about discussions |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex Field |
MONEYCURRENCY22 |
NUMBER |
Flex Field |
MONEYCURRENCY23 |
NUMBER |
Flex Field |
MONEYCURRENCY24 |
NUMBER |
Flex Field |
MONEYCURRENCY25 |
NUMBER |
Flex Field |
MONEYCURRENCY26 |
NUMBER |
Flex Field |
MONEYCURRENCY27 |
NUMBER |
Flex Field |
MONEYCURRENCY28 |
NUMBER |
Flex Field |
MONEYCURRENCY29 |
NUMBER |
Flex Field |
MONEYCURRENCY20 |
NUMBER |
Flex Field |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
PJ_RELATIONSHIP_FLAG |
NUMBER |
Relationship flag |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores the Non Conformance Reports.
Table 3-95 ODM_PSR_NCR
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Non Conformance Report ID |
CLASS_ID |
NUMBER |
Non Conformance Report Class id(4895) |
SUBCLASS_ID |
NUMBER |
Non Conformance Report Subclass ID |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PSR_CATEGORY_D.ENTRY_ID column |
OBJVERSION |
NUMBER |
Object Version Number |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
NCR_NO |
VARCHAR2 |
Non Conformance Report Number |
ASSIGNED_TO_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QUALITY_ANALYST_OBJ_D.ENTRY_ID column |
ASSIGN_DATE |
DATE |
NCR Assigned date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ORIG_DATE |
DATE |
NCR Originated Date |
STATUS_ID |
NUMBER |
NCR Status |
CLOSE_DATE |
DATE |
NCR Close Date |
DESCRIPTION |
VARCHAR2 |
Non Conformance Report Description |
RESOLUTION_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PR_DISPOSITION_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
NCR Workflow ID |
CUST_ID |
NUMBER |
Customer ID |
RELEASE_DATE |
DATE |
Non Conformance Report Released Date |
IN_REVIEW_ID |
NUMBER |
If the object is at REVIEW status type, it is 1 else Null. |
PROCESS_ID |
NUMBER |
NULL if object is at UNASSIGNED, PENDING OR COMPLETE STATUS TYPE |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
ROUTE_DATE |
DATE |
Date NCR was changed to Review status |
SUPPLIER |
VARCHAR2 |
Supplier ID |
EXPECTED_RESOLUTION_DATE |
DATE |
Date of Resolution |
SEVERITY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_SEVERITY_D.ENTRY_ID column |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PSR_PR_PRODUCTLINE_D.ENTRY_ID column |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is.in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Mapping between NCR object and its Affected Items.
Table 3-96 ODM_PSR_NCR_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
NCR_ID |
NUMBER |
ID of NCR Object |
ITEM_ID |
NUMBER |
Associated Item ID for NCR |
REV_FIXED_ID |
NUMBER |
Rev ID that fixed the NCR |
REV_FOUND_ID |
NUMBER |
Rev ID that found the NCR |
QUANTITY_AFFECTED |
NUMBER |
Quantity Affected |
FAILURE_MODE_ID |
NUMBER |
Item failure mode ID |
CHANGE_ID |
NUMBER |
ID for Changes (ECO,MCO etc) |
SITES_ID |
NUMBER |
ID of Affected Site |
SERIAL_LOT_NUMBER |
VARCHAR2 |
Serial/Lot Number |
CONFORMANCE_SPEC |
VARCHAR2 |
Conformance Specifications |
TOTAL_QUANTITY_SUSPECT |
NUMBER |
Total Quantity Suspect |
QUANTITY_CHECKED |
NUMBER |
Quantity Checked |
RMA_NUMBER |
VARCHAR2 |
RMA Number |
CONFORMING_MATERIAL_DATE |
DATE |
Conforming Material Date |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
DISPOSITION01_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION02_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION03_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION04_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION05_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION06_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION07_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION08_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION09_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION10_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE16_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE17_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE18_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE19_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE20_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST05 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST06 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST07 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST08 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST09 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST10 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST11 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST12 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST13 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST14 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST15 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores the Problem Reports.
Table 3-97 ODM_PSR_PR
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Problem Report ID |
CLASS_ID |
NUMBER |
Problem Report Class id(4878) |
SUBCLASS_ID |
NUMBER |
Problem Report Subclass ID |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PSR_CATEGORY_D.ENTRY_ID column |
OBJVERSION |
NUMBER |
Object Version Number |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
PR_NO |
VARCHAR2 |
Problem Report Number |
ASSIGNED_TO_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QUALITY_ANALYST_OBJ_D.ENTRY_ID column |
ASSIGN_DATE |
DATE |
PR Assigned date |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
ORIG_DATE |
DATE |
PR Originated Date |
STATUS_ID |
NUMBER |
PR Status |
CLOSE_DATE |
DATE |
PR Close Date |
DESCRIPTION |
VARCHAR2 |
Problem Report Description |
RESOLUTION_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_PR_DISPOSITION_D.ENTRY_ID column |
WORKFLOW_ID |
NUMBER |
PR Workflow ID |
CUST_ID |
NUMBER |
Customer ID |
RELEASE_DATE |
DATE |
Problem Report Released Date |
IN_REVIEW_ID |
NUMBER |
If the object is at REVIEW status type, it is 1 else Null. |
PROCESS_ID |
NUMBER |
NULL if object is at UNASSIGNED, PENDING OR COMPLETE STATUS TYPE |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
ROUTE_DATE |
DATE |
Date QCR was changed to Review status |
SUPPLIER |
VARCHAR2 |
Supplier ID |
EXPECTED_RESOLUTION_DATE |
DATE |
Date of Resolution |
SEVERITY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_SEVERITY_D.ENTRY_ID column |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PSR_PR_PRODUCTLINE_D.ENTRY_ID column |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Mapping between PR object and its Affected Items.
Table 3-98 ODM_PSR_PR_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
PR_ID |
NUMBER |
ID of PR Object |
ITEM_ID |
NUMBER |
Associated Item ID for PR |
REV_FIXED_ID |
NUMBER |
Rev ID that fixed the problem |
REV_FOUND_ID |
NUMBER |
Rev ID that found the problem |
QUANTITY_AFFECTED |
NUMBER |
Quantity Affected |
FAILURE_MODE_ID |
NUMBER |
Item failure mode ID |
CHANGE_ID |
NUMBER |
ID for Changes(ECO,MCO etc) |
SITES_ID |
NUMBER |
ID of Affected Site |
SERIAL_LOT_NUMBER |
VARCHAR2 |
Serial/Lot Number |
CONFORMANCE_SPEC |
VARCHAR2 |
Conformance Specifications |
TOTAL_QUANTITY_SUSPECT |
NUMBER |
Total Quantity Suspect |
QUANTITY_CHECKED |
NUMBER |
Quantity Checked |
RMA_NUMBER |
VARCHAR2 |
RMA Number |
CONFORMING_MATERIAL_DATE |
DATE |
Conforming Material Date |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
DISPOSITION01_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION02_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION03_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION04_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION05_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION06_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION07_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION08_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION09_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DISPOSITION10_ID |
NUMBER |
User defined extensions For all the disposition ID's |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE16_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE17_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE18_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE19_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE20_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST05 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST06 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST07 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST08 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST09 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST10 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST11 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST12 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST13 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST14 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST15 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores the Audits.
Table 3-99 ODM_QCR_AUDIT
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique iD |
CLASS_ID |
NUMBER |
Audit Class ID(4428) |
SUBCLASS_ID |
NUMBER |
Audit Subclass ID |
AUDIT_NUMBER |
VARCHAR2 |
Audit Number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QCR_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
Audit Sates |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QUALITY_ADMIN_OBJ_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
Audit Release Date |
DESCRIPTION |
VARCHAR2 |
Audit Description |
REASON |
VARCHAR2 |
Reason for Audit |
OBJVERSION |
NUMBER |
Object version Number |
SUBMIT_DATE |
DATE |
Submit Date (Quality Change for Audit) |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
WORKFLOW_ID |
NUMBER |
Audit Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Date Audit Was Closed. |
PROCESS_ID |
NUMBER |
NULL if object is at UNASSIGNED, PENDING OR COMPLETE STATUS TYPE |
IN_REVIEW_ID |
NUMBER |
If the object is at REVIEW status type, it is 1 else Null. |
AUDIT_RESULT_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_AUDIT_RESULT_D.ENTRY_ID column |
CUSTOMER_ID |
NUMBER |
ID of Customer object |
PLAN_AUDIT_DATE |
DATE |
Audit Date of the QCR |
PREVENTATIVE_ACTION |
VARCHAR2 |
Preventive action of QCR |
ROOT_CAUSE_ANALYSIS |
VARCHAR2 |
Root cause of Audit |
SUPPLIER |
VARCHAR2 |
Supplier ID |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
ROUTE_DATE |
DATE |
Date Audit was changed to Review status |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and\ ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Mapping between an Audit object and its Affected Items.
Table 3-100 ODM_QCR_AUDIT_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
AUDIT_ID |
NUMBER |
ID Of Audit Object |
ITEM_ID |
NUMBER |
Associated Item ID for Audit |
REV_ID |
NUMBER |
Revision ID for the Audit |
AFFECTED_SITE_ID |
NUMBER |
ID of Site object |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE16_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE17_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE18_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE19_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE20_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST05 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST06 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST07 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST08 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST09 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST10 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST11 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST12 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST13 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST14 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST15 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores the Corrective and Preventive Actions.
Table 3-101 ODM_QCR_CAPA
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CLASS_ID |
NUMBER |
Audit Class ID(4928) |
SUBCLASS_ID |
NUMBER |
Audit Subclass ID |
CAPA_NUMBER |
VARCHAR2 |
CAPA Number |
CATEGORY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QCR_CATEGORY_D.ENTRY_ID column |
STATUS_ID |
NUMBER |
CAPA Sates |
STATUSTYPE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_STATUS_TYPE_D.ENTRY_ID column |
ORIGINATOR_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_QUALITY_ADMIN_OBJ_D.ENTRY_ID column |
RELEASE_DATE |
DATE |
CAPA Release Date |
DESCRIPTION |
VARCHAR2 |
CAPA Description |
REASON |
VARCHAR2 |
Reason for Corrective and preventive action |
OBJVERSION |
NUMBER |
Object version Number |
SUBMIT_DATE |
DATE |
Submit Date (Quality Change for CAPA) |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
WORKFLOW_ID |
NUMBER |
CAPA Workflow ID |
FINALCOMPLETE_DATE |
DATE |
Date CAPA was closed. |
PROCESS_ID |
NUMBER |
NULL if object is at UNASSIGNED, PENDING OR COMPLETE STATUS TYPE |
IN_REVIEW_ID |
NUMBER |
If the object is at REVIEW status type, it is 1 else Null. |
AUDIT_RESULT_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_AUDIT_RESULT_D.ENTRY_ID column |
CUSTOMER_ID |
NUMBER |
ID of Customer object |
PLAN_AUDIT_DATE |
DATE |
Audit Date of the QCR |
PREVENTATIVE_ACTION |
VARCHAR2 |
Preventive action of QCR |
ROOT_CAUSE_ANALYSIS |
VARCHAR2 |
Root cause of CAPA |
SUPPLIER |
VARCHAR2 |
Supplier ID |
PRODUCT_LINES |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PRODUCT_LINES_D.ENTRY_ID column |
ROUTE_DATE |
DATE |
Date CAPA was changed to Review status |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Mapping between a CAPA object and its Affected Items.
Table 3-102 ODM_QCR_CAPA_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CAPA_ID |
NUMBER |
ID Of CAPA Object |
ITEM_ID |
NUMBER |
Associated Item ID for CAPA |
REV_ID |
NUMBER |
Revision ID for CAPA |
AFFECTED_SITE_ID |
NUMBER |
ID of Site object |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE16_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE17_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE18_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE19_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE20_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST05 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST06 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST07 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST08 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST09 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST10 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST11 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST12 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST13 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST14 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST15 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-103 ODM_QUOTE_HISTORY
Column | Type | Comments |
---|---|---|
QH_ID |
NUMBER |
– |
QH_TYPE_ID |
NUMBER |
– |
QH_PART_ID |
NUMBER |
– |
QH_PART_REV_ID |
NUMBER |
– |
QH_PART_NUMBER |
VARCHAR2 |
– |
QH_PART_TYPE |
NUMBER |
– |
QH_PART_INFO |
VARCHAR2 |
– |
QH_SUPPLIER_ID |
NUMBER |
– |
QH_REFERENCE_NUMBER |
VARCHAR2 |
– |
QH_REFERENCE_TYPE |
NUMBER |
– |
QH_PROGRAM_ID |
NUMBER |
– |
QH_SITE_ID |
NUMBER |
– |
QH_RESPONSE_ID |
NUMBER |
– |
QH_RESPONSE_DATE |
DATE |
– |
QH_ROLLEDUP_QTY |
NUMBER |
|
QH_UOM_CODE |
VARCHAR2 |
|
QH_TARGET_PRICE |
NUMBER |
|
QH_TARGET_CURRENCY |
NUMBER |
|
QH_DUE_DATE |
DATE |
|
QH_MIN |
NUMBER |
|
QH_MULT |
NUMBER |
|
QH_STANDARD_LEAD_TIME |
NUMBER |
|
QH_NCNR |
NUMBER |
|
QH_PURCHASE_BY_DATE |
DATE |
|
QH_START_OF_LIFE_DATE |
DATE |
|
QH_END_OF_LIFE_DATE |
DATE |
|
QH_TERMS_OF_SALE |
VARCHAR2 |
|
QH_COUNTRY_OF_ORIGIN |
VARCHAR2 |
|
QH_QUOTE_VALID_UNTIL_DATE |
DATE |
|
QH_AVAILABLE_INVENTORY |
NUMBER |
|
QH_TOTAL_PRICE |
NUMBER |
|
QH_CURRENCY |
NUMBER |
|
QH_DATE1 |
DATE |
|
QH_DATE2 |
DATE |
|
QH_DATE3 |
DATE |
|
QH_DATE4 |
DATE |
|
QH_DATE5 |
DATE |
|
QH_TEXT1 |
VARCHAR2 |
|
QH_TEXT2 |
VARCHAR2 |
|
QH_TEXT3 |
VARCHAR2 |
|
QH_TEXT4 |
VARCHAR2 |
|
QH_TEXT5 |
VARCHAR2 |
|
QH_TEXT6 |
VARCHAR2 |
|
QH_TEXT7 |
VARCHAR2 |
|
QH_TEXT8 |
VARCHAR2 |
|
QH_TEXT9 |
VARCHAR2 |
|
QH_TEXT10 |
VARCHAR2 |
|
QH_MONEY1 |
NUMBER |
|
QH_CURRENCY1 |
NUMBER |
|
QH_MONEY2 |
NUMBER |
|
QH_CURRENCY2 |
NUMBER |
|
QH_MONEY3 |
NUMBER |
|
QH_CURRENCY3 |
NUMBER |
|
QH_MONEY4 |
NUMBER |
|
QH_CURRENCY4 |
NUMBER |
|
QH_MONEY5 |
NUMBER |
|
QH_CURRENCY5 |
NUMBER |
|
QH_LIST1_ID |
NUMBER |
|
QH_LIST2_ID |
NUMBER |
|
QH_LIST3_ID |
NUMBER |
|
QH_LIST4_ID |
NUMBER |
|
QH_LIST5_ID |
NUMBER |
|
CREATED_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
DELETE_FLAG |
NUMBER |
|
QH_CREATED_BY |
NUMBER |
|
QH_MODIFIED_BY |
NUMBER |
Table 3-104 ODM_REDLINE_ATTRIBUTE
Column | Type | Comments |
---|---|---|
CLASS |
NUMBER |
– |
SUBCLASS |
NUMBER |
– |
OBJECT_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
ATTID |
NUMBER |
– |
CHANGE_RELEASE_DATE |
DATE |
– |
OLD_NUMBER1 |
NUMBER |
– |
OLD_NUMBER2 |
NUMBER |
– |
OLD_TEXT |
VARCHAR2 |
– |
OLD_DATE |
DATE |
– |
NEW_NUMBER1 |
NUMBER |
– |
NEW_NUMBER2 |
NUMBER |
– |
NEW_TEXT |
VARCHAR2 |
– |
NEW_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
USER_ID |
NUMBER |
- |
Stores All Specifiations.Class ID 2000001992
Table 3-107 ODM_REGULATION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
LOCATION |
VARCHAR2 |
Location |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Flags |
ENCODE_NAME |
VARCHAR2 |
Name in Upper case |
VALIDATION_TYPE |
NUMBER |
Validation Type |
EXEMPTIONS |
VARCHAR2 |
Exemption |
EXCLUDE_FROM_PROPAGATE_FLG |
NUMBER |
Exclude from propagate Flag |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY22 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY23 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY24 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY25 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY26 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY27 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY28 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY29 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY20 |
NUMBER |
The MONEYCURRENCYnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
FUNC_TEAM |
VARCHAR2 |
|
ROLLUP_ENGINE |
NUMBER |
You can specify ad hoc relationships between Agile objects by setting up relationships between them. Such a relationship is created when you add an object to a table in the Relationships tab of another object.
Table 3-108 ODM_RELATIONSHIP
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID Data Validation: Not Null |
REL_TYPE |
NUMBER |
Type of Relationship. The Values can be from 1 to 4. |
OBJECT1 |
NUMBER |
The object type that triggers the event |
OBJECT2 |
NUMBER |
The object that is effected by the trigger |
CTR_OBJID |
NUMBER |
The object that triggers the event |
CTR_OBJTYPE |
NUMBER |
The object type that triggers the event |
EFF_OBJID |
NUMBER |
The object Id that is effected by the trigger |
EFF_OBJTYPE |
NUMBER |
The object type that effected by the trigger |
SUBSCRIPTION |
NUMBER |
Subscription for this event |
CRITERIAMET_ID |
NUMBER |
Flag that indicates if the criteria has been met: 1 for yes, 0 for no |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST02_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST03_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST04_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST05_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
DATE01_DATE |
DATE |
Custom Date attributes |
DATE02_DATE |
DATE |
Custom Date attributes |
DATE03_DATE |
DATE |
Custom Date attributes |
DATE04_DATE |
DATE |
Custom Date attributes |
DATE05_DATE |
DATE |
Custom Date attributes |
REV_ID_VER_NUM |
NUMBER |
The version No of the Revision of the object |
AUTO_NUM_SRC_NODE_ID |
NUMBER |
Sequence No for the Relationship |
REQUIRED_FLG |
NUMBER |
Required flag |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both systems defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST06_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST07_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST08_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST09_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
LIST10_ID |
NUMBER |
Global_LIST.ENTRYID of the item selected for the list defined here |
DATE06_DATE |
DATE |
Custom Date attributes |
DATE07_DATE |
DATE |
Custom Date attributes |
DATE08_DATE |
DATE |
Custom Date attributes |
DATE09_DATE |
DATE |
Custom Date attributes |
DATE10_DATE |
DATE |
Custom Date attributes |
CTR_OBJ_VER_ID |
NUMBER |
– |
EFF_OBJ_VER_ID |
NUMBER |
– |
KEYWORDS |
VARCHAR2 |
– |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
REVISION |
NUMBER |
|
PARENT_REVISION |
NUMBER |
|
TRACK_IMPACT |
NUMBER |
|
IMPACTED_IMAGE |
NUMBER |
|
PARENT_TRACK_IMPACT |
NUMBER |
|
PARENT_IMPACTED_IMAGE |
NUMBER |
Stores All RFQS Class ID 16635
Table 3-109 ODM_RESPONSE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
ID |
RS_HANDLE |
NUMBER |
Handle |
RS_SC_ITEM_ID |
NUMBER |
Item Object ID |
RS_SUPPLIER_ID |
NUMBER |
Supplier Object ID |
RS_SUPPLIER_NAME |
VARCHAR2 |
Supplier Name |
RS_SUPPLIER_STATUS |
NUMBER |
Supplier Status |
RS_SUPPLIER_TYPE |
NUMBER |
Supplier Type |
RS_EVENT_STATE |
NUMBER |
Event State |
RS_BID_STATE |
NUMBER |
Bid state |
RS_EDIT_STATE |
NUMBER |
Edit status |
RS_LIFE_STATE |
NUMBER |
Life cycle status |
RS_REQUOTE_STATE |
NUMBER |
ReQuote status |
RS_SANDBOX_STATE |
NUMBER |
sandbox status |
RS_RESPONSE_TYPE |
NUMBER |
response type |
RS_RESPONSE_SOURCE |
NUMBER |
response source |
RS_BEST_RESPONSE_TYPE |
NUMBER |
best response type |
RS_BID_NO_BID_REASON |
NUMBER |
bid reason |
RS_PCM_ROLLEDUP_QTY |
NUMBER |
pcm rolledup quantity |
RS_NPS_ROLLEDUP_QTY |
VARCHAR2 |
nps rolledup quantity |
RS_UOM_CODE |
VARCHAR2 |
UOM CODE |
RS_TARGET_COSTS_STRING |
VARCHAR2 |
Target cost string |
RS_TARGET_PRICE |
NUMBER |
Target Price |
RS_TARGET_CURRENCY |
NUMBER |
Target Currency |
RS_DUE_DATE |
DATE |
Due date |
RS_MINIMUM |
NUMBER |
minimum |
RS_MULTIPLE |
NUMBER |
Multiple |
RS_STANDARD_LEAD_TIME |
NUMBER |
standard Lead time |
RS_NCNR |
NUMBER |
ncnr |
RS_PURCHASE_BY_DATE |
DATE |
Purchase by date |
RS_START_OF_LIFE_DATE |
DATE |
start of life date |
RS_END_OF_LIFE_DATE |
DATE |
end of life date |
RS_TERMS_OF_SALE |
VARCHAR2 |
terms of sales |
RS_COUNTRY_OF_ORIGIN |
VARCHAR2 |
country of origin |
RS_QUOTE_VALID_UNTIL_DATE |
DATE |
Quote Valid until date |
RS_AVAILABLE_INVENTORY |
NUMBER |
Available Inventory |
RS_FOREIGN_RESPONSE_ID |
NUMBER |
Foreign Response ID |
RS_TOTAL_PRICE |
NUMBER |
Total Price |
RS_CURRENCY |
NUMBER |
currency code |
RS_PRICEPOINT_IND |
NUMBER |
price point index |
RS_BUYER_COMMENT_STATE |
NUMBER |
buyer comment state |
RS_SUPPLIER_COMMENT_STATE |
NUMBER |
supplier comment state |
RS_COMMENT_STATE |
NUMBER |
comment state |
RS_INVALID_FIELDS |
VARCHAR2 |
invalid fields |
RS_RESPONDED_SCHEDULE_STATE |
NUMBER |
responded schedule state |
RS_DATE1_DATE |
DATE |
Out of the date Field |
RS_DATE2_DATE |
DATE |
Out of the date Field |
RS_DATE3_DATE |
DATE |
Out of the date Field |
RS_DATE4_DATE |
DATE |
Out of the date Field |
RS_DATE5_DATE |
DATE |
Out of the date Field |
RS_TEXT1 |
VARCHAR2 |
Out of the text Field |
RS_TEXT2 |
VARCHAR2 |
Out of the text Field |
RS_TEXT3 |
VARCHAR2 |
Out of the text Field |
RS_TEXT4 |
VARCHAR2 |
Out of the text Field |
RS_TEXT5 |
VARCHAR2 |
Out of the text Field |
RS_TEXT6 |
VARCHAR2 |
Out of the text Field |
RS_TEXT7 |
VARCHAR2 |
Out of the text Field |
RS_TEXT8 |
VARCHAR2 |
Out of the text Field |
RS_TEXT9 |
VARCHAR2 |
Out of the text Field |
RS_TEXT10 |
VARCHAR2 |
Out of the text Field |
RS_MONEY1 |
NUMBER |
Out of the money Field |
RS_CURRENCY1 |
NUMBER |
Out of the currency Field |
RS_MONEY2 |
NUMBER |
Out of the money Field |
RS_CURRENCY2 |
NUMBER |
Out of the currency Field |
RS_MONEY3 |
NUMBER |
Out of the money Field |
RS_CURRENCY3 |
NUMBER |
Out of the currency Field |
RS_MONEY4 |
NUMBER |
Out of the money Field |
RS_CURRENCY4 |
NUMBER |
Out of the currency Field |
RS_MONEY5 |
NUMBER |
Out of the money Field |
RS_CURRENCY5 |
NUMBER |
Out of the currency Field |
RS_LIST1_ID |
NUMBER |
Out of the box list Field |
RS_LIST2_ID |
NUMBER |
Out of the box list Field |
RS_LIST3_ID |
NUMBER |
Out of the box list Field |
RS_LIST4_ID |
NUMBER |
Out of the box list Field |
RS_LIST5_ID |
NUMBER |
Out of the box list Field |
RS_DATE_CREATED |
DATE |
DATE CREATED on |
RS_DATE_MODIFIED |
DATE |
Modified on date |
RS_CREATED_BY |
NUMBER |
Created by user ID |
RS_MODIFIED_BY |
NUMBER |
Modified by User ID |
RS_PUBLISH_DATE |
DATE |
Publish date |
RS_PUBLISH_STATUS |
VARCHAR2 |
publish status |
RS_SHIP_FROM |
NUMBER |
Ship from |
RS_LIST6_ID |
NUMBER |
Out of the box list Field |
RS_LIST7_ID |
NUMBER |
Out of the box list Field |
RS_LIST8_ID |
NUMBER |
Out of the box list Field |
RS_LIST9_ID |
NUMBER |
Out of the box list Field |
RS_LIST10_ID |
NUMBER |
Out of the box list Field |
RS_LIST11_ID |
NUMBER |
Out of the box list Field |
RS_LIST12_ID |
NUMBER |
Out of the box list Field |
RS_LIST13_ID |
NUMBER |
Out of the box list Field |
RS_LIST14_ID |
NUMBER |
Out of the box list Field |
RS_LIST15_ID |
NUMBER |
Out of the box list Field |
RS_MULTITEXT1 |
VARCHAR2 |
Out of the box multitext Field |
RS_MULTITEXT2 |
VARCHAR2 |
Out of the box multitext Field |
MULTILIST01 |
VARCHAR2 |
Out of the box multilist Field |
MULTILIST02 |
VARCHAR2 |
Out of the box multilist Field |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All RFQ Response.Class ID 16441
Table 3-110 ODM_RESPONSE_HEADER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
RH_RFQ_NUMBER |
VARCHAR2 |
RFQ Number |
RH_PROJECT_ID |
NUMBER |
Project ID |
RH_OWNER_ID |
NUMBER |
Owner ID |
RH_SUPPLIER_ID |
NUMBER |
Supplier ID |
RH_SUPPLIER_NAME |
VARCHAR2 |
Supplier Name |
RH_RFQ_HEADER_ID |
NUMBER |
RFQ Header ID |
RH_LIFE_STATE |
NUMBER |
Life Cycle State |
RH_CURRENCY |
NUMBER |
Currency code |
RH_SUPPLIER_COMMENTS |
VARCHAR2 |
Supplier Comments |
RH_PARTS_RECEIVED_COUNT |
NUMBER |
Parts Received Count |
RH_PARTS_RESPONDED_COUNT |
NUMBER |
Parts responded Count |
RH_PARTS_NOTBIDDED_COUNT |
NUMBER |
Parts Not Bidded count |
RH_ATTACHMENT_STATE |
NUMBER |
Attachment State |
RH_DUE_DATE |
DATE |
Due date |
RH_SNAPSHOT_DATE |
DATE |
Last Snapshot date |
RH_COMMENT_STATE |
NUMBER |
Response comment state |
RH_DATE_CREATED |
DATE |
Date Created on |
RH_DATE_MODIFIED |
DATE |
date Last modified on |
RH_CREATED_BY |
NUMBER |
Created by |
RH_MODIFIED_BY |
NUMBER |
Modified by user |
CLASS_ID |
NUMBER |
class id |
SUBCLASS_ID |
NUMBER |
subclass id |
OBJVERSION |
NUMBER |
Object version |
RH_EXPEDITED |
NUMBER |
Expedited |
RH_DISCUSSION_FLAG |
NUMBER |
Discussion flag |
RH_AUTHORIZED_USERS |
VARCHAR2 |
Authorized User ID |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
RH_RELATIONSHIP_FLAG |
NUMBER |
Relation Ship flag |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Table 3-113 ODM_RESULT_OBJ_COMPLIANCE
Column | Type | Comments |
---|---|---|
EXTRACT_ID |
NUMBER |
|
JOB_ID |
NUMBER |
|
ROOT_OBJECT_ID |
NUMBER |
|
CHANGE_ID |
NUMBER |
|
SITE_ID |
NUMBER |
|
CLASS_ID |
NUMBER |
|
COMPOSITION_ID |
NUMBER |
|
SPECIFICATION_ID |
NUMBER |
|
COMPLIANCE_STATUS |
NUMBER |
|
FMD |
NUMBER |
|
UPDATE_TO_SERVER |
NUMBER |
|
JOB_TYPE |
NUMBER |
|
NOTES |
VARCHAR2 |
|
CREATED_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
DELETE_FLAG |
NUMBER |
Stores item revision information. This is the instance of the revision of the object.
Table 3-114 ODM_REV
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
ITEM_ID |
NUMBER |
Item ID |
CHANGE_ID |
NUMBER |
ID of an item for its individual change |
REV_NUMBER |
VARCHAR2 |
Revision Number |
OLD_REVNUMBER |
VARCHAR2 |
Previous Revision number |
OBSOLETE_DATE |
DATE |
Date previous rev is obsolete |
EFFECTIVE_DATE |
DATE |
Date current rev is effective |
FUNCTION_ID |
NUMBER |
Function of revision |
INCORP_DATE |
DATE |
Date revision is incorporated |
RELEASE_TYPE |
NUMBER |
Revision lifecycle |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
RELEASED |
NUMBER |
Item released or nor. If yes then 1 or 0 |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
Item Release date |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE16_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE17_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE18_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE19_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE20_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
Item Site |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DESCRIPTION |
VARCHAR2 |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE01 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE02 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE03 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE04 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE05 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY01 |
NUMBER |
Flex field. |
MONEYCURRENCY02 |
NUMBER |
Flex field. |
MONEYCURRENCY03 |
NUMBER |
Flex field. |
MONEYCURRENCY04 |
NUMBER |
Flex field. |
MONEYCURRENCY05 |
NUMBER |
Flex field. |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
The date when Compliancy has been calculated. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
MULTILIST01 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST02 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST03 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST05 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST06 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST07 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST08 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST09 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST10 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST11 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST12 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST13 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST14 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST15 |
VARCHAR2 |
The MULTILISTnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
FOLDER_OWNER |
VARCHAR2 |
|
VERSION_ID |
NUMBER |
|
ATTACHMENT_ID |
NUMBER |
Table 3-115 ODM_REV_CHG_ORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-116 ODM_REV_CHG_REQS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-117 ODM_REV_DEVIATION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-118 ODM_REV_DOCS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-119 ODM_REV_MFR_ORDERS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-120 ODM_REV_PARTS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-121 ODM_REV_PRCE_CHGORDS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-122 ODM_REV_SITE_CHGORDS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Table 3-123 ODM_REV_STOP_SHIPS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
ITEM_ID |
NUMBER |
– |
CHANGE_ID |
NUMBER |
– |
REV_NUMBER |
VARCHAR2 |
– |
OLD_REVNUMBER |
VARCHAR2 |
– |
OBSOLETE_DATE |
DATE |
– |
EFFECTIVE_DATE |
DATE |
– |
FUNCTION_ID |
NUMBER |
– |
INCORP_DATE |
DATE |
– |
RELEASE_TYPE |
NUMBER |
– |
LOC01_ID |
NUMBER |
– |
LOC02_ID |
NUMBER |
– |
LOC03_ID |
NUMBER |
– |
LOC04_ID |
NUMBER |
– |
LOC05_ID |
NUMBER |
– |
LOC06_ID |
NUMBER |
– |
LOC07_ID |
NUMBER |
– |
LOC08_ID |
NUMBER |
– |
LOC09_ID |
NUMBER |
– |
LOC10_ID |
NUMBER |
– |
DATE01_DATE |
DATE |
– |
DATE02_DATE |
DATE |
– |
DATE03_DATE |
DATE |
– |
DATE04_DATE |
DATE |
– |
DATE05_DATE |
DATE |
– |
TEXT01 |
VARCHAR2 |
– |
TEXT02 |
VARCHAR2 |
– |
TEXT03 |
VARCHAR2 |
– |
TEXT04 |
VARCHAR2 |
– |
TEXT05 |
VARCHAR2 |
– |
LIST01_ID |
NUMBER |
– |
LIST02_ID |
NUMBER |
– |
LIST03_ID |
NUMBER |
– |
LIST04_ID |
NUMBER |
– |
LIST05_ID |
NUMBER |
– |
LIST06_ID |
NUMBER |
– |
LIST07_ID |
NUMBER |
– |
LIST08_ID |
NUMBER |
– |
LIST09_ID |
NUMBER |
– |
LIST10_ID |
NUMBER |
– |
RELEASED |
NUMBER |
– |
INCORPORATED_ID |
NUMBER |
– |
LATEST_FLAG |
NUMBER |
– |
RELEASE_DATE |
DATE |
– |
DATE06_DATE |
DATE |
– |
DATE07_DATE |
DATE |
– |
DATE08_DATE |
DATE |
– |
DATE09_DATE |
DATE |
– |
DATE10_DATE |
DATE |
– |
DATE11_DATE |
DATE |
– |
DATE12_DATE |
DATE |
– |
DATE13_DATE |
DATE |
– |
DATE14_DATE |
DATE |
– |
DATE15_DATE |
DATE |
– |
DATE16_DATE |
DATE |
– |
DATE17_DATE |
DATE |
– |
DATE18_DATE |
DATE |
– |
DATE19_DATE |
DATE |
– |
DATE20_DATE |
DATE |
– |
LIST11_ID |
NUMBER |
– |
LIST12_ID |
NUMBER |
– |
LIST13_ID |
NUMBER |
– |
LIST14_ID |
NUMBER |
– |
LIST15_ID |
NUMBER |
– |
LIST16_ID |
NUMBER |
– |
LIST17_ID |
NUMBER |
– |
LIST18_ID |
NUMBER |
– |
LIST19_ID |
NUMBER |
– |
LIST20_ID |
NUMBER |
– |
LIST21_ID |
NUMBER |
– |
LIST22_ID |
NUMBER |
– |
LIST23_ID |
NUMBER |
– |
LIST24_ID |
NUMBER |
– |
LIST25_ID |
NUMBER |
– |
FLAGS |
VARCHAR2 |
– |
TEXT06 |
VARCHAR2 |
– |
TEXT07 |
VARCHAR2 |
– |
TEXT08 |
VARCHAR2 |
– |
TEXT09 |
VARCHAR2 |
– |
TEXT10 |
VARCHAR2 |
– |
TEXT11 |
VARCHAR2 |
– |
TEXT12 |
VARCHAR2 |
– |
TEXT13 |
VARCHAR2 |
– |
TEXT14 |
VARCHAR2 |
– |
TEXT15 |
VARCHAR2 |
– |
OLD_RELEASE_TYPE |
NUMBER |
– |
SITE |
NUMBER |
– |
NUMERIC01 |
NUMBER |
– |
NUMERIC02 |
NUMBER |
– |
NUMERIC03 |
NUMBER |
– |
NUMERIC04 |
NUMBER |
– |
NUMERIC05 |
NUMBER |
– |
DESCRIPTION |
VARCHAR2 |
– |
MONEYVALUE01 |
NUMBER |
– |
MONEYVALUE02 |
NUMBER |
– |
MONEYVALUE03 |
NUMBER |
– |
MONEYVALUE04 |
NUMBER |
– |
MONEYVALUE05 |
NUMBER |
– |
MONEYCURRENCY01 |
NUMBER |
– |
MONEYCURRENCY02 |
NUMBER |
– |
MONEYCURRENCY03 |
NUMBER |
– |
MONEYCURRENCY04 |
NUMBER |
– |
MONEYCURRENCY05 |
NUMBER |
– |
WEIGHT |
NUMBER |
– |
NORMALIZED_WEIGHT |
NUMBER |
– |
WEIGHT_UOM |
NUMBER |
– |
NOTES01 |
VARCHAR2 |
– |
OLD_DESCRIPTION |
VARCHAR2 |
– |
COMPLIANCY_ID |
NUMBER |
– |
COMPLIANCY_CALC_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
MULTILIST01 |
VARCHAR2 |
– |
MULTILIST02 |
VARCHAR2 |
– |
MULTILIST03 |
VARCHAR2 |
– |
MULTILIST04 |
VARCHAR2 |
– |
MULTILIST05 |
VARCHAR2 |
– |
MULTILIST06 |
VARCHAR2 |
– |
MULTILIST07 |
VARCHAR2 |
– |
MULTILIST08 |
VARCHAR2 |
– |
MULTILIST09 |
VARCHAR2 |
– |
MULTILIST10 |
VARCHAR2 |
– |
MULTILIST11 |
VARCHAR2 |
– |
MULTILIST12 |
VARCHAR2 |
– |
MULTILIST13 |
VARCHAR2 |
– |
MULTILIST14 |
VARCHAR2 |
– |
MULTILIST15 |
VARCHAR2 |
– |
Stores All RFQs Class ID 16635
Table 3-126 ODM_RFQ_HEADER
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
RHEA_PROJECT_ID |
NUMBER |
Project ID |
RHEA_COMPANY_ID |
NUMBER |
Company ID |
RHEA_OWNER_ID |
NUMBER |
Owner ID |
RHEA_LIFE_STATE |
NUMBER |
Life Cycle state ID |
RHEA_PROGRAM_ID |
NUMBER |
Program ID |
RHEA_NUMBER |
VARCHAR2 |
RFQ Number |
RHEA_DESC |
VARCHAR2 |
Description |
RHEA_RFQ_TYPE |
NUMBER |
RFQ Type |
RHEA_BIDDING_INSTRUCTIONS |
VARCHAR2 |
Bidding Instructions |
RHEA_CURRENT_PP_ID |
NUMBER |
Current Price Point ID |
RHEA_CURRENT_PP_IND |
NUMBER |
Current Price Point Indicator |
RHEA_CURRENT_PRICEPOINT_ID |
NUMBER |
Price Point ID |
RHEA_TOTAL_PRICEPOINTS |
NUMBER |
Total Price point |
RHEA_SHARED_FIELDS |
VARCHAR2 |
Shared Fields |
RHEA_RESP_REQUESTED_FIELDS |
VARCHAR2 |
Response requested fields |
RHEA_RESP_REQUIRED_FIELDS |
VARCHAR2 |
Response required fields |
RHEA_DUE_DATE |
DATE |
Due Date |
RHEA_CURRENCY |
NUMBER |
Currency Code |
RHEA_CURRENCY_SNAPSHOT_DATE |
DATE |
Currency Snapshot date |
RHEA_DISSEMINATED_METHOD |
NUMBER |
Disseminated Method |
RHEA_SUPPLIER_RATING |
NUMBER |
Supplier rating |
RHEA_COMMENT_STATE |
NUMBER |
Comment state |
RHEA_SENT_DATE |
DATE |
Rfq sent date |
RHEA_NOTIFY_TO_ROLL_PERIOD |
NUMBER |
Notify roll period |
RHEA_ATTACHMENT_STATE |
NUMBER |
Attachment State |
RHEA_LAST_ROLLFORWARD_DATE |
DATE |
Roll |
ForwarddateRHEA_INTERNAL_NOTES |
VARCHAR2 |
Internal Notes |
RHEA_DATE1 |
DATE |
out of the box date |
RHEA_DATE2 |
DATE |
out of the box date |
RHEA_DATE3 |
DATE |
out of the box date |
RHEA_DATE4 |
DATE |
out of the box date |
RHEA_DATE5 |
DATE |
out of the box date |
RHEA_TEXT1 |
VARCHAR2 |
out of the box text |
RHEA_TEXT2 |
VARCHAR2 |
out of the box text |
RHEA_TEXT3 |
VARCHAR2 |
out of the box text |
RHEA_TEXT4 |
VARCHAR2 |
out of the box text |
RHEA_TEXT6 |
VARCHAR2 |
out of the box text |
RHEA_TEXT5 |
VARCHAR2 |
Out Of the box Text field |
RHEA_TEXT7 |
VARCHAR2 |
Out Of the box Text field |
RHEA_TEXT8 |
VARCHAR2 |
Out Of the box Text field |
RHEA_TEXT9 |
VARCHAR2 |
Out Of the box Text field |
RHEA_TEXT10 |
VARCHAR2 |
Out Of the box Text field |
RHEA_MONEY1 |
NUMBER |
Out Of the box Moneyfield |
RHEA_CURRENCY1 |
NUMBER |
Out Of the box Currency field |
RHEA_MONEY2 |
NUMBER |
Out Of the box Money field |
RHEA_CURRENCY2 |
NUMBER |
Out Of the box Currency field |
RHEA_MONEY3 |
NUMBER |
Out Of the box Money field |
RHEA_CURRENCY3 |
NUMBER |
Out Of the box Currency field |
RHEA_MONEY4 |
NUMBER |
Out Of the box Money field |
RHEA_CURRENCY4 |
NUMBER |
Out Of the box Currency field |
RHEA_MONEY5 |
NUMBER |
Out Of the box Money field |
RHEA_CURRENCY5 |
NUMBER |
Out Of the box Currency field |
RHEA_LIST1 |
NUMBER |
Out Of the box List field |
RHEA_LIST2 |
NUMBER |
Out Of the box List field |
RHEA_LIST3 |
NUMBER |
Out Of the box List field |
RHEA_LIST4 |
NUMBER |
Out Of the box List field |
RHEA_LIST5 |
NUMBER |
Out Of the box List field |
RHEA_DATE_CREATED |
DATE |
Date Created On |
RHEA_DATE_MODIFIED |
DATE |
Last Modified On |
RHEA_CREATED_BY |
NUMBER |
Created By User |
RHEA_MODIFIED_BY |
NUMBER |
Last Modified User |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
RHEA_AUTHORIZED_USERS |
VARCHAR2 |
Authorized User ID |
RHEA_REQUIRE_TERMSCONDITIONS |
NUMBER |
Required Terms and Conditions |
RHEA_DISCUSSION_FLAG |
NUMBER |
Discussion Flag |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
RHEA_RELATIONSHIP_FLAG |
NUMBER |
Relationship flag |
CREATE_DATE |
DATE |
Date Created On |
UPDATE_DATE |
DATE |
Last updated On |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information sourcing project product line
Table 3-127 ODM_RFQ_LINE
Column | Type | Comments |
---|---|---|
RLIN_ID |
NUMBER |
ID |
RLIN_SC_ITEM_ID |
NUMBER |
Referred Item ID |
RLIN_RFQ_HEADER_ID |
NUMBER |
Rfq ID |
RLIN_STATE |
NUMBER |
State |
RLIN_DATE_CREATED |
DATE |
DATE CREATED on |
RLIN_DATE_MODIFIED |
DATE |
Modified on date |
RLIN_CREATED_BY |
NUMBER |
Created by user ID |
RLIN_MODIFIED_BY |
NUMBER |
Modified by User ID |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information specifications
Table 3-128 ODM_RGULTN_P2_MAPPING
Column | Type | Comments |
---|---|---|
SPEC_ID |
NUMBER |
Speciation Object ID |
FROM_CLASS_ID |
NUMBER |
From class ID |
FROM_ATTR |
NUMBER |
from attribute |
TO_CLASS_ID |
NUMBER |
to class |
TO_ATTR |
NUMBER |
to attribute |
CREATE_DATE |
DATE |
Created on date |
UPDATE_DATE |
DATE |
last updated on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
LAST_UPD_BY |
NUMBER |
last updated user id |
Stores all relationship about Item to Mfr Item Map for Sourcing Projects
Table 3-131 ODM_SC_AML
Column | Type | Comments |
---|---|---|
SCAML_ID |
NUMBER |
ID |
SCAML_ITEM_ID |
NUMBER |
Reffered Item ID |
SCAML_MFRITEM_ID |
NUMBER |
Mfr Item ID |
SCAML_STATUS_ID |
NUMBER |
Status ID |
SCAML_LIFE_STATE |
NUMBER |
Life Status ID |
SCAML_AML_SPLIT_PERCENT |
NUMBER |
Split Percentage |
SCAML_SRC_STATE |
NUMBER |
Source state |
SCAML_SANDBOX_STATE |
NUMBER |
Sandbox state |
SCAML_CHANGED_BY |
NUMBER |
Changed BY |
SCAML_DATE_CREATED |
DATE |
DATE CREATED on |
SCAML_DATE_MODIFIED |
DATE |
Modified on date |
SCAML_CREATED_BY |
NUMBER |
Created by user ID |
SCAML_MODIFIED_BY |
NUMBER |
Modified by User ID |
SCAML_MFG_SITE_ID |
NUMBER |
Manufacturer Site Object ID |
SCAML_MFR_REFERENCENOTES |
VARCHAR2 |
reference notes |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information about the original and delta boms for sourcing projects
Table 3-132 ODM_SC_BOM
Column | Type | Comments |
---|---|---|
SCBOM_PROJECT_ID |
NUMBER |
Project object id |
SCBOM_PRJ_PARENT_ITEM_ID |
NUMBER |
parent item id |
SCBOM_DATE_MODIFIED |
DATE |
Modified on date |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information about Cost rollup for sourcing Projects
Table 3-134 ODM_SC_COST_QTY_ROLLUP
Column | Type | Comments |
---|---|---|
SCCR_ID |
NUMBER |
ID |
SCCR_PROJECT_ID |
NUMBER |
Project |
SCCR_ITEM_ID |
NUMBER |
Reffered Item object ID |
SCCR_SUPPLIER_ID |
NUMBER |
Supplier Object ID |
SCCR_RESPONSE_ID |
NUMBER |
response object id |
SCCR_SUPPLIER_NAME |
VARCHAR2 |
Supplier Name |
SCCR_PRICEPOINT_ID |
NUMBER |
Price point id |
SCCR_CURRENCY |
NUMBER |
currency code |
SCCR_PCM_ROLLEDUP_QTY |
NUMBER |
pcm rolled up quantity |
SCCR_NPS_ROLLEDUP_QTY |
VARCHAR2 |
nps rolled up quantity |
SCCR_MATERIAL_PRICE |
NUMBER |
Material Price |
SCCR_NON_MATERIAL_PRICE |
NUMBER |
Non Material Price |
SCCR_TOTAL_PRICE |
NUMBER |
Total Price |
SCCR_IS_PARTIAL |
NUMBER |
indicator flag |
SCCR_IS_COMPONENT_SUPPLIER |
NUMBER |
Component Supplier |
SCCR_DATE_CREATED |
DATE |
DATE CREATED on |
SCCR_DATE_MODIFIED |
DATE |
Modified on date |
SCCR_CREATED_BY |
NUMBER |
Created by user ID |
SCCR_MODIFIED_BY |
NUMBER |
Modified by User ID |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores the delta bom for the given parent item in blob
Table 3-135 ODM_SC_DELTA_BOM
Column | Type | Comments |
---|---|---|
SCBOM_PRJ_PARENT_ITEM_ID |
NUMBER |
referred item object Id |
SCBOM_PRJ_PARENT_ITEM_VER |
NUMBER |
item version |
SCBOM_DELTA_BOM_STR |
VARCHAR2 |
BOM String |
SCBOM_DATE_CREATED |
DATE |
DATE CREATED on |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores item information related to sourcing projects
Table 3-136 ODM_SC_ITEM
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
ID |
SCI_PROJECT_ID |
NUMBER |
Project ID |
SCI_ITEM_SRC_ID |
NUMBER |
Source ID |
SCI_REFERENCED_ITEM_SRC |
NUMBER |
referenced Item source id |
SCI_REVISION_ID |
NUMBER |
revision id |
SCI_ITEM_TYPE |
NUMBER |
item type |
SCI_IS_ROOT |
NUMBER |
Is root item |
SCI_LIFE_STATE |
NUMBER |
Life cycle state |
SCI_QUOTE_LEVEL |
NUMBER |
Quote Level |
SCI_ITEM_NUMBER |
VARCHAR2 |
Item number |
SCI_ITEM_DESC |
VARCHAR2 |
description |
SCI_ITEM_REVISION |
VARCHAR2 |
revision |
SCI_MANUFACTURER_ID |
NUMBER |
Manufacturer id |
SCI_MANUFACTURER |
VARCHAR2 |
MANUFACTURER |
SCI_MANUFACTURER_PART_ID |
NUMBER |
Manufacturer Part ID |
SCI_COMMODITY_ID |
NUMBER |
Commodity ID |
SCI_COMMODITY |
VARCHAR2 |
COMMODITY |
SCI_BUYER_CODE |
VARCHAR2 |
Buyer Code |
SCI_UOM_CODE |
VARCHAR2 |
UOM Code |
SCI_QUANTITY |
NUMBER |
Quantity |
SCI_DEMAND |
NUMBER |
Demand |
SCI_PCM_ROLLEDUP_QTY |
NUMBER |
PCM Rolled up quantity |
SCI_NPS_ROLLEDUP_QTY |
VARCHAR2 |
NPS Rolled up quantity |
SCI_STANDARD_COST |
NUMBER |
Standard Cost |
SCI_STANDARD_COST_CURRENCY |
NUMBER |
Cost Currency |
SCI_TARGET_COSTS_STRING |
VARCHAR2 |
Cost String |
SCI_TARGET_COST |
NUMBER |
Target Cost |
SCI_TARGET_COST_CURRENCY |
NUMBER |
Target Cost Currency |
SCI_CUSTOM_ITEM_STATE |
NUMBER |
Item State |
SCI_ATTACHMENT_STATE |
NUMBER |
Attachment State |
SCI_HAS_AML |
NUMBER |
Has AML FLAG |
SCI_IS_VALIDATED |
NUMBER |
Validate Flag |
SCI_CHANGED_BY |
NUMBER |
Changed By user |
SCI_BEST_RESPONSE_STRING |
VARCHAR2 |
Best Response Time |
SCI_ORIGINAL_KEY |
NUMBER |
Original Key |
SCI_SOL_DATE |
DATE |
SOL Date |
SCI_EOL_DATE |
DATE |
EOL Date |
SCI_DATE1_DATE |
DATE |
Out of the box date Field |
SCI_DATE2_DATE |
DATE |
Out of the box date Field |
SCI_DATE3_DATE |
DATE |
Out of the box date Field |
SCI_DATE4_DATE |
DATE |
Out of the box date Field |
SCI_DATE5_DATE |
DATE |
Out of the box date Field |
SCI_TEXT1 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT2 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT3 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT4 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT5 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT6 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT7 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT8 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT9 |
VARCHAR2 |
Out of the box text Field |
SCI_TEXT10 |
VARCHAR2 |
Out of the box text Field |
SCI_LIST1_ID |
NUMBER |
Out of the box list Field |
SCI_LIST2_ID |
NUMBER |
Out of the box list Field |
SCI_LIST3_ID |
NUMBER |
Out of the box list Field |
SCI_LIST4_ID |
NUMBER |
Out of the box list Field |
SCI_LIST5_ID |
NUMBER |
Out of the box list Field |
SCI_MONEY1 |
NUMBER |
Out of the box money Field |
SCI_CURRENCY1 |
NUMBER |
Out of the box currency Field |
SCI_MONEY2 |
NUMBER |
Out of the box money Field |
SCI_CURRENCY2 |
NUMBER |
Out of the box currency Field |
SCI_MONEY3 |
NUMBER |
Out of the box money Field |
SCI_CURRENCY3 |
NUMBER |
Out of the box currency Field |
SCI_MONEY4 |
NUMBER |
Out of the box money Field |
SCI_CURRENCY4 |
NUMBER |
Out of the box currency Field |
SCI_MONEY5 |
NUMBER |
Out of the box money Field |
SCI_CURRENCY5 |
NUMBER |
Out of the box currency Field |
SCI_DATE_CREATED |
DATE |
DATE CREATED on |
SCI_DATE_MODIFIED |
DATE |
Modified on date |
SCI_CREATED_BY |
NUMBER |
Created by user ID |
SCI_MODIFIED_BY |
NUMBER |
Modified by User ID |
SCI_CHANGE_ID |
NUMBER |
Change Object ID |
SCI_BUYER |
NUMBER |
Buyer |
SCI_PLANNER |
NUMBER |
Planner |
SCI_MAKE_BUY |
NUMBER |
Make Buy |
SCI_PART_STATUS |
NUMBER |
Part Status |
SCI_PUBLISH_DATE |
DATE |
Published Date |
SCI_PUBLISH_STATUS |
VARCHAR2 |
Published Status |
SCI_QUOTE_AS |
NUMBER |
Quote |
SCI_COST |
NUMBER |
Cost |
SCI_PRODUCT_LINES |
VARCHAR2 |
Product line |
SCI_LIST6_ID |
NUMBER |
Out of the box list Field |
SCI_LIST7_ID |
NUMBER |
Out of the box list Field |
SCI_LIST8_ID |
NUMBER |
Out of the box list Field |
SCI_LIST9_ID |
NUMBER |
Out of the box list Field |
SCI_LIST10_ID |
NUMBER |
Out of the box list Field |
SCI_LIST11_ID |
NUMBER |
Out of the box list Field |
SCI_LIST12_ID |
NUMBER |
Out of the box list Field |
SCI_LIST13_ID |
NUMBER |
Out of the box list Field |
SCI_LIST14_ID |
NUMBER |
Out of the box list Field |
SCI_LIST15_ID |
NUMBER |
Out of the box list Field |
SCI_MULTITEXT1 |
VARCHAR2 |
Out of the box multitext Field |
SCI_MULTITEXT2 |
VARCHAR2 |
Out of the box multitext Field |
MULTILIST01 |
VARCHAR2 |
Out of the box multilist Field |
MULTILIST02 |
VARCHAR2 |
Out of the box multilist Field |
SCI_LOOKUP_STATUS |
VARCHAR2 |
Lookup status |
SCI_ITEM_SUBCLASS |
NUMBER |
Subclass ID |
SCI_TLA_FILTER |
VARCHAR2 |
TLA Filter |
SCI_PRESERVE_BOM |
NUMBER |
Preserve bom |
SCI_PRESERVE_AML_FLG |
NUMBER |
aml flag |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information about Project and Sites for sourcing projects
Table 3-137 ODM_SC_PROJECT_SITES
Column | Type | Comments |
---|---|---|
SCPS_PROJECT_ID |
NUMBER |
Project Object ID |
SCPS_SITE_ID |
NUMBER |
Site Object ID |
SCPS_DATE_CREATED |
DATE |
DATE CREATED on |
SCPS_DATE_MODIFIED |
DATE |
Modified on date |
SCPS_CREATED_BY |
NUMBER |
Created by user ID |
SCPS_MODIFIED_BY |
NUMBER |
Modified by User ID |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores information about Partner assignment for items in the Sourcing Projects
Table 3-138 ODM_SC_SUPPLIERS
Column | Type | Comments |
---|---|---|
SCS_ID |
NUMBER |
ID |
SCS_PARENT_ID |
NUMBER |
Parent Object ID |
SCS_PARENT_TYPE |
NUMBER |
Parent Type |
SCS_ITEM_ID |
NUMBER |
Referred Item id |
SCS_SUPPLIER_ID |
NUMBER |
Supplier Object ID |
SCS_IS_INHERITED |
NUMBER |
Is inherited |
SCS_SUPPLIER_SPLIT_PERCENT |
NUMBER |
Supplier Split Percentage |
SCS_DATE_CREATED |
DATE |
DATE CREATED on |
SCS_DATE_MODIFIED |
DATE |
Modified on date |
SCS_CREATED_BY |
NUMBER |
Created by user ID |
SCS_MODIFIED_BY |
NUMBER |
Modified by User ID |
CREATE_DATE |
DATE |
Created On date |
UPDATE_DATE |
DATE |
Date modified on |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Table 3-139 ODM_SC_WORK_IN_PROGRESS
Column | Type | Comments |
---|---|---|
SWIP_OBJECT_ID |
NUMBER |
|
SWIP_OBJECT_TYPE |
NUMBER |
|
SWIP_ACTION |
NUMBER |
|
SWIP_STAGE |
VARCHAR2 |
|
SWIP_TOTAL_ESTIMATED_WORK |
NUMBER |
|
SWIP_PROCESSED_WORK |
NUMBER |
|
SWIP_PERCENT_COMPLETE |
NUMBER |
|
CREATE_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
SWIP_CREATED_BY |
NUMBER |
|
SWIP_MODIFIED_BY |
NUMBER |
|
DELETE_FLAG |
NUMBER |
Stores user signoff status details.
Table 3-140 ODM_SIGNOFF
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID Data Validation: Not Null |
CHANGE_ID |
NUMBER |
ID of the routable object Data Validation: NOT NULL -NOT 0 |
PROCESS_ID |
NUMBER |
ID of the workflow process corresponding to this signoff Data Validation: NULL IS OK |
USER_ASSIGNED_ID |
NUMBER |
ID of user/dept/group required to sign off Data Validation: NOT NULL -NOT 0 |
USER_SIGNED_ID |
NUMBER |
ID of user/dept/group who actually signed off Data Validation: NOT NULL -NOT 0 |
REQUIRED_ID |
NUMBER |
Type of user to do the signoff |
SIGNOFF_STATUS_ID |
NUMBER |
Signoff Status Data Validation: Not Null -0 - 9 Only (List Of State)
|
HISTORY_ID |
NUMBER |
Change history ID |
FLAGS |
VARCHAR2 |
Internal used |
SIGNOFF_HISTORYID |
NUMBER |
History ID |
USER_NAME_ASSIGNED |
VARCHAR2 |
Add this column in case user changes his/her name. |
USER_NAME_SIGNED |
VARCHAR2 |
Add this column in case user changes his/her name. |
VERSION |
NUMBER |
Version No. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
JOB_FUNC |
NUMBER |
Stores PCM ships to location.
Table 3-143 ODM_SITE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique Identifier |
ORG_ID |
NUMBER |
Organization/Supplier No |
CONTINENT_ID |
NUMBER |
Continent No. |
REGION_ID |
NUMBER |
Region code |
COUNTRY_ID |
NUMBER |
Country code |
TIME_ZONE |
NUMBER |
Time Zone of the Site |
NAME |
VARCHAR2 |
Site Name |
CURRENCY |
NUMBER |
Currency code applicable to the Site |
ERP_CODE |
VARCHAR2 |
ERP code of the site |
SHIPPING_ADDRESS1 |
VARCHAR2 |
Shipping Address Line 1 |
SHIPPING_ADDRESS2 |
VARCHAR2 |
Shipping Address Line 2 |
SHIPPING_ADDRESS3 |
VARCHAR2 |
Shipping Address Line 3 |
COUNTRY |
VARCHAR2 |
Country code |
CITY |
VARCHAR2 |
City |
STATE |
VARCHAR2 |
State |
PHONE1 |
VARCHAR2 |
Phone No. |
PHONE2 |
VARCHAR2 |
Alternate Phone No. |
POSTAL_CODE |
VARCHAR2 |
Local postal code |
FAX |
VARCHAR2 |
Fax |
CREATED_BY |
NUMBER |
User who created this record |
MODIFIED_BY |
NUMBER |
User who modified this record |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Sites represents manufacturing locations.
Table 3-144 ODM_SITES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique Identifier |
CLASS_ID |
NUMBER |
Site Class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_SITES_TYPE_OBJ_D.ENTRY_ID column |
ADDRESS |
VARCHAR2 |
Address |
CITY |
VARCHAR2 |
City |
CONTACT_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
COUNTRY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_COUNTRY_D.ENTRY_ID column |
POSTAL_CODE |
VARCHAR2 |
Local postal code |
|
VARCHAR2 |
Email Address |
FAX |
VARCHAR2 |
Fax |
STATUS_ID |
NUMBER |
Status |
NAME |
VARCHAR2 |
Site Name |
PHONE |
VARCHAR2 |
Phone |
URL |
VARCHAR2 |
Web Address |
ERP_CODE_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_SITE_ERP_D.ENTRY_ID column |
AML_ON_BUY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_AML_ON_BUY_D.ENTRY_ID column |
SITE_AML_ALLOWED_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_AML_D.ENTRY_ID column |
COLOR_ID |
NUMBER |
Color code of the Site |
OBJVERSION |
NUMBER |
Object Version |
PROVINCE |
VARCHAR2 |
Sites Coverage Area |
FLAGS |
VARCHAR2 |
– |
GEOGRAPHY_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_LOCATION_D.ENTRY_ID column |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-145 ODM_SPECIFIC_SUBSTANCES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
SPECIFICATION_ID |
NUMBER |
– |
SPECIFICATION_NAME |
VARCHAR2 |
– |
SUBSTANCE_ID |
NUMBER |
– |
SUBSTANCE_NAME |
VARCHAR2 |
– |
CAS_NUMBER |
VARCHAR2 |
– |
LIFECYCLE_PHASE |
NUMBER |
– |
THRESHOLD_MASS_PPM |
NUMBER |
– |
REPORTING |
NUMBER |
– |
CREATED_DATE |
DATE |
– |
UPDATE_DATE |
DATE |
– |
DELETE_FLAG |
NUMBER |
- |
Table 3-146 ODM_SUBSCRIPTIONS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
– |
SUBSCRIBER_ID |
NUMBER |
– |
SUBSCRIBER_CLASS |
NUMBER |
– |
ACTION_EVENT |
NUMBER |
– |
ACTION_EVENT_ID |
NUMBER |
– |
PUBLISHER_ID |
NUMBER |
– |
PUBLISHER_CLASS |
NUMBER |
– |
TRIGGER_EVENTS |
VARCHAR2 |
– |
TRIGGER_EVENT_IDS |
VARCHAR2 |
– |
ENABLE_FLAG |
NUMBER |
– |
DELETE_FLAG |
NUMBER |
– |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Updated On |
Stores All Substance Groups.Class ID 2000001119
Table 3-147 ODM_SUBSTANCE_GROUPS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
CAS_NUMBER |
VARCHAR2 |
Chemical Abstracts Service Number |
COMPOSITION |
NUMBER |
Composition |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Flags |
WEIGHT |
NUMBER |
Weight |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
WEIGHT_UOM |
NUMBER |
Unit Of measur for weight |
ENCODE_NAME |
VARCHAR2 |
Name in Upper case |
BASE_SUBSTANCE |
NUMBER |
Base Substance id |
INTERNAL_FLG |
NUMBER |
Internal Flag |
ALIAS_NAME_LIST |
VARCHAR2 |
Alias name for substance |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex Field |
MONEYCURRENCY22 |
NUMBER |
Flex Field |
MONEYCURRENCY23 |
NUMBER |
Flex Field |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Update ON |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Substance Materials.Class ID 2000002467
Table 3-148 ODM_SUBSTANCE_MATERIALS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
CAS_NUMBER |
VARCHAR2 |
Chemical Abstracts Service Number |
COMPOSITION |
NUMBER |
Composition |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Flags |
WEIGHT |
NUMBER |
Weight |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
WEIGHT_UOM |
NUMBER |
Unit Of measure for weight |
ENCODE_NAME |
VARCHAR2 |
Name in Upper case |
BASE_SUBSTANCE |
NUMBER |
Base Substance id |
INTERNAL_FLG |
NUMBER |
Internal Flag |
ALIAS_NAME_LIST |
VARCHAR2 |
Alias name for substance |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex Field |
MONEYCURRENCY22 |
NUMBER |
Flex Field |
MONEYCURRENCY23 |
NUMBER |
Flex Field |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Update ON |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Substance Sub Parts.Class ID 2000002445
Table 3-149 ODM_SUBSTANCE_SUBPARTS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
CAS_NUMBER |
VARCHAR2 |
Chemical Abstracts Service Number |
COMPOSITION |
NUMBER |
Composition |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Flags |
WEIGHT |
NUMBER |
Weight |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
WEIGHT_UOM |
NUMBER |
Unit Of measure for weight |
ENCODE_NAME |
VARCHAR2 |
Name in Upper case |
BASE_SUBSTANCE |
NUMBER |
Base Substance id |
INTERNAL_FLG |
NUMBER |
Internal Flag |
ALIAS_NAME_LIST |
VARCHAR2 |
Alias name for substance |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex Field |
MONEYCURRENCY22 |
NUMBER |
Flex Field |
MONEYCURRENCY23 |
NUMBER |
Flex Field |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Update ON |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores All Substance Substances.Class ID 2000001018
Table 3-150 ODM_SUBSTANCE_SUBSTANCES
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Primary Key |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Subclass ID |
OBJVERSION |
NUMBER |
Object Version |
NAME |
VARCHAR2 |
Name |
DESCRIPTION |
VARCHAR2 |
Description |
CAS_NUMBER |
VARCHAR2 |
Chemical Abstracts Service Number |
COMPOSITION |
NUMBER |
Composition |
STATUS_ID |
NUMBER |
Status ID |
FLAGS |
VARCHAR2 |
Flags |
WEIGHT |
NUMBER |
Weight |
NORMALIZED_WEIGHT |
NUMBER |
Normalized Weight |
WEIGHT_UOM |
NUMBER |
Unit Of measure for weight |
ENCODE_NAME |
VARCHAR2 |
Name in Upper case |
BASE_SUBSTANCE |
NUMBER |
Base Substance id |
INTERNAL_FLG |
NUMBER |
Internal Flag |
ALIAS_NAME_LIST |
VARCHAR2 |
Alias name for substance |
CREATE_USER_ID |
NUMBER |
Create User ID |
DATE01_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE02_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE03_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE04_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE05_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT01 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT02 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT03 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT04 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT05 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT06 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT07 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT08 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT09 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT10 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT11 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT12 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT13 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT14 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT15 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT16 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT17 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT18 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT19 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT20 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT21 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT22 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT23 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT24 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
TEXT25 |
VARCHAR2 |
The TEXTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST01_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST02_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST03_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST04_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST05_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST06_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST07_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST08_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST09_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST10_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST11_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST12_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST13_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST14_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST15_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST16_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST17_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST18_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST19_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST20_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST21_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST22_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST23_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST24_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
LIST25_ID |
NUMBER |
The LISTnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MONEYCURRENCY21 |
NUMBER |
Flex Field |
MONEYCURRENCY22 |
NUMBER |
Flex Field |
MONEYCURRENCY23 |
NUMBER |
Flex Field |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE07_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE08_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE09_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE10_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE11_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE12_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE13_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE14_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE15_DATE |
DATE |
The DATEnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
CREATE_DATE |
DATE |
Created On |
UPDATE_DATE |
DATE |
Last Update ON |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
Stores the Resources information associated with Programs.
Table 3-152 ODM_TEAM
Column | Type | Comments |
---|---|---|
ACTIVITY_ID |
NUMBER |
ID of associated Activity |
USER_ID |
NUMBER |
ID of user added to team of the Activity |
RESOURCE_TYPE |
NUMBER |
Specifies User or User group. 0 (User)/1(User Group) |
FROM_POOL_ID |
NUMBER |
Resource Pool ID from which user has been assigned to Team |
PERCENT_ALLOC |
NUMBER |
Percentage allocation for the user on the activity |
ID |
NUMBER |
Specifies if user is a resource of the activity or not. 0 (Not a Resource) / 1(Resource) |
ISRESOURCE_ID |
NUMBER |
Specifies if user has rejected the assignment on the activity 0 (Not rejected) / 1(Rejected |
REJECTED_FLAG_ID |
NUMBER |
Specifies if user has rejected the assignment on the activity 0 (Not rejected) / 1(Rejected) |
ACTUAL_HOURS |
NUMBER |
Actual hours to work |
LABOR_RATE_VALUE |
NUMBER |
Labor Rate Value |
LABOR_RATE_CURRENCY |
NUMBER |
Labor Rate in term of currencies |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted. The value is 1 for soft delete. |
CREATE_DATE |
DATE |
Create Date |
UPDATE_DATE |
DATE |
Update Date |
Stores the Resources information of every baselined activity for all versions.
Table 3-153 ODM_TEAM_BASELINE
Column | Type | Comments |
---|---|---|
ACTIVITY_ID |
NUMBER |
ID of associated activity |
REV |
NUMBER |
Activity Revision |
USER_ID |
NUMBER |
ID of user added to team of the activity |
RESOURCE_TYPE |
NUMBER |
Specifies User or User group. 0 (User)/1(User Group) |
FROM_POOL |
NUMBER |
Resource Pool ID from which user has been assigned to Team |
PERCENT_ALLOC |
NUMBER |
Percentage allocation for the user on the activity |
ISRESOURCE |
NUMBER |
Specifies if user is a resource of the activity or not. 0 (Not a Resource) / 1(Resource) |
REJECTED_FLAG |
NUMBER |
Specifies if user has rejected the assignment on the activity 0 (Not rejected) / 1(Rejected |
ACTUAL_HOURS |
NUMBER |
Actual HOURs to work. |
LABOR_RATE_VALUE |
NUMBER |
Labour Rate Value |
LABOR_RATE_CURRENCY |
NUMBER |
Labour Rate in term of currencies |
USERROLES |
VARCHAR2 |
Roles assigned to the User |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table 3-154 ODM_TIMESHEET
Column | Type | Comments |
---|---|---|
TRANSACTION_ID |
NUMBER |
– |
CREATEDBY |
NUMBER |
– |
LATEST |
NUMBER |
– |
ACTIVITY_ID |
NUMBER |
– |
ACTIVITY_CLASS |
NUMBER |
– |
USER_ID |
NUMBER |
– |
USER_CLASS |
NUMBER |
– |
OLDVALUE |
NUMBER |
– |
NEWVALUE |
NUMBER |
– |
RANGEDATE |
DATE |
– |
DATA_TRANSFERED |
NUMBER |
– |
PURGE |
NUMBER |
– |
CUSTOM1 |
NUMBER |
– |
CUSTOM2 |
NUMBER |
– |
CUSTOM3 |
NUMBER |
– |
CREATED |
DATE |
– |
LAST_UPD |
DATE |
– |
DELETE_FLAG |
NUMBER |
– |
Table 3-155 ODM_USAGE_HISTORY
Column | Type | Comments |
---|---|---|
CLIENT_ID |
NUMBER |
|
USERNAME |
VARCHAR2 |
|
HOSTNAME |
VARCHAR2 |
|
LOGIN_TIME_DATE |
DATE |
|
LOGOUT_TIME_DATE |
DATE |
|
SESSION_ID |
NUMBER |
|
SESSIONSTATE |
NUMBER |
|
EHUBNODEID |
NUMBER |
|
SESSIONLICENSE |
NUMBER |
|
EHUBVERSION |
NUMBER |
|
ACTIVE |
NUMBER |
|
CREATED_DATE |
DATE |
|
UPDATE_DATE |
DATE |
|
DELETE_FLAG |
NUMBER |
Stores relationship between user and roles - Appears to be an associative entity.
Table 3-156 ODM_USER_ASSIGNMENT
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
User assignment ID |
OBJ_ID |
NUMBER |
Object ID |
CLASS_ID |
NUMBER |
Object's class ID except 11640 for roles |
USER_ID |
NUMBER |
User ID |
ASSIGNEE_TYPE |
NUMBER |
Assignee type |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Stores User Groups as defined in the admin interface.
Table 3-158 ODM_USER_GROUP
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
User group ID |
CLASS_ID |
NUMBER |
Class ID |
SUBCLASS_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USER_GROUP_TYPE_OBJ_D.ENTRY_ID column |
DESCRIPTION |
VARCHAR2 |
Description |
NAME |
VARCHAR2 |
Name |
GLOBAL_PERSONAL_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USER_GROUP_TYPE_D.ENTRY_ID column |
ENABLED_ID |
NUMBER |
Enabled |
MAX_USERS |
NUMBER |
Max users for the group |
ALLOWESCALATION_ID |
NUMBER |
Allow escalations |
CHANGEANALYSTLIST_ID |
NUMBER |
Change analyst no |
COMPENGRLIST_ID |
NUMBER |
Component Engr No |
PARTNERLIST_ID |
NUMBER |
Partner list |
OBJVERSION |
NUMBER |
Object Version |
FLAGS |
VARCHAR2 |
Internal used |
QUALITYANALYSTLIST_ID |
NUMBER |
Quality analyst no |
QUALITYADMINLIST_ID |
NUMBER |
Quality admin no |
PRICEADMINLIST_ID |
NUMBER |
Price admin no |
LICENSED_USERS |
NUMBER |
No of licensed users |
LICENSES_CONS |
NUMBER |
Consolidated Licenses |
LICENSES_AVAIL |
NUMBER |
Available Licenses |
OWNER_ID |
NUMBER |
Out of the box, the value is a foreign key to ODM_USERS_OBJ_D.ENTRY_ID column |
RESOURCE_POOL_ID |
NUMBER |
Resource pool ID |
PROGRAM_TYPE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROGRAM_TYPE_D.ENTRY_ID column |
REGION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_REGION_LIST_D.ENTRY_ID column |
DIVISION |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_DIVISION_D.ENTRY_ID column |
PRODUCT_LINE |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_PROD_LINE_D.ENTRY_ID column |
CUSTOMER |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CUSTOMER_D.ENTRY_ID column |
LAUNCH_YEAR |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_LAUNCH_YEAR_LIST_D.ENTRY_ID column |
LABOR_RATE_VALUE |
NUMBER |
Labor rate value |
LABOR_RATE_CURRENCY |
NUMBER |
Labour Rate in term of Currencies |
OVERHEAD_RATE_VALUE |
NUMBER |
Over head rate |
OVERHEAD_RATE_CURRENCY |
NUMBER |
Over head rate in term of Currencies |
BILL_RATE_VALUE |
NUMBER |
Bill rate value |
BILL_RATE_CURRENCY |
NUMBER |
Bill rate currency |
CATEGORY7 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY7_LIST_D.ENTRY_ID column |
CATEGORY8 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY8_LIST_D.ENTRY_ID column |
CATEGORY9 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY9_LIST_D.ENTRY_ID column |
CATEGORY10 |
VARCHAR2 |
Out of the box, the value is a foreign key to ODM_CATEGORY10_LIST_D.ENTRY_ID column |
LISTS |
VARCHAR2 |
– |
REPOSITORYID |
VARCHAR2 |
– |
CREATE_USER_ID |
NUMBER |
Create user ID |
DATE01_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE02_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE03_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE04_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE05_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
TEXT01 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT02 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT03 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT04 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT05 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT06 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT07 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT08 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT09 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT10 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT11 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT12 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT13 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT14 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT15 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT16 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT17 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT18 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT19 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT20 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT21 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT22 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT23 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT24 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system. |
TEXT25 |
VARCHAR2 |
The TEXTnn columns are used to provide both system defined and user defined extensions to the system. The name (defining the contents) of this field is defined in the admin UI. Some of these fields are reserved by the system |
LIST01_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST02_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST03_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST04_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST05_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST06_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST07_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST08_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST09_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST10_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST11_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST12_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST13_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST14_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST15_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST16_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST17_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST18_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST19_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST20_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST21_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST22_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST23_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST24_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
LIST25_ID |
NUMBER |
Foreign Key to <configured List Dimension Table>.ENTRY_ID column. Refer to ODM_LISTDIM_CTL and ODM_DATA_DICTIONARY tables for identifying configured List Dimension table name. |
MULTILIST01 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST02 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST03 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
NUMERIC01 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC02 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC03 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC04 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC05 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
ACCEPTACLPROPAGATION |
NUMBER |
Accept ACL Propagation Flag. |
MONEYVALUE21 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE22 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE23 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE24 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE25 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE26 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE27 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE28 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE29 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYVALUE20 |
NUMBER |
The MONEYVALUEnn fields are system and user defined extensions to the object. The definition of these fields is stored in the property tables. |
MONEYCURRENCY21 |
NUMBER |
Flex field. |
MONEYCURRENCY22 |
NUMBER |
Flex field. |
MONEYCURRENCY23 |
NUMBER |
Flex field. |
MONEYCURRENCY24 |
NUMBER |
Flex field. |
MONEYCURRENCY25 |
NUMBER |
Flex field. |
MONEYCURRENCY26 |
NUMBER |
Flex field. |
MONEYCURRENCY27 |
NUMBER |
Flex field. |
MONEYCURRENCY28 |
NUMBER |
Flex field. |
MONEYCURRENCY29 |
NUMBER |
Flex field. |
MONEYCURRENCY20 |
NUMBER |
Flex field. |
NUMERIC06 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC07 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC08 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC09 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
NUMERIC10 |
NUMBER |
The NUMERICnn fields are system and user defined fields that extend this object. The fields definition is in the property table. |
DATE06_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE07_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE08_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE09_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE10_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE11_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE12_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE13_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE14_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
DATE15_DATE |
DATE |
The DATEnn columns are for system and user defined extensions to the product. The contents of this column is defined in the admin UI. |
MULTILIST04 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST05 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST06 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST07 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST08 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST09 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST10 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST11 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST12 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST13 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST14 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
MULTILIST15 |
VARCHAR2 |
Multi Selection of LISTENTRY.ENTRYID of the item selected for the list defined here |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
JOBFUNCTION |
VARCHAR2 |
|
CALENDAR_ID |
NUMBER |
Associative entity between AGILEUSER and SITES. .
Table 3-160 ODM_USER_SITE
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
USER_ID |
NUMBER |
User ID |
SITE_ID |
NUMBER |
Site ID |
CREATED_BY |
NUMBER |
User who created the site record |
MODIFIED_BY |
NUMBER |
User who last modified the site record |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
History of when users log in and out of system ID Primary key.
Table 3-161 ODM_USER_USAGE_HISTORY
Column | Type | Comments |
---|---|---|
ID |
VARCHAR2 |
Unique ID |
USERNAME |
VARCHAR2 |
The text user name |
HOST |
VARCHAR2 |
Host Machine name |
LOGIN_TIME |
DATE |
The time this user logged into the system. |
LOGOUT_TIME |
DATE |
The time the user logged out of the system. |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Each row in the table represents a single version of an attachment object.
Table 3-162 ODM_VERSION
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
ATTACH_ID |
NUMBER |
ID of File Folder object |
VERSION_NUM |
NUMBER |
The version of the File Folder |
FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
LIFECYCLEPHASE_ID |
NUMBER |
File Folder Lifecycle Phase |
CHECKIN_USER |
NUMBER |
Check-In User No |
LABEL |
VARCHAR2 |
Label of that Attachment |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
APPROVAL_STATUS |
NUMBER |
|
ITEM_CHANGE_STATUS |
VARCHAR2 |
|
REVISION |
VARCHAR2 |
|
VER_DATE |
DATE |
|
FOLDER_REVISION |
VARCHAR2 |
|
CHANGE_ID |
NUMBER |
|
INCORPORATED |
NUMBER |
|
CHANGESEQ |
VARCHAR2 |
|
DATE16_DATE |
DATE |
|
DATE17_DATE |
DATE |
|
DATE18_DATE |
DATE |
|
DATE19_DATE |
DATE |
|
DATE20_DATE |
DATE |
|
LIST26_ID |
NUMBER |
|
LIST27_ID |
NUMBER |
|
LIST28_ID |
NUMBER |
|
LIST29_ID |
NUMBER |
|
LIST30_ID |
NUMBER |
|
MONEYVALUE11 |
NUMBER |
|
MONEYVALUE12 |
NUMBER |
|
MONEYVALUE13 |
NUMBER |
|
MONEYVALUE14 |
NUMBER |
|
MONEYVALUE15 |
NUMBER |
|
MONEYCURRENCY11 |
NUMBER |
|
MONEYCURRENCY12 |
NUMBER |
|
MONEYCURRENCY13 |
NUMBER |
|
MONEYCURRENCY14 |
NUMBER |
|
MONEYCURRENCY15 |
NUMBER |
|
MULTILIST16 |
VARCHAR2 |
|
MULTILIST17 |
VARCHAR2 |
|
MULTILIST18 |
VARCHAR2 |
|
MULTILIST19 |
VARCHAR2 |
|
MULTILIST20 |
VARCHAR2 |
|
NUMERIC11 |
NUMBER |
|
NUMERIC12 |
NUMBER |
|
NUMERIC13 |
NUMBER |
|
NUMERIC14 |
NUMBER |
|
NUMERIC15 |
NUMBER |
|
TEXT26 |
VARCHAR2 |
|
TEXT27 |
VARCHAR2 |
|
TEXT28 |
VARCHAR2 |
|
TEXT29 |
VARCHAR2 |
|
TEXT30 |
VARCHAR2 |
Table describes metadata for all configured workflows and their process steps within Agile PLM.
Table 3-164 ODM_WORKFLOW_METADATA
Column | Type | Comments |
---|---|---|
WORKFLOW_ID |
NUMBER |
Workflow Unique ID |
WORKFLOW_NAME |
VARCHAR2 |
Workflow name |
ID |
NUMBER |
Workflow step ID |
PARENTID |
NUMBER |
Parent ID of the workflow step, i.e., workflow type. |
DESCRIPTION |
VARCHAR2 |
Workflow status description |
OBJTYPE |
NUMBER |
Reserved |
INHERIT |
NUMBER |
Workflow state ID from which this workflow state id is inherited. |
HELPID |
NUMBER |
Reserved. |
VERSION |
NUMBER |
Version of workflow |
NAME |
VARCHAR2 |
Name of the workflow status |
CREATE_DATE |
DATE |
Created date |
UPDATE_DATE |
DATE |
Updated date |
Stores workflow status occurring sequence for all the workflow routable objects.
Table 3-165 ODM_WORKFLOW_PROCESS
Column | Type | Comments |
---|---|---|
ID |
NUMBER |
Unique ID |
CHANGE_ID |
NUMBER |
ID of the routable object |
ORDER_BY |
NUMBER |
The order of the status in its workflow. NULL if the status type = CANCEL or HOLD |
WORKFLOW_ID |
NUMBER |
ID of the workflow |
STATE_ID |
NUMBER |
ID of the from status |
STATUSTYPE_ID |
NUMBER |
The status type of the STATE Data Validation: NOT NULL -Supported Status Type |
NEXT_STATE_ID |
NUMBER |
ID of the next status |
NEXT_STATUSTYPE_ID |
NUMBER |
The status type of the NEXT_STATE Data Validation: NOT NULL -Supported Status Type |
CHANGED_BY |
NUMBER |
ID of user who changed the status of object. NULL if it is auto promoted |
CHANGED_ON |
DATE |
Changed date |
LOCAL_DATE |
DATE |
Local client date action was taken |
TIMEZONE |
NUMBER |
Timezone of the local client date action was taken |
PROCESS_FLAGS |
VARCHAR2 |
0 (FALSE)/1 (TRUE) for each position in the flag. |
STATE_CODE_ID |
NUMBER |
0 for current, 1 for not completed, 2 for complete, 3 for step of return, 4 for hidden |
CHANGED_BY_USERNAME |
VARCHAR2 |
Changed User name |
DELETE_FLAG |
NUMBER |
Identify whether this object is soft deleted 1 for delete |
CREATE_DATE |
DATE |
Create date |
UPDATE_DATE |
DATE |
Update date |
Table to store variables that control ETL process.
Table 3-166 PARAMETER
Column | Type | Comments |
---|---|---|
START_DATE |
DATE |
ETL start date |
START_TIME |
TIMESTAMP(6) |
ETL start time |
REFRESH_INTERVAL |
NUMBER |
ETL refresh interval |
FULL_LOAD |
CHAR |
ETL Full vs Incremental control parameter: 'Y' - extracts and loads complete dataset every ETL run. '' (default) - extracts and loads only the changed data after the initial full extract and load |
DEBUG_MODE |
NUMBER |
Enables logging of debug messages for PL/SQL procedures and functions: 0 (default) - captures error messages; 1 - captures detailed debug messages |
|
VARCHAR2 |
EMAIL address for ETL run Status notification |
EXCH_SERVER |
VARCHAR2 |
SMTP server name for sending emails when ETL run completes successfully or fails |
PPM |
VARCHAR2 |
Flag to enable ETL of Agile PLM Product Portfolio Management data into target Data Mart. 'Y' - enable; 'N' - disabled |
PQM |
VARCHAR2 |
Flag to enable ETL of Agile PLM Product Quality Management data into target Data Mart. 'Y' - enable; 'N' - disabled |
PC |
VARCHAR2 |
Flag to enable ETL of Agile PLM Product Collaboration data into target Data Mart. 'Y' - enable; 'N' - disabled |
PCM |
VARCHAR2 |
– |
PGC |
VARCHAR2 |
– |