Search Results fnd_const
Overview
FND_CONST is a foundational utility package body in the APPS schema of Oracle E-Business Suite 12.1.1 and 12.2.2. Its responsibility is narrow but pervasive: it centralizes the definition of commonly used literal constants and simple character-formatting helpers that other Oracle Application Object Library components rely upon. Rather than scattering hard-coded single-character values or control codes throughout application code, the Oracle EBS development standards encourage referencing a single, well-known package so that the meaning of these values remains self-documenting and consistent across the product line. FND_CONST therefore serves as a low-level building block of the FND (Foundation) technology stack, providing named symbols for whitespace and carriage-control characters, as well as a boolean type convention. Because it is classified as an OTHER API in the documented package metadata, it is not a business-facing interface; it is an internal infrastructure package exposed publicly only because PL/SQL requires referenced code to be visible to callers.
Key Procedures and Functions
The documented package metadata lists six procedures and functions. The named members are LOCAL_CHR, NEWLINE, TAB, and BOOL. These are character- and type-oriented helpers rather than business logic routines.
- LOCAL_CHR — returns the character corresponding to a numeric code while respecting the session character set. It allows application code to construct control or whitespace characters portably instead of embedding literal byte values.
- NEWLINE — supplies the newline (line-feed) character used when concatenating text, formatting messages, or building multi-line output strings.
- TAB — supplies the horizontal tab character, used for alignment and readability in generated text and reports.
- BOOL — provides a boolean representation or conversion helper, allowing code that cannot use the native PL/SQL BOOLEAN (for example, values passed to or from SQL or stored in tables) to express true/false consistently.
Parameter lists are not reproduced here; the documented metadata identifies the member names and their intended purpose only.
Tables Accessed
No tables are documented as referenced by FND_CONST through APPS synonyms. This is consistent with the package's role as a constant and character-code provider: the values it exposes are compile-time literals or deterministic character generation routines, so no database I/O is required. The package has no documented read or write operations against application tables, and consequently it introduces no transactional or locking behavior of its own.
Usage Notes
FND_CONST is referenced by twelve other packages within the EBS schema, confirming its position as a shared utility. Typical invocation occurs from PL/SQL code — whether in Oracle Forms libraries, concurrent program logic, or custom extensions — that needs a portable newline or tab character, a localized character, or a standardized boolean value. Developers writing custom code in the APPS environment can safely call these members, but should treat FND_CONST as an internal Oracle-supplied dependency: it carries no supported extension points and does not appear to be referenced by database objects other than the packages that consume it. Because the object is documented as VALID and depends only on the SYS STANDARD package, it is a stable, dependency-free component. Customizations should reference it rather than redefining equivalent constants, preserving consistency with Oracle's own formatting conventions. No public, externally supported API contract should be assumed beyond the documented members.
-
PACKAGE BODY: APPS.FND_CONST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_CONST, status:VALID,
-
PACKAGE: APPS.FND_CONST
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_CONST, status:VALID,
-
PACKAGE BODY: APPS.FND_CONST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_CONST, status:VALID,
-
PACKAGE: APPS.FND_CONST
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_CONST, status:VALID,
-
PACKAGE BODY: APPS.FND_CONST
12.2.2
-
PACKAGE: APPS.FND_CONST
12.2.2
-
PACKAGE BODY: APPS.FND_CONST
12.1.1
-
PACKAGE: APPS.FND_CONST
12.1.1
-
PACKAGE BODY: APPS.FUN_PERIOD_STATUS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FUN_PERIOD_STATUS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AD_ZD_MVIEW
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AD_ZD_MVIEW, status:INVALID,
-
PACKAGE BODY: APPS.EGO_ICC_STRUCTURE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EGO_ICC_STRUCTURE_PVT, status:VALID,
-
PACKAGE BODY: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE BODY: APPS.PO_FED_FIELD_FUNCTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PO_FED_FIELD_FUNCTIONS, status:VALID,
-
PACKAGE BODY: APPS.FLM_RECEIPT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_RECEIPT_PUB, status:VALID,
-
PACKAGE BODY: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE BODY: APPS.FLM_KANBAN_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_KANBAN_PUB, status:VALID,
-
PACKAGE BODY: APPS.FLM_KANBAN_TRANSFER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_KANBAN_TRANSFER, status:VALID,
-
PACKAGE BODY: APPS.FLM_KANBAN_PLANNING_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FLM_KANBAN_PLANNING_UTIL, status:VALID,
-
PACKAGE BODY: APPS.FND_REQUEST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_REQUEST, status:VALID,
-
PACKAGE BODY: APPS.GMD_EBI_RECIPE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMD_EBI_RECIPE_PUB, status:VALID,
-
PACKAGE BODY: APPS.BOM_COPY_BILL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:BOM_COPY_BILL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.AD_ZD_MVIEW dependencies on FND_CONST
12.2.2
-
APPS.FLM_KANBAN_PUB dependencies on FND_CONST
12.2.2
-
APPS.FND_CONST dependencies on FND_CONST
12.2.2
-
APPS.EGO_ICC_STRUCTURE_PVT dependencies on FND_CONST
12.2.2
-
APPS.PO_FED_FIELD_FUNCTIONS dependencies on FND_CONST
12.2.2
-
APPS.FND_GLOBAL dependencies on FND_CONST
12.2.2
-
APPS.FND_CONST dependencies on FND_CONST
12.1.1
-
APPS.FND_REQUEST dependencies on FND_CONST
12.2.2
-
APPS.GMD_EBI_RECIPE_PUB dependencies on FND_CONST
12.2.2
-
APPS.BOM_COPY_BILL dependencies on FND_CONST
12.2.2
-
APPS.FLM_KANBAN_PLANNING_UTIL dependencies on FND_CONST
12.2.2
-
APPS.FUN_PERIOD_STATUS_PKG dependencies on FND_CONST
12.2.2
-
APPS.FND_GLOBAL dependencies on FND_CONST
12.1.1
-
APPS.FND_GLOBAL dependencies on FND_CONST
12.1.1
-
APPS.FND_GLOBAL dependencies on FND_CONST
12.2.2
-
APPS.FLM_KANBAN_TRANSFER dependencies on FND_CONST
12.2.2
-
APPS.FLM_RECEIPT_PUB dependencies on FND_CONST
12.2.2
-
APPS.FND_GLOBAL dependencies on V$NLS_PARAMETERS
12.1.1
-
PACKAGE BODY: APPS.FND_GLOBAL
12.1.1
-
APPS.FND_GLOBAL dependencies on V$NLS_PARAMETERS
12.2.2
-
PACKAGE BODY: APPS.FND_GLOBAL
12.2.2
-
APPS.FND_GLOBAL dependencies on FND_PROFILE
12.1.1
-
APPS.FND_GLOBAL dependencies on FND_PROFILE
12.2.2
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
12.2.2 DBA Data
12.2.2