INV_CC_SUB_LOCATORS

INV_CC_SUB_LOCATORS stores all the locators that are to be considered for cycle counting.Oracle Inventory uses this information in the automatic scheduling feature of cycle counting and for validation purpose when schedule requests are manually entered.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_CC_SUB_LOCATORS_PK

CYCLE_COUNT_HEADER_ID, SUBINVENTORY, LOCATOR_ID

Columns

Name Datatype Length Precision Not-null Comments
CYCLE_COUNT_HEADER_ID NUMBER 18 Yes Identifies the cycle count header.
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
SUBINVENTORY VARCHAR2 10 Yes This column identifies the subinventory code.
LOCATOR_ID NUMBER 18 Yes This column identifies the locator.
INCLUDE_IN_COUNT NUMBER 1 Yes This column indicates if the locator is include in the count scope or not. Possible values are 1(Yes) and 2(No).
NUM_COUNTS_PER_YEAR NUMBER 5 Number of times this locator should be counted per year.
WEEKLY_COUNT_FREQUENCY NUMBER 1 Indicates how often the locator is scheduled to be counted on a weekly basis.Possible values are 1(Every Week),2(Every 2 Weeks),3(Every 3 weeks) and 4(Every 4 weeks).
LAST_SCHEDULE_DATE DATE Date on which the locator was last scheduled for counting.
NEXT_SCHEDULE_DATE DATE Date on which the locator is next scheduled for counting.
NOTES VARCHAR2 240 Notes pertaining to the current cycle count locator.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation 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.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID 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.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
INV_CC_SUB_LOCATORS inv_cycle_count_headers CYCLE_COUNT_HEADER_ID
INV_CC_SUB_LOCATORS inv_item_locations LOCATOR_ID

Indexes

Index Uniqueness Tablespace Columns
INV_CC_SUB_LOCATORS_N1 Non Unique Default LAST_SCHEDULE_DATE
INV_CC_SUB_LOCATORS_N2 Non Unique Default NEXT_SCHEDULE_DATE
INV_CC_SUB_LOCATORS_N3 Non Unique Default INCLUDE_IN_COUNT
INV_CC_SUB_LOCATORS_U1 Unique Default CYCLE_COUNT_HEADER_ID, SUBINVENTORY, LOCATOR_ID