Search Results inv_ui_task_lovs
Overview
INV_UI_TASK_LOVS is an Oracle E-Business Suite PL/SQL package body owned by the APPS schema. Its name reflects its role: it supplies List of Values (LOV) queries for task-oriented mobile and desktop user interfaces within Oracle Inventory. In the EBS architecture, packages with the INV_UI_ prefix typically back the Inventory mobile/Web UI pages used by warehouse personnel to execute receiving, cycle counting, physical inventory, move order, and material transaction tasks. The package encapsulates the SQL used to populate LOV selection windows so that the application tier can present valid, filtered lists of tasks, documents, and entities to the end user without embedding that SQL inside individual Oracle Forms or OAF pages.
INV_UI_TASK_LOVS is a VALID object and is classified as OTHER in the API taxonomy, meaning it is an internal UI-support package rather than a public, documented integration API. It is not referenced by any other database object, confirming that it is a leaf-level utility invoked only by application-layer components.
Key Procedures and Functions
The ETRM metadata documents five procedures or functions in this package. Their names indicate the task family each LOV serves:
- GET_TASKS — the general-purpose LOV routine, returning the core list of inventory tasks available to the user.
- GET_MO_TASKS — returns move order related tasks, sourced from material transaction request lines.
- GET_CC_TASKS — returns cycle count tasks, sourced from cycle count entries.
- GET_PHY_TASKS — returns physical inventory tasks, sourced from physical inventory tags.
- GET_RCV_TASKS — returns receiving tasks, sourced from receiving shipment lines.
Each routine is a query-oriented helper that assembles the candidate task rows for its respective business process. Parameter lists are not published in the ETRM extract and should not be assumed; callers are expected to consult the packaged specification (INV_UI_TASK_LOVS) or the source in the APPS schema before invoking them programmatically.
Tables Accessed
The package reads from a broad set of inventory, purchasing, order management, and warehouse management tables through APPS synonyms. Documented referenced tables include:
- MTL_CYCLE_COUNT_ENTRIES — cycle count task definitions and count history.
- MTL_PHYSICAL_INVENTORY_TAGS — physical inventory tag records used to build counting tasks.
- MTL_TXN_REQUEST_LINES — move order lines driving move order task LOVs.
- MTL_ITEM_LOCATIONS — subinventory and locator validation for task context.
- RCV_SHIPMENT_LINES — inbound receiving lines for receiving task LOVs.
- PO_LINES_ALL, PO_LINE_LOCATIONS_ALL, PO_DISTRIBUTIONS_ALL, PO_REQUISITION_LINES_ALL, PO_REQ_DISTRIBUTIONS_ALL — purchasing documents linked to receiving and task reference lists.
- OE_ORDER_LINES_ALL — sales order lines used for outbound task selection.
- WMS_LICENSE_PLATE_NUMBERS, WMS_LPN_CONTENTS — Warehouse Management LPN identifiers and contents for LPN-based task selection.
The package additionally depends on FND_PROFILE for profile option lookups, INV_MOBILE_HELPER_FUNCTIONS for shared mobile utilities, and the STANDARD package for standard EBS utilities.
Usage Notes
INV_UI_TASK_LOVS is invoked from the Inventory mobile and Web UI layers, where it populates LOV windows presented to warehouse operators. Because it is not referenced by any database object and exposes no documented public API, customizations should not call it directly unless the calling code is prepared to track Oracle’s internal implementation, which may change between 12.1.1 and 12.2.2. For extensions requiring similar LOV behavior, Oracle recommends using documented public APIs and views rather than these internal UI helpers. When troubleshooting LOV behavior—missing tasks, empty lists, or performance issues—verify profile option settings via FND_PROFILE, confirm the underlying transactional tables contain the expected rows, and check that the object remains VALID after patching. No concurrent program or form is documented as a direct caller, confirming its role as an embedded UI utility rather than a standalone executable.
-
PACKAGE BODY: APPS.INV_UI_TASK_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_TASK_LOVS, status:VALID,
-
PACKAGE BODY: APPS.INV_UI_TASK_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_UI_TASK_LOVS, status:VALID,
-
PACKAGE: APPS.INV_UI_TASK_LOVS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:INV_UI_TASK_LOVS, status:VALID,
-
PACKAGE: APPS.INV_UI_TASK_LOVS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:INV_UI_TASK_LOVS, status:VALID,
-
PACKAGE: APPS.INV_UI_TASK_LOVS
12.2.2
-
SYNONYM: APPS.MTL_PHYSICAL_INVENTORY_TAGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID,
-
PACKAGE: APPS.INV_UI_TASK_LOVS
12.1.1
-
SYNONYM: APPS.MTL_PHYSICAL_INVENTORY_TAGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_PHYSICAL_INVENTORY_TAGS, status:VALID,
-
VIEW: APPS.PJM_TASKS_MTLL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_MTLL_V, object_name:PJM_TASKS_MTLL_V, status:VALID,
-
SYNONYM: APPS.MTL_CYCLE_COUNT_ENTRIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID,
-
VIEW: APPS.PJM_TASKS_MTLL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_MTLL_V, object_name:PJM_TASKS_MTLL_V, status:VALID,
-
SYNONYM: APPS.MTL_CYCLE_COUNT_ENTRIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CYCLE_COUNT_ENTRIES, status:VALID,
-
SYNONYM: APPS.WMS_LPN_CONTENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_LPN_CONTENTS, status:VALID,
-
SYNONYM: APPS.WMS_LPN_CONTENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_LPN_CONTENTS, status:VALID,
-
VIEW: APPS.PJM_TASKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PJM.PJM_TASKS_V, object_name:PJM_TASKS_V, status:VALID,
-
PACKAGE: APPS.INV_MOBILE_HELPER_FUNCTIONS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:INV_MOBILE_HELPER_FUNCTIONS, status:VALID,
-
PACKAGE: APPS.INV_MOBILE_HELPER_FUNCTIONS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:INV_MOBILE_HELPER_FUNCTIONS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.INV_UI_TASK_LOVS
12.1.1
-
PACKAGE BODY: APPS.INV_UI_TASK_LOVS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_REQ_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQ_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.MTL_TXN_REQUEST_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_TXN_REQUEST_LINES, status:VALID,
-
SYNONYM: APPS.MTL_TXN_REQUEST_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_TXN_REQUEST_LINES, status:VALID,
-
SYNONYM: APPS.WMS_LICENSE_PLATE_NUMBERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID,
-
SYNONYM: APPS.WMS_LICENSE_PLATE_NUMBERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_LICENSE_PLATE_NUMBERS, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_LOCATIONS, status:VALID,
-
SYNONYM: APPS.MTL_ITEM_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_ITEM_LOCATIONS, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES_ALL, status:VALID,
-
SYNONYM: APPS.RCV_SHIPMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RCV_SHIPMENT_LINES, status:VALID,
-
APPS.INV_UI_TASK_LOVS dependencies on INV_UI_TASK_LOVS
12.1.1
-
APPS.INV_UI_TASK_LOVS dependencies on INV_UI_TASK_LOVS
12.2.2
-
SYNONYM: APPS.PO_REQUISITION_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
APPS.INV_UI_TASK_LOVS dependencies on INV_MOBILE_HELPER_FUNCTIONS
12.2.2
-
APPS.INV_UI_TASK_LOVS dependencies on INV_MOBILE_HELPER_FUNCTIONS
12.1.1
-
APPS.INV_UI_TASK_LOVS dependencies on FND_PROFILE
12.2.2
-
APPS.INV_UI_TASK_LOVS dependencies on FND_PROFILE
12.1.1
-
eTRM - PJM Tables and Views
12.1.1
description: Change History of Serial Number - Model/Unit Number Associations ,