Search Results from_organization_name
Overview
APPS.INVFV_INTERORG_LEAD_TIMES is a Business Intelligence System (BIS) view in the Oracle E-Business Suite Applications schema (APPS). Registered under FND Design Data reference INV.INVFV_INTERORG_LEAD_TIMES, the object is a database view rather than a base table, and its status is VALID. Its purpose in the Oracle Inventory (INV) module is to expose the lead time required to ship goods from one inventory organization to another for a given shipping method. In practical terms, it presents the in-transit time dimension of inter-organization transfers in a denormalized, human-readable form suitable for reporting and integration.
Because the view resolves organization identifiers into codes and names and resolves shipping method codes into descriptive names, it is particularly useful for BI Publisher reports, Oracle Discoverer workbooks, OBIEE extracts, and custom concurrent programs that must display inter-org transfer lead times without requiring the calling program to perform its own joins to HR and Inventory tables. The user search term "from_organization_name" corresponds directly to a column of this view, indicating that the view is frequently queried to obtain the name of the shipping (source) organization.
Underlying Base Objects
According to the documented dependency metadata (ETRM 12.2.2), APPS.INVFV_INTERORG_LEAD_TIMES references the following objects:
- MTL_INTERORG_SHIP_METHODS (SYNONYM) — the primary Inventory table that stores inter-organization shipping methods and the associated in-transit lead times.
- MTL_PARAMETERS (SYNONYM) — provides organization-level inventory parameters, used to resolve the organization identifiers.
- HR_ALL_ORGANIZATION_UNITS (SYNONYM) — the Human Resources organization definition table, supplying organization names.
- HR_LOCATIONS (VIEW) — supplies location codes used for the from/to location columns.
- FND_COMMON_LOOKUPS (VIEW) — provides lookup meaning values, notably for time unit of measure and shipping method descriptions.
- FND_GLOBAL (PACKAGE) and HR_GENERAL (PACKAGE) — supplied functions, typically used to resolve the current organization context or to return organization/location name values.
The view is not referenced by any other database object, confirming it is a terminal reporting object rather than a dependency for further application logic.
Key Columns
The view exposes organization, shipping method, time, and location attributes. The most significant columns are:
- FROM_ORGANIZATION_ID / FROM_ORGANIZATION_CODE / FROM_ORGANIZATION_NAME — the source (shipping) organization identifier, its short code, and its full name. FROM_ORGANIZATION_NAME is defined as VARCHAR2(240).
- TO_ORGANIZATION_ID / TO_ORGANIZATION_CODE / TO_ORGANIZATION_NAME — the destination (receiving) organization identifier, code, and name (VARCHAR2(240)).
- SHIP_METHOD_CODE / SHIP_METHOD — the shipping method code (VARCHAR2(30)) and its descriptive name (VARCHAR2(80)).
- TIME_UOM_CODE — the unit of measure in which the lead time is expressed (for example, DAY).
- INTRANSIT_TIME — the numeric lead time value representing the in-transit duration for the shipment.
- _LA:DEFAULT_FLAG — a lookup-derived attribute (CHAR(51)) indicating a default or language-attribute flag, typically originating from the common lookups join.
- FROM_LOCATION_ID / FROM_LOCATION_CODE and TO_LOCATION_ID / TO_LOCATION_CODE — the shipping and receiving location identifiers and codes (VARCHAR2(60)).
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE — standard audit columns.
Common Use Cases and Queries
Typical scenarios include reporting on inter-organization transfer lead times for supply chain planning, validating shipping method configuration across organizations, and feeding planning engines or data warehouses with transit time data. A simple query retrieving the source organization name and its transit time is:
SELECT from_organization_name, to_organization_name, ship_method, intransit_time, time_uom_code FROM apps.invfv_interorg_lead_times;SELECT from_organization_code, from_organization_name, ship_method_code, intransit_time FROM apps.invfv_interorg_lead_times WHERE from_organization_name = 'Vision Operations';SELECT to_organization_name, ship_method, intransit_time FROM apps.invfv_interorg_lead_times WHERE time_uom_code = 'DAY' ORDER BY to_organization_name;
Filters on FROM_ORGANIZATION_NAME or FROM_ORGANIZATION_CODE are the most common entry point, since users often begin with the source organization when analyzing transfer lead times. Because the view is owned by APPS, both custom and standard reports can query it directly without requiring additional joins to resolve organization or shipping method descriptions.
-
VIEW: APPS.INVFV_INTERORG_LEAD_TIMES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID,
-
VIEW: APPS.BOMBV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID,
-
VIEW: APPS.BOMFV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID,
-
View: MTL_SHIPPING_NETWORK_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SHIPPING_NETWORK_VIEW, object_name:MTL_SHIPPING_NETWORK_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SHIPPING_NETWORK_VIEW ,
-
View: GHR_PA_REQUESTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID, product: GHR - US Federal Human Resources , description: This view holds the RPA and NPA information. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V1 ,
-
View: BOMFV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: MTL_SHIPPING_NETWORK_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SHIPPING_NETWORK_VIEW, object_name:MTL_SHIPPING_NETWORK_VIEW, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_SHIPPING_NETWORK_VIEW ,
-
VIEW: APPS.BOMBV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID,
-
VIEW: APPS.INVFV_INTERORG_LEAD_TIMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID,
-
View: BOMFV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMFV_OPERATION_NETWORKS ,
-
View: BOMBV_OPERATION_NETWORKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
View: GHR_PA_REQUESTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID, product: GHR - US Federal Human Resources , description: This view holds the RPA and NPA information. , implementation_dba_data: APPS.GHR_PA_REQUESTS_V1 ,
-
VIEW: APPS.BOMFV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMFV_OPERATION_NETWORKS, object_name:BOMFV_OPERATION_NETWORKS, status:VALID,
-
View: BOMBV_OPERATION_NETWORKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.BOMBV_OPERATION_NETWORKS, object_name:BOMBV_OPERATION_NETWORKS, status:VALID, product: BOM - Bills of Material , description: - Retrofitted , implementation_dba_data: APPS.BOMBV_OPERATION_NETWORKS ,
-
VIEW: APPS.INVFV_INTERORG_SHIPPING_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID,
-
VIEW: APPS.MTL_SHIPPING_NETWORK_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SHIPPING_NETWORK_VIEW, object_name:MTL_SHIPPING_NETWORK_VIEW, status:VALID,
-
VIEW: APPS.GHR_PA_REQUESTS_V1
12.2.2
-
VIEW: APPS.INVFV_INTERORG_SHIPPING_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID,
-
VIEW: APPS.MTL_SHIPPING_NETWORK_VIEW
12.2.2
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID,
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID,
-
VIEW: APPS.GHR_PA_REQUESTS_V1
12.1.1
-
VIEW: APPS.INVFV_INVENTORY_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID,
-
VIEW: APPS.MTL_SHIPPING_NETWORK_VIEW
12.1.1
-
VIEW: APPS.INVFV_INVENTORY_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID,
-
View: RCV_MSH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSH_V ,
-
View: RCV_MSH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_MSH_V ,
-
VIEW: APPS.BOMFV_OPERATION_NETWORKS
12.1.1
-
VIEW: APPS.BOMBV_OPERATION_NETWORKS
12.2.2
-
View: HRIBV_ASGMVORGHRCHY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.HRIBV_ASGMVORGHRCHY ,
-
VIEW: APPS.BOMBV_OPERATION_NETWORKS
12.1.1
-
VIEW: APPS.BOMFV_OPERATION_NETWORKS
12.2.2
-
VIEW: APPS.MTL_SHIPPING_NETWORK_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SHIPPING_NETWORK_VIEW, object_name:MTL_SHIPPING_NETWORK_VIEW, status:VALID,
-
View: HRIBV_ASGMVORGHRCHY
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:HRI.HRIBV_ASGMVORGHRCHY, object_name:HRIBV_ASGMVORGHRCHY, status:VALID, product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: APPS.HRIBV_ASGMVORGHRCHY ,
-
VIEW: APPS.GHR_PA_REQUESTS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID,
-
VIEW: APPS.GHR_PA_REQUESTS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GHR.GHR_PA_REQUESTS_V1, object_name:GHR_PA_REQUESTS_V1, status:VALID,
-
VIEW: APPS.RCV_MSH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID,
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.1.1
-
VIEW: APPS.HRIBV_ASGMVORGHRCHY
12.2.2
-
VIEW: APPS.RCV_MSH_V
12.2.2
-
VIEW: APPS.RCV_MSH_V
12.1.1
-
View: INVFV_INTERORG_LEAD_TIMES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_LEAD_TIMES ,
-
View: INVFV_INTERORG_LEAD_TIMES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_LEAD_TIMES, object_name:INVFV_INTERORG_LEAD_TIMES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_LEAD_TIMES ,
-
View: INVFV_INTERORG_SHIPPING_INFO
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_SHIPPING_INFO ,
-
VIEW: APPS.RCV_MSH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_MSH_V, object_name:RCV_MSH_V, status:VALID,
-
View: INVFV_INTERORG_SHIPPING_INFO
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INTERORG_SHIPPING_INFO, object_name:INVFV_INTERORG_SHIPPING_INFO, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INTERORG_SHIPPING_INFO ,
-
View: INVFV_MOVEMENT_STATISTICS
12.1.1
product: INV - Inventory , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: INVFV_MOVEMENT_STATISTICS
12.2.2
product: INV - Inventory , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: INVFV_INVENTORY_SUPPLIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,
-
View: INVFV_INVENTORY_SUPPLIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INVENTORY_SUPPLIES, object_name:INVFV_INVENTORY_SUPPLIES, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.INVFV_INVENTORY_SUPPLIES ,