INV_ACTIONS_B

INV_ACTIONS_B stores the definition of all lot expiration actions. Lot expiration action is global and not specific to any inventory organization. Hence primary key is ACTION_CODE.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_ACTIONS_B_PK

ACTION_CODE

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
ACTION_CODE VARCHAR2 32 Yes This primary key that identifies the lot expiration action.
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 expiration action 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 Actions (INV_ACTIONS)
ATTRIBUTE2 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE3 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE4 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE5 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE6 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE7 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE8 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE9 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE10 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE11 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE12 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE13 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE14 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE15 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE16 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE17 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE18 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE19 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE20 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE21 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE22 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE23 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE24 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE25 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE26 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE27 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE28 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE29 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE30 VARCHAR2 240 Descriptive Flexfield: segment of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Maintain Actions (INV_ACTIONS)

Foreign Keys

Table Foreign Table Foreign Key Column
inv_lot_numbers inv_actions_b EXPIRATION_ACTION_CODE
inv_actions_tl inv_actions_b ACTION_CODE

Indexes

Index Uniqueness Tablespace Columns
INV_ACTIONS_B_PK Unique Default ACTION_CODE