INV_GRADES_B

INV_GRADES_B stores the definition of all lot grades. Grade is global and not specific to any inventory organization. Hence primary key is GRADE_CODE.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_GRADES_B_PK

GRADE_CODE

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
GRADE_CODE VARCHAR2 150 Yes This code is the primary key of lot grade.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
DISABLE_FLAG VARCHAR2 1 Yes Flag indicates whether the lot grade is disabled.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE1 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE21 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE22 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE23 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE24 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE25 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE26 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE27 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE28 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE29 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE30 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Grades (INV_GRADES)
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Maintain Grades (INV_GRADES)

Foreign Keys

Table Foreign Table Foreign Key Column
inv_lot_grade_history inv_grades_b OLD_GRADE_CODE
inv_lot_grade_history inv_grades_b NEW_GRADE_CODE
inv_grades_tl inv_grades_b GRADE_CODE
inv_lot_numbers inv_grades_b GRADE_CODE

Indexes

Index Uniqueness Tablespace Columns
INV_GRADES_B_PK Unique Default GRADE_CODE