Search Results per_business_group_id
Overview
FND_GLOBAL is the foundational PL/SQL package body in Oracle E-Business Suite that maintains and exposes the runtime session context for every connected user, concurrent program, and Forms session. Its principal business function is to record, cache, and serve the set of global variables that identify who is running, under which responsibility, application, and organization, so that security rules, profile option values, and multi-org (MOAC) filtering behave correctly throughout a session. The body maintains an internal context hash (z_context) together with parallel name and value arrays, a backup context used by restore operations, an initialization hash populated from caller-supplied name/value pairs, and a separate set of flags (z_syscontext) controlling which entries are propagated into the DBMS_SESSION application context via SYS_CONTEXT. It further tracks whether profile initialization has completed through the z_allow_profile_puts guard, whether security groups are enabled, and whether the security context or site context has changed. References to V$NLS_PARAMETERS and V$SESSION support language, territory, and session-identity resolution required by the set_nls and related NLS handling logic that users frequently search for. With over 11,000 dependent packages, FND_GLOBAL is among the most widely referenced objects in the EBS data dictionary.
Key Procedures and Functions
The package exposes sixty-one documented routines. The numeric and identity accessors return the current session's USER_ID, RESP_ID, RESP_APPL_ID, and SECURITY_GROUP_ID. Descriptive accessors return USER_NAME, RESP_NAME, APPLICATION_NAME, and APPLICATION_SHORT_NAME. Concurrent processing context is provided by LOGIN_ID, CONC_LOGIN_ID, PROG_APPL_ID, CONC_PROGRAM_ID, CONC_REQUEST_ID, and CONC_PRIORITY_REQUEST. Multi-organization context is exposed through PER_BUSINESS_GROUP_ID and PER_SECURITY_PROFILE_ID. LANGUAGE_COUNT reports the number of installed languages. Formatting helpers LOCAL_CHR, NEWLINE, and TAB supply platform-appropriate character sequences for dynamically built SQL and output. These routines are the canonical way application code discovers session identity without querying FND tables directly.
Tables Accessed
The body reads FND_USER for identity data, FND_APPLICATION for application names and short names, and FND_LANGUAGES for language and NLS information. Profile option behavior depends on FND_PROFILE_OPTIONS and FND_PROFILE_OPTION_VALUES, consistent with the profile reset flags maintained internally. FND_LOOKUP_TYPES supports lookup-driven context attributes. V$NLS_PARAMETERS and V$SESSION supply database-level NLS and session facts, while ALL_TAB_COLUMNS supports metadata verification. DBMS_APPLICATION_INFO, DBMS_OUTPUT, DBMS_SESSION, DBMS_SQL, DBMS_UTILITY, and PLITBLM are invoked for context registration, output, dynamic SQL, and internal utility work.
Usage Notes
FND_GLOBAL is invoked implicitly by the EBS framework at login, when a responsibility is selected, and during concurrent request startup, and explicitly by forms, concurrent programs, and custom PL/SQL that needs session identity or NLS settings. Custom code should call the accessor functions rather than querying context tables, because the package caches values and synchronizes them with the SYS_CONTEXT application context used by row-level security. Because profile values are not flushed until initialization completes, code executed early in an initialization sequence should account for the z_allow_profile_puts gating.
-
PACKAGE BODY: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE BODY: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
VIEW: APPS.POR_LOCATION_LOV_V
12.2.2
-
VIEW: APPS.POR_LOCATION_LOV_V
12.1.1
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.1.1
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.PA_JOB_GROUP_COMBOS_V
12.2.2
-
VIEW: APPS.CE_LE_BG_OU_VS_V
12.1.1
-
VIEW: APPS.PER_ASSIGNMENT_STATUS_TYPES_V1
12.2.2
-
VIEW: APPS.PA_ORGANIZATIONS_BURDEN_V
12.2.2
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_V
12.1.1
-
VIEW: APPS.CE_LE_BG_OU_VS_V
12.2.2
-
VIEW: APPS.PAY_IN_ALLOWANCE_NAME_V
12.1.1
-
VIEW: APPS.PAY_IN_OTHER_PERQUISITES_V
12.2.2
-
VIEW: APPS.PA_ORGANIZATIONS_BURDEN_V
12.1.1
-
View: POR_LOCATION_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_LOCATION_LOV_V, object_name:POR_LOCATION_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Locations , implementation_dba_data: APPS.POR_LOCATION_LOV_V ,
-
VIEW: APPS.PAY_IN_OTHER_PERQUISITES_V
12.1.1
-
VIEW: APPS.PAY_IN_ALLOWANCE_NAME_V
12.2.2
-
VIEW: APPS.PAY_IN_ALLOWANCE_MAX_EXEM_V
12.2.2
-
VIEW: APPS.PAY_IN_ALLOWANCE_MAX_EXEM_V
12.1.1
-
VIEW: APPS.PAY_IN_ALLOWANCE_CATEGORIES_V
12.1.1
-
View: CE_LE_BG_OU_VS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LE_BG_OU_VS_V, object_name:CE_LE_BG_OU_VS_V, status:VALID, product: CE - Cash Management , description: This view stores organization access information. , implementation_dba_data: APPS.CE_LE_BG_OU_VS_V ,
-
View: POR_LOCATION_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_LOCATION_LOV_V, object_name:POR_LOCATION_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Locations , implementation_dba_data: APPS.POR_LOCATION_LOV_V ,
-
VIEW: APPS.PAY_IN_ALLOWANCE_CATEGORIES_V
12.2.2
-
View: CE_LE_BG_OU_VS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LE_BG_OU_VS_V, object_name:CE_LE_BG_OU_VS_V, status:VALID, product: CE - Cash Management , description: This view stores organization access information. , implementation_dba_data: APPS.CE_LE_BG_OU_VS_V ,
-
VIEW: APPS.PA_JOB_GROUPS_V
12.2.2
-
APPS.JA_CN_PS_HRMS_EXPORT_PKG SQL Statements
12.2.2
-
VIEW: APPS.BIS_BUSINESS_GROUPS_V
12.1.1
-
VIEW: APPS.PA_JOB_GROUPS_VIEW
12.2.2
-
VIEW: APPS.PA_JOB_GROUPS_VIEW
12.1.1
-
VIEW: APPS.PA_ONLINE_JOBS_V
12.2.2
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY SQL Statements
12.1.1
-
VIEW: APPS.PA_ORG_HIERARCHIES_V
12.2.2
-
VIEW: APPS.PA_ORG_HIERARCHIES_V
12.1.1
-
APPS.PER_RI_CONFIG_DATAPUMP_ENTITY SQL Statements
12.2.2
-
VIEW: APPS.PA_JOB_GROUPS_V
12.1.1
-
VIEW: APPS.CLN_ITEMMST_INVENTORY_ORGS_V
12.1.1
-
VIEW: APPS.PA_JOB_RELATIONSHIPS_VIEW
12.1.1
-
VIEW: APPS.FF_ARCHIVE_ITEM_CONTEXTS_V
12.2.2
-
View: PAY_IN_ALLOWANCE_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IN_ALLOWANCE_NAME_V, object_name:PAY_IN_ALLOWANCE_NAME_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_IN_ALLOWANCE_NAME_V ,
-
View: BIS_SECURED_BUSINESS_GROUPS1_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: PA_ORGANIZATIONS_BURDEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_ORGANIZATIONS_BURDEN_V, object_name:PA_ORGANIZATIONS_BURDEN_V, status:VALID, product: PA - Projects , description: 10SC Only - View to display organizations in the project burdening hierarchy for which you can enter - Retrofitted , implementation_dba_data: APPS.PA_ORGANIZATIONS_BURDEN_V ,
-
View: PA_JOB_GROUP_COMBOS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_GROUP_COMBOS_V, object_name:PA_JOB_GROUP_COMBOS_V, status:VALID, product: PA - Projects , description: PA_JOB_GROUP_COMBOS_V is a view that identifies the combinations of from and to Job groups that have been defined.- Retrofitted , implementation_dba_data: APPS.PA_JOB_GROUP_COMBOS_V ,
-
VIEW: APPS.PA_IND_RATE_SCHEDULES
12.1.1
-
VIEW: APPS.CLN_ITEMMST_INVENTORY_ORGS_V
12.2.2
-
View: PAY_IN_ALLOWANCE_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_IN_ALLOWANCE_NAME_V, object_name:PAY_IN_ALLOWANCE_NAME_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_IN_ALLOWANCE_NAME_V ,
-
View: PA_JOB_RELATIONSHIPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_JOB_RELATIONSHIPS_V, object_name:PA_JOB_RELATIONSHIPS_V, status:VALID, product: PA - Projects , description: PA_JOB_RELATIONSHIPS_V is a view that identifies relationships between jobs that have been defined based on the groups used.- Retrofitted , implementation_dba_data: APPS.PA_JOB_RELATIONSHIPS_V ,
-
VIEW: APPS.PA_CC_TP_BILL_SCH_ORG_V
12.1.1