Search Results fnd_applications
Overview
The APPS.BIS_CUSTOM_RELATED_LINKS_MLS package is a private PL/SQL package within the Oracle EBS Business Intelligence System (BIS) product family. Its primary business function is to maintain the multilingual (MLS) seed data and translations associated with the BIS_CUSTOM_RELATED_LINKS_TL table, which stores the descriptive text for custom related links presented to users in Oracle EBS dashboards and related-links regions. The package header comment explicitly states that the module is private and intended for populating BIS_CUSTOM_RELATED_LINKS_TL and for managing the relationship between that translation table and the FND_APPLICATIONS table.
The _MLS suffix denotes that this is a multilingual seed package, a standard Oracle Applications design pattern used to register translated seed data across installed languages. The package was created on 24-NOV-2004 by Seema Rao and carries the source control header BISPCRLS.pls 120.0, reflecting a long-standing, stable component that has remained largely unchanged across the 12.1.1 and 12.2.2 releases.
Key Procedures and Functions
The documented package exposes a single public procedure:
Add_Language— This procedure drives the multilingual data seeding process. Its purpose is to populate or refresh the language-specific rows inBIS_CUSTOM_RELATED_LINKS_TLwhen a new language is installed or activated in the EBS instance. It is the standard entry point used by the Oracle Applications language installation and patching utilities to synchronize the seeded translation content so that custom related links appear correctly in the user's installed language. No parameter list is documented in the ETRM metadata; the procedure operates on the ambient language context established by the calling framework.
No other procedures or functions are documented for this package. The package is intentionally minimal, exposing only the seeding interface required by the multilingual data management infrastructure.
Tables Accessed
BIS_CUSTOM_RELATED_LINKS_TL— The primary target of the package. This translation table stores the language-specific display names and descriptions for each custom related link defined in the base table.Add_Languageinserts or updates rows here for the language being installed.BIS_CUSTOM_RELATED_LINKS— The base (language-independent) table holding the link definitions. The translation rows in_TLreference this base table, and the package reads it to determine which link records require translated entries.FND_LANGUAGES— The Oracle Applications installed-languages table. The package consultsFND_LANGUAGESto identify active languages and to enforce the documented relationship withFND_APPLICATIONS, ensuring translations are seeded only for languages enabled in the instance.
The ETRM metadata notes these tables are accessed via APPS synonyms, consistent with standard EBS coding conventions.
Usage Notes
This package is not intended for direct invocation by end users, forms, or concurrent programs. It is a private MLS seed package executed by the Oracle Applications language installation and patching utilities — specifically the standard seed-data loader framework that processes _MLS packages when a language is added or when translation seed data is refreshed. Because the header is marked "Private," custom code should not depend on Add_Language; Oracle reserves the right to modify its behavior.
The package is referenced by zero other packages per the ETRM metadata, confirming its role as a leaf-level seeding utility rather than a reusable API. Administrators encountering issues with missing or incorrect related-link translations in a non-English language typically address them by re-running the language installation utility that invokes this package, rather than by calling it directly. Given its stability across 12.1.1 and 12.2.2, it remains a low-risk component in upgrade and patching scenarios.
-
PACKAGE: APPS.BIS_CUSTOM_RELATED_LINKS_MLS
12.1.1
-
PACKAGE: APPS.BIS_RELATED_LINKS_MLS
12.1.1
-
TABLE: APPLSYS.FND_REGISTRATION_DETAILS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REGISTRATION_DETAILS, object_name:FND_REGISTRATION_DETAILS, status:VALID,
-
TABLE: APPLSYS.FND_REGISTRATION_DETAILS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REGISTRATION_DETAILS, object_name:FND_REGISTRATION_DETAILS, status:VALID,
-
PACKAGE: APPS.BIS_FUNCTIONAL_AREA_PVT
12.1.1
-
PACKAGE: APPS.BIS_FUNCTIONAL_AREA_PUB
12.1.1
-
TABLE: APPLSYS.FND_REGISTRATIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REGISTRATIONS, object_name:FND_REGISTRATIONS, status:VALID,
-
TABLE: APPLSYS.FND_REGISTRATIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REGISTRATIONS, object_name:FND_REGISTRATIONS, status:VALID,
-
APPS.CZ_PB_SYNC SQL Statements
12.1.1
-
APPS.BIS_FUNCTIONAL_AREA_PUB dependencies on FND_APPLICATION
12.1.1
-
APPS.CZ_PB_SYNC dependencies on CZ_PB_CLIENT_APPS
12.1.1
-
APPS.PER_ASSIGNMENTS_F2_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.PER_ASSIGNMENTS_F2_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.BIS_FUNCTIONAL_AREA_PUB dependencies on BIS_FUNCTIONAL_AREAS_TL
12.1.1
-
APPS.CZ_PB_SYNC dependencies on CZ_PUBLICATION_USAGES
12.1.1
-
PACKAGE BODY: APPS.PER_ASSIGNMENTS_F2_PKG
12.1.1
-
PACKAGE BODY: APPS.PER_ASSIGNMENTS_F2_PKG
12.2.2
-
APPS.BIS_FUNCTIONAL_AREA_PUB dependencies on BIS_FUNCTIONAL_AREAS
12.1.1
-
PACKAGE BODY: APPS.CZ_PB_SYNC
12.1.1
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,