INV_PICK_GROUPING_RULES_B

INV_PICK_GROUPING_RULES_B is the base table for Pick Grouping Rules. It contains all the attributes which are not translated and don't vary by language. While some Pick Grouping Rules are seeded, user may setup data. It has grouping rules for Pick Release.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

INV_PICK_GROUPING_RULES_B_PK

PICK_GROUPING_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
PICK_GROUPING_RULE_ID NUMBER 18 Yes Primary Key for pick grouping rule
ORDER_NUMBER_FLAG VARCHAR2 1 This flag enables grouping pick slips by order.
SUBINVENTORY_FLAG VARCHAR2 1 Group pick slips by subinventory
CUSTOMER_FLAG VARCHAR2 1 Flag to enable grouping pick slips by customer.
SHIP_TO_FLAG VARCHAR2 1 Group pick slips by ship-to address
CARRIER_FLAG VARCHAR2 1 Flag to group pick slips by carrier.
SHIPMENT_PRIORITY_FLAG VARCHAR2 1 Group pick slips by shipment priority
DELIVERY_FLAG VARCHAR2 1 Flag indicates whether to group pick slips by shipment.
START_DATE_ACTIVE DATE Yes The start date when the pick grouping rule is active.
END_DATE_ACTIVE DATE Last date when the pick grouping rule is active.
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.
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.
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.
PICK_METHOD VARCHAR2 30 This indicates the pick method.
ITEM_FLAG VARCHAR2 1 This flag enables grouping pick slips by item.
LOCATOR_FLAG VARCHAR2 1 Flag enables grouping pick slips by locator.
LOT_FLAG VARCHAR2 1 This flag enables grouping pick slips by lot number.
REVISION_FLAG VARCHAR2 1 This flag enables grouping pick slips by revision.
JOB_SCHEDULE_FLAG VARCHAR2 1 Group pick slips by job or schedule
OPERATION_FLAG VARCHAR2 1 Group pick slips by operation sequence
DEPARTMENT_FLAG VARCHAR2 1 Flag indicates whether to group pick slips by department.
WORKAREA_FLAG VARCHAR2 1 Flag indicates whether to group pick slips by work area.
DEST_ORG_FLAG VARCHAR2 1 Group pick slips by destination organization.
PUSH_VS_PULL_FLAG VARCHAR2 1 Group pick slips by component supply type
DEST_SUB_FLAG VARCHAR2 1 Group pick slips by destination subinventory
DEST_LOC_FLAG VARCHAR2 1 Group pick slips by destination locator
PROJECT_FLAG VARCHAR2 1 Flag enables grouping pick slips by project.
TASK_FLAG VARCHAR2 1 This flag enables grouping pick slips by task.
BULK_PICK_CONTROL NUMBER 18 Controls bulking tasks together.
USER_DEFINED_FLAG VARCHAR2 1 Use to distinguish a user-defined rule of bulk picking type from a system defined one.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
wsh_shipping_parameters inv_pick_grouping_rules_b PICK_GROUPING_RULE_ID
inv_pick_grouping_rules_tl inv_pick_grouping_rules_b PICK_GROUPING_RULE_ID
wsh_picking_rules inv_pick_grouping_rules_b PICK_GROUPING_RULE_ID
wsh_picking_batches inv_pick_grouping_rules_b PICK_GROUPING_RULE_ID

Indexes

Index Uniqueness Tablespace Columns
INV_PICK_GROUPING_RULES_B_PK Unique Default PICK_GROUPING_RULE_ID, ORA_SEED_SET1
INV_PICK_GROUPING_RULES_B_PK1 Unique Default PICK_GROUPING_RULE_ID, ORA_SEED_SET2