Search Results okl_relocate_assets_b
Overview
The table OKL_RELOCATE_ASSETS_B is a core data object within the Oracle E-Business Suite (EBS) module OKL (Leasing and Finance Management). It serves a specific function in the asset lifecycle management process, primarily during the termination or return of a leased asset. As per the official ETRM documentation, this table formally represents the shipping instructions for an asset that are determined during the asset return process. It acts as a transactional repository for details on how and where a returned asset is to be relocated, facilitating the logistical coordination between the lessee and lessor. Its existence is critical for tracking the physical movement of assets post-contract, ensuring compliance with return conditions outlined in lease agreements.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the table's primary key and foreign key relationships define its essential structure. The central column is ID, which serves as the unique identifier (Primary Key: OKL_RELOCATE_ASSETS_B_PK). The most critical foreign key column is ART_ID, which links each set of shipping instructions directly to a specific asset return record in the OKL_ASSET_RETURNS_B table. Typically, one would expect this table to also store details such as the destination address (ship-to location), preferred carrier information, shipping method, required packaging instructions, scheduled pickup or delivery dates, and contact information for the receiving party. These data points collectively form the "shipping instructions" referenced in the table's description.
Common Use Cases and Queries
The primary use case revolves around generating shipping documentation and reports for the asset return logistics team. A common operational query would retrieve all pending shipping instructions for returns processed within a specific date range. For example:
- Identifying Assets Ready for Shipment:
SELECT * FROM OKL_RELOCATE_ASSETS_B ra, OKL_ASSET_RETURNS_B ar WHERE ra.art_id = ar.id AND ar.return_status = 'APPROVED' AND ra.ship_date IS NULL; - Reporting on Return Logistics: Generating a report that joins asset return details with their corresponding shipping instructions for audit or operational tracking purposes is a standard reporting requirement. This often involves joining through OKL_ASSET_RETURNS_B to get asset and contract details.
It is crucial to note the ETRM metadata states "Not implemented in this database," which may indicate the table is part of the application's data model but was not deployed in some specific instances or versions, potentially affecting query results.
Related Objects
The table maintains a direct and fundamental relationship with the asset returns process. Based solely on the documented foreign key:
- OKL_ASSET_RETURNS_B: This is the primary parent table. The column OKL_RELOCATE_ASSETS_B.ART_ID references the primary key of OKL_ASSET_RETURNS_B. Every record in OKL_RELOCATE_ASSETS_B must be associated with one and only one asset return transaction. This relationship ensures that shipping instructions are always tied to a formal return authorization.
In a broader context, one would expect this table to be referenced by or integrated with shipping execution interfaces or workflow activities, though these are not specified in the provided metadata.
-
Table: OKL_RELOCATE_ASSETS_B
12.1.1
product: OKL - Leasing and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: Not implemented in this database ,
-
Table: OKL_RELOCATE_ASSETS_B
12.2.2
product: OKL - Lease and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_RAS_PVT dependencies on OKL_RELOCATE_ASSETS_B
12.1.1
-
APPS.OKL_RAS_PVT dependencies on OKL_RELOCATE_ASSETS_B
12.2.2
-
APPS.OKL_RAS_PVT dependencies on OKL_RELOCATE_ASSETS_B
12.2.2
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_RELOCATE_ASSETS_B
12.1.1
-
APPS.OKL_RAS_PVT dependencies on OKL_RELOCATE_ASSETS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on OKL_RELOCATE_ASSETS_B
12.1.1
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_RELOCATE_ASSETS_B
12.2.2
-
VIEW: APPS.OKL_RELOCATE_ASSETS_V
12.2.2
-
Table: OKL_RELOCATE_ASSETS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_TL, object_name:OKL_RELOCATE_ASSETS_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translatable columns from OKL_RELOCATE_ASSETS_B, per MLS standards , implementation_dba_data: OKL.OKL_RELOCATE_ASSETS_TL ,
-
APPS.HZ_PURGE_GEN dependencies on OKL_TRX_AR_INVOICES_B
12.1.1
-
TABLE: OKL.OKL_RELOCATE_ASSETS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_TL, object_name:OKL_RELOCATE_ASSETS_TL, status:VALID,
-
TABLE: OKL.OKL_RELOCATE_ASSETS_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_TL, object_name:OKL_RELOCATE_ASSETS_TL, status:VALID,
-
Table: OKL_ASSET_RETURNS_B
12.2.2
product: OKL - Lease and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_RELOCATE_ASSETS_V
12.1.1
-
Table: OKL_RELOCATE_ASSETS_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_TL, object_name:OKL_RELOCATE_ASSETS_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translatable columns from OKL_RELOCATE_ASSETS_B, per MLS standards , implementation_dba_data: OKL.OKL_RELOCATE_ASSETS_TL ,
-
SYNONYM: APPS.OKL_RELOCATE_ASSETS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_RELOCATE_ASSETS_B, status:VALID,
-
PACKAGE: APPS.OKL_RAS_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKL_RAS_PVT, status:VALID,
-
SYNONYM: APPS.OKL_RELOCATE_ASSETS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_RELOCATE_ASSETS_B, status:VALID,
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_AM_CONTACTS_UV
12.2.2
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_AM_CONTACTS_UV
12.1.1
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_AM_CONTACT_POINTS_UV
12.1.1
-
Table: OKL_ASSET_RETURNS_B
12.1.1
product: OKL - Leasing and Finance Management , description: The transaction table for managing assets that are off lease after a contract termination or assets that have been identified as possible returns , implementation_dba_data: Not implemented in this database ,
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_AM_CONTACT_POINTS_UV
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on HZ_PARTY_SITE_USES
12.1.1
-
PACKAGE BODY: APPS.OKL_RAS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RAS_PVT, status:VALID,
-
PACKAGE BODY: APPS.OKL_RAS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_RAS_PVT, status:VALID,
-
PACKAGE: APPS.OKL_RAS_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKL_RAS_PVT, status:VALID,
-
APPS.OKL_RAS_PVT SQL Statements
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on HZ_CONTACT_POINTS
12.1.1
-
APPS.OKL_RAS_PVT SQL Statements
12.1.1
-
VIEW: OKL.OKL_RELOCATE_ASTS_ALL_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_RELOCATE_ASTS_ALL_B#, status:VALID,
-
View: OKL_RELOCATE_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_V, object_name:OKL_RELOCATE_ASSETS_V, status:VALID, product: OKL - Lease and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: APPS.OKL_RELOCATE_ASSETS_V ,
-
PACKAGE BODY: APPS.OKL_AM_ASSET_RETURN_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_ASSET_RETURN_WF, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_ASSET_RETURN_WF
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_ASSET_RETURN_WF, status:VALID,
-
View: OKL_RELOCATE_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_V, object_name:OKL_RELOCATE_ASSETS_V, status:VALID, product: OKL - Leasing and Finance Management , description: Represents the shipping instructions of an asset determined during the asset return process , implementation_dba_data: APPS.OKL_RELOCATE_ASSETS_V ,
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_ASSET_RETURNS_B
12.2.2
-
APPS.OKL_AM_ASSET_RETURN_WF dependencies on OKL_ASSET_RETURNS_B
12.1.1
-
PACKAGE BODY: APPS.HZ_PURGE_GEN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HZ_PURGE_GEN, status:VALID,
-
VIEW: APPS.OKL_RELOCATE_ASSETS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_V, object_name:OKL_RELOCATE_ASSETS_V, status:VALID,
-
VIEW: APPS.OKL_RELOCATE_ASSETS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_RELOCATE_ASSETS_V, object_name:OKL_RELOCATE_ASSETS_V, status:VALID,
-
TABLE: OKL.OKL_RELOCATE_ASTS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_RELOCATE_ASTS_ALL_B, object_name:OKL_RELOCATE_ASTS_ALL_B, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.OKL_RAS_PVT
12.2.2
-
PACKAGE BODY: APPS.OKL_RAS_PVT
12.1.1
-
APPS.OKL_AM_ASSET_RETURN_WF SQL Statements
12.1.1