INV_COUNT_TASK

The table holds the count task details for any counting task being requested by systems like healthcare recall etc.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_COUNT_TASK_PK

INV_COUNT_TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
INV_COUNT_TASK_ID NUMBER 18 Yes Value that uniquely identifies the inventory count task.
SEQUENCE_NUMBER NUMBER 18 This identifies the Count list Sequence number.
ACCOUNT_ALIAS_ID NUMBER 18 This identifies the alias of general ledger account number.
ACCOUNT_ID NUMBER 18 This identifies the general ledger account number.
COST_CENTER_CODE VARCHAR2 25 A unit of activity used to assign costs for accounting purposes.
REQUESTER_ID NUMBER 18 Value that uniquely identifies the person who requested the recall notice.
LOCATION_ID NUMBER 18 Value that uniquely identifies the location.
COUNT_TASK_SOURCE VARCHAR2 30 Yes Identifies the count task source.
COUNT_TASK_SOURCE_HEADER_ID NUMBER 18 Identifies the count task source header.
COUNT_TASK_SOURCE_LINE_ID NUMBER 18 Identifies the count task source line.
COUNT_TASK_SOURCE_LINE_TYPE VARCHAR2 30 Identifies the count task source line type.
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
INVENTORY_ITEM_ID NUMBER 18 Yes This identifies the inventory item.
MANUFACTURER_PART_NUM VARCHAR2 700 Manufacturer Part Number for which there is a product recall.
SUPPLIER_PART_NUM VARCHAR2 300 Supplier Part Number for which there is a product recall.
SUBINVENTORY_CODE VARCHAR2 10 This column identifies the subinventory code.
LOCATOR_ID NUMBER 18 This identifies the item locator.
REVISION VARCHAR2 18 Revision of item if under revision control.
LOT_NUMBER VARCHAR2 80 This number identifies an inventory lot.
SERIAL_NUMBER VARCHAR2 80 This number identifies the serial.
OWNING_TYPE VARCHAR2 30 The owning type identifies the type of the entity who owns this quantity, in the context of consignment; the lookup type INV_OWNING_TYPES has the valid values. The record is consigned only if OWNING_TYPE is populated.
OWNING_ENTITY_ID NUMBER 18 This identifies the owning entity.
INV_STRIPING_CATEGORY VARCHAR2 40 Segment used to identify the descriptive flexfield application context for Inventory striping attributes
PROJECT_ID NUMBER 18 Identifier of the project used to stripe Inventory transactions
TASK_ID NUMBER 18 Identifier of the task used to stripe Inventory transactions
COUNTRY_OF_ORIGIN_CODE VARCHAR2 2 Code for the country of manufacture used to stripe Inventory transactions
INV_RESERVED_ATTRIBUTE1 VARCHAR2 150 Reserved for future Inventory striping related functionality
INV_RESERVED_ATTRIBUTE2 VARCHAR2 150 Reserved for future Inventory striping related functionality
INV_USER_DEF_ATTRIBUTE1 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE2 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE3 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE4 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE5 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE6 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE7 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE8 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE9 VARCHAR2 150 Reserved for user-definable Inventory striping information
INV_USER_DEF_ATTRIBUTE10 VARCHAR2 150 Reserved for user-definable Inventory striping information
COUNT_STATUS_CODE VARCHAR2 30 Yes Abbreviation that identifies the count status.
COUNT_DATE DATE This is the date of current count.
COUNT_DUE_DATE DATE Date by which this count should be completed.
COUNTED_BY_EMPLOYEE_ID NUMBER 18 Identifier of employee who made the current count
COUNT_UOM VARCHAR2 3 Unit of measure of the current count
COUNT_SECONDARY_UOM VARCHAR2 3 Secondary unit of measure of the current count
COUNT_QUANTITY NUMBER This is the count quantity in COUNT_UOM.
PRIMARY_UOM_QUANTITY NUMBER Quantity of current count at item's primary unit of measure
SECONDARY_UOM_QUANTITY NUMBER Quantity Of the current Count In Secondary Unit Of Measure Of Item
EXPECTED_QUANTITY NUMBER Expected quantity would be the recall qty or whatever the other system selects as expected.
SECONDARY_EXPECTED_QTY NUMBER This is the expected quantity in secondary uom.
ERROR_CODE VARCHAR2 30 This would hold the error code if entered count quantity has any reservations or allocations against it.
ERROR_MESSAGE VARCHAR2 1200 This would hold the error message if entered count quantity has any reservations or allocations against it.
TRANSACTION_REASON_ID NUMBER 18 Reason for the discrepancy in the counting task.
TRANSACTION_DATE DATE Date and time on which the final transaction is performed.
TRANSACTION_TYPE_ID NUMBER 18 The transaction type of the final transaction.
TRANSACTION_SOURCE_TYPE_ID NUMBER 18 The transaction source of the final transaction.
TRANSACTION_ACTION_ID NUMBER 18 The transaction action of the final transaction.
DESTINATION_SUBINVENTORY_CODE VARCHAR2 10 Identifies the destination subinventory.
DESTINATION_LOCATOR_ID NUMBER 18 Identifies the destination locator.
PICK_SUBINVENTORY_CODE VARCHAR2 10 Identifies the pick subinventory.
PICK_LOCATOR_ID NUMBER 18 Value that uniquely identifies the pick locator.
USE_ITEM_COST_FLAG VARCHAR2 1 Indicates whether to use item cost.
PICKED_FLAG VARCHAR2 1 Indicates whether the record was picked.
RECALL_HEADER_ID NUMBER 18 This identifies the Recall header.
RECALL_LINE_ID NUMBER 18 This identifies the Recall line.
COUNT_TYPE_CODE VARCHAR2 1 This identifies the Count type.
APPROVAL_DATE DATE Date when final transaction task was approved.
APPROVER_EMPLOYEE_ID NUMBER 18 Identifier of employee who approved the final transaction task.
COMMENTS VARCHAR2 240 Notes pertaining to the current count task.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
ITEM_REVISION_QTY_CONTROL_CODE VARCHAR2 30 Inventory Item Revision quantity control code.
ITEM_SERIAL_CONTROL_CODE VARCHAR2 30 Inventory Item Serial Number control code.
ITEM_LOT_CONTROL_CODE VARCHAR2 30 Inventory Item Lot Control Code
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated 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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.

Indexes

Index Uniqueness Tablespace Columns
INV_COUNT_TASK_N1 Non Unique Default COUNT_TASK_SOURCE_HEADER_ID, COUNT_TASK_SOURCE_LINE_ID, COUNT_STATUS_CODE
INV_COUNT_TASK_N2 Non Unique Default ORGANIZATION_ID, SUBINVENTORY_CODE, LOCATOR_ID, INVENTORY_ITEM_ID
INV_COUNT_TASK_N3 Non Unique Default ORGANIZATION_ID, INVENTORY_ITEM_ID, LOT_NUMBER, SERIAL_NUMBER
INV_COUNT_TASK_N4 Non Unique Default RECALL_HEADER_ID, RECALL_LINE_ID
INV_COUNT_TASK_N5 Non Unique Default ORGANIZATION_ID, LOCATION_ID
INV_COUNT_TASK_N6 Non Unique Default ORGANIZATION_ID, REQUESTER_ID
INV_COUNT_TASK_N7 Non Unique Default ORGANIZATION_ID, COST_CENTER_CODE
INV_COUNT_TASK_N8 Non Unique Default COUNT_STATUS_CODE, ORGANIZATION_ID
INV_COUNT_TASK_U1 Unique Default INV_COUNT_TASK_ID