Search Results fnd_lobs
The FND_LOBS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical repository for storing Large Object (LOB) data types, including Binary Large Objects (BLOBs) and Character Large Objects (CLOBs). This table is part of the Oracle Application Object Library (FND) and is designed to manage unstructured data such as documents, images, and other binary or text-based content within the EBS ecosystem. The FND_LOBS
table is integral to applications requiring file attachments, report storage, or any scenario where large data objects must be persisted in the database.
Structure of FND_LOBS
TheFND_LOBS
table consists of several key columns that facilitate the storage and retrieval of LOB data:
- LOB_ID: A unique identifier for each LOB entry, typically generated using a sequence.
- LOB_DATA: The actual LOB content stored as a BLOB or CLOB, depending on the data type.
- FILE_NAME: The name of the file or object being stored, if applicable.
- FILE_CONTENT_TYPE: The MIME type of the stored data (e.g.,
application/pdf
,image/jpeg
). - CREATION_DATE and LAST_UPDATE_DATE: Timestamps tracking when the LOB was created and last modified.
- CREATED_BY and LAST_UPDATED_BY: User identifiers for audit purposes.
Functional Role in Oracle EBS
TheFND_LOBS
table is leveraged by various EBS modules to store and manage large data objects. Common use cases include:
- Document Attachments: Applications like Oracle Workflow or Oracle iProcurement use
FND_LOBS
to store attached documents, such as purchase orders or invoices. - Report Outputs: Concurrent request outputs, especially large reports, may be stored as LOBs for later retrieval.
- Custom Integrations: Custom extensions or integrations may use
FND_LOBS
to persist binary data exchanged with external systems.
Technical Considerations
When working withFND_LOBS
, several technical aspects must be considered:
- Performance: LOB operations can be resource-intensive. Proper indexing and partitioning strategies should be employed for large datasets.
- Security: Access to
FND_LOBS
should be restricted to authorized applications and users to prevent unauthorized data exposure. - Maintenance: Regular purging of obsolete LOBs is recommended to manage storage growth, especially in high-volume environments.
Integration with EBS APIs
Oracle provides APIs to interact withFND_LOBS
programmatically. Key APIs include:
- FND_LOB: A PL/SQL package offering utilities for LOB manipulation, such as
WRITE_TO_FILE
andLOAD_FROM_FILE
. - FND_FILE: Used in conjunction with
FND_LOBS
for file-based operations, particularly in concurrent program outputs.
Version-Specific Notes
In Oracle EBS 12.2.2, enhancements to LOB handling may include improved compression or encryption features compared to 12.1.1. However, the core structure and functionality ofFND_LOBS
remain consistent across both versions.
Conclusion
TheFND_LOBS
table is a foundational component of Oracle EBS, enabling efficient storage and management of large unstructured data. Its integration with EBS modules and APIs ensures seamless handling of documents, reports, and other LOB data, making it indispensable for enterprise applications. Proper design and maintenance of FND_LOBS
are essential to optimize performance and security in Oracle EBS deployments.
-
Table: FND_LOBS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOBS, object_name:FND_LOBS, status:VALID, product: FND - Application Object Library , description: LOBs being managed by the Generic File Manager , implementation_dba_data: APPLSYS.FND_LOBS ,
-
Table: FND_LOBS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOBS, object_name:FND_LOBS, status:VALID, product: FND - Application Object Library , description: LOBs being managed by the Generic File Manager , implementation_dba_data: APPLSYS.FND_LOBS ,
-
APPS.IBC_CITEM_ADMIN_GRP dependencies on FND_LOBS
12.1.1
-
APPS.DOM_ATTACHMENT_UTIL_PKG dependencies on FND_LOBS
12.1.1
-
APPS.IEM_EMAIL_PROC_PVT dependencies on FND_LOBS
12.1.1
-
APPS.CSL_LOBS_ACC_PKG dependencies on FND_LOBS
12.1.1
-
APPS.BIS_TREND_PLUG dependencies on FND_LOBS
12.1.1
-
APPS.HR_ADI_LOB_UPD dependencies on FND_LOBS
12.1.1
-
APPS.PSP_ER_WORKFLOW dependencies on FND_LOBS
12.1.1
-
APPS.PAY_AE_PAYROLL_REGISTER dependencies on FND_LOBS
12.1.1
-
APPS.AHL_DI_FILEUPLOAD_PVT dependencies on FND_LOBS
12.1.1
-
APPS.JTF_FM_UTL_V dependencies on FND_LOBS
12.1.1
-
APPS.IBC_CITEM_VERSIONS_PKG dependencies on FND_LOBS
12.1.1
-
APPS.IGS_PE_GEN_004 dependencies on FND_LOBS
12.1.1
-
APPS.GMA_STANDARD dependencies on FND_LOBS
12.1.1
-
APPS.IEM_SENDMAIL_PVT dependencies on FND_LOBS
12.1.1
-
APPS.AMV_ITEM_PUB dependencies on FND_LOBS
12.1.1
-
APPS.PAY_IE_P60XML dependencies on FND_LOBS
12.1.1
-
APPS.PO_COMM_FPDSNG_PVT dependencies on FND_LOBS
12.1.1
-
APPS.JTF_FM_INT_REQUEST_PKG dependencies on FND_LOBS
12.1.1
-
APPS.BIS_PMV_UTIL dependencies on FND_LOBS
12.1.1
-
APPS.PAY_NL_ATS_REPORT dependencies on FND_LOBS
12.2.2
-
APPS.PSP_ER_WORKFLOW dependencies on FND_LOBS
12.2.2
-
APPS.PAY_KW_XDO_TEMPLATE dependencies on FND_LOBS
12.2.2
-
APPS.FND_IMUTL dependencies on FND_LOBS
12.2.2
-
APPS.HR_ADI_LOB_INS dependencies on FND_LOBS
12.2.2
-
APPS.PER_FR_TEMPLATE dependencies on FND_LOBS
12.2.2
-
APPS.CTO_UTILITY_PK dependencies on FND_LOBS
12.2.2
-
APPS.MSC_PQ_UTILS dependencies on FND_LOBS
12.2.2
-
APPS.HR_ADI_LOB_DEL dependencies on FND_LOBS
12.2.2
-
APPS.FND_DOCUMENTS_PKG dependencies on FND_LOBS
12.2.2
-
APPS.PO_EDA_DATATEMPLATE_PKG dependencies on FND_LOBS
12.2.2
-
APPS.PVX_ATTACHMENT_INT dependencies on FND_LOBS
12.2.2
-
APPS.FND_WEBATTCH dependencies on FND_LOBS
12.2.2
-
APPS.CSFW_SIGNATURE_PVT dependencies on FND_LOBS
12.2.2
-
APPS.PO_COMMUNICATION_PVT dependencies on FND_LOBS
12.2.2
-
APPS.CS_KB_CTX_PKG dependencies on FND_LOBS
12.2.2
-
APPS.PAY_NL_WTS_REPORT dependencies on FND_LOBS
12.2.2
-
APPS.AHL_ENIGMA_ROUTE_OP_PUB dependencies on FND_LOBS
12.1.1
-
APPS.IEX_LOAD_FILE_PVT dependencies on FND_LOBS
12.1.1
-
APPS.FND_WEBATTCH dependencies on FND_LOBS
12.1.1
-
APPS.ETRM_SEARCH dependencies on FND_LOBS
12.1.1
-
APPS.GHR_GEN_RPA_NPA dependencies on FND_LOBS
12.1.1
-
APPS.PAY_SD_CREATE_TEMPLATES dependencies on FND_LOBS
12.1.1
-
APPS.PVX_ATTACHMENT_INT dependencies on FND_LOBS
12.1.1
-
APPS.PAY_KW_MONTHLY_REPORTS dependencies on FND_LOBS
12.1.1
-
APPS.HR_ADI_LOB_SHD dependencies on FND_LOBS
12.1.1
-
APPS.BIS_RG_SEND_NOTIFICATIONS_PVT dependencies on FND_LOBS
12.1.1
-
APPS.PAY_KW_CHEQUE_REPORT dependencies on FND_LOBS
12.1.1
-
APPS.IBC_VALIDATE_PVT dependencies on FND_LOBS
12.1.1