Search Results web_html_call
Overview
The APPS.BIS_RG_FIX_AKFLEX_DATA package body is a private, one-time remediation utility delivered with the Oracle E-Business Suite Business Intelligence System (BIS) product family. Its documented purpose is to migrate Oracle Application Framework (OAF) / AK region flex field data associated with Report Regions from the global data elements context into the BIS PM Viewer context. The header comment block, dated 02-25-00 with an initial creation by user "amkulkar," identifies the package as a corrective data-fix script rather than a general-purpose API. The most recent source revision recorded is 115.4 2002/11/19, indicating the package has been stable for many release cycles and remains shipped with EBS 12.1.1 and 12.2.2 as legacy content.
The package operates on the AK (Application Kit) region metadata that drives Oracle EBS self-service and HTML-based report rendering, specifically the entries created by the BIS viewer functions registered as BISVIEWER.SHOWREPORT%. Because these functions historically wrote flex field attribute context as global data elements, downstream rendering of BIS PM Viewer report pages could resolve the wrong attribute category. This package corrects that condition by re-tagging the affected AK metadata records.
Key Procedures and Functions
Two procedures are documented for this package:
- FIX_AK_REGIONITEMS — Repairs individual AK region item records. The body opens a cursor over
FND_FORM_FUNCTIONSto derive the report region code embedded in theWEB_HTML_CALLcolumn, then updates theATTRIBUTE_CATEGORYvalue on matching rows inAK_REGION_ITEMSto BIS PM Viewer. It returns a numeric status code and a status message describing the outcome, and trapsWHEN OTHERSto surface the SQL error code and message rather than aborting. - FIX_AK_REGIONS — Performs the equivalent corrective update against the parent
AK_REGIONStable, using the same cursor logic to identify BIS viewer report regions and re-assign the attribute category to the BIS PM Viewer context. Like the companion procedure, it exposes a return code and status message for caller inspection.
Both procedures are remediation-only: they contain no parameterized business logic, no commit management, and no re-entrancy safeguards beyond the standard exception handler.
Tables Accessed
- FND_FORM_FUNCTIONS — Read only. The
WEB_HTML_CALLcolumn is parsed withINSTR/SUBSTRto extract the region code from the quoted argument ofBISVIEWER.SHOWREPORTcalls. Rows are filtered with an uppercaseLIKE 'BISVIEWER.SHOWREPORT%'predicate. - AK_REGION_ITEMS — Updated. The
ATTRIBUTE_CATEGORYcolumn is set to the BIS PM Viewer context for every region item whoseREGION_CODEmatches a BIS viewer region. - AK_REGIONS — Updated in the same manner, correcting the region-level attribute category that governs flex field context resolution.
All three objects are resolved through APPS synonyms, confirming the package executes under the APPS schema against the shared AK and FND application foundation tables.
Usage Notes
This package is classified as OTHER and is referenced by no other packages, so it is not part of any standard runtime call chain. It is invoked manually — typically during patch application or post-upgrade remediation — by a DBA or technical consultant through SQL*Plus or a similar tool, executing the two procedures in sequence and inspecting the returned code and message for errors. The procedures do not commit; the caller is responsible for validating the row counts and committing the transaction. Because the package mutates AK metadata shared across the application, it should be run only under an approved change control window after a metadata backup. No form, concurrent program, or public API wrapper is documented for this object in ETRM.
-
APPS.BIS_RG_FIX_AKFLEX_DATA SQL Statements
12.1.1
-
PACKAGE BODY: APPS.BIS_RG_FIX_AKFLEX_DATA
12.1.1
-
APPS.OTA_COMPETENCE_SS SQL Statements
12.2.2
-
VIEW: APPLSYS.FND_FORM_FUNCTIONS#
12.2.2
-
View: BIS_DISPLAY_FORM_FUNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_DISPLAY_FORM_FUNC_V, object_name:BIS_DISPLAY_FORM_FUNC_V, status:VALID, product: BIS - Applications BIS , implementation_dba_data: APPS.BIS_DISPLAY_FORM_FUNC_V ,
-
VIEW: APPS.BIS_DISPLAY_FORM_FUNC_V
12.1.1
-
VIEW: APPS.BIS_BIA_RSG_PAGE_STATUS_V
12.1.1
-
View: BIS_DISPLAY_FORM_FUNC_V
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FND_FORM_FUNCTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.FND_FORM_FUNCTIONS_PKG
12.2.2
-
View: BIS_BIA_RSG_PAGE_STATUS_V
12.2.2
product: FND - Application Object Library , implementation_dba_data: Not implemented in this database ,
-
View: BIS_BIA_RSG_PAGE_STATUS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.BIS_BIA_RSG_PAGE_STATUS_V, object_name:BIS_BIA_RSG_PAGE_STATUS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.BIS_BIA_RSG_PAGE_STATUS_V ,
-
APPS.BIS_GRAPH_REGION_HTML_FORMS SQL Statements
12.1.1
-
VIEW: APPS.PA_TEMPLATE_OPTIONS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TEMPLATE_OPTIONS_SS_V, object_name:PA_TEMPLATE_OPTIONS_SS_V, status:VALID,
-
VIEW: APPS.PA_PROJECT_OPTIONS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPTIONS_SS_V, object_name:PA_PROJECT_OPTIONS_SS_V, status:VALID,
-
VIEW: APPS.BIS_DISPLAY_FORM_FUNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BIS.BIS_DISPLAY_FORM_FUNC_V, object_name:BIS_DISPLAY_FORM_FUNC_V, status:VALID,
-
VIEW: APPS.PA_TEMPLATE_OPTIONS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TEMPLATE_OPTIONS_SS_V, object_name:PA_TEMPLATE_OPTIONS_SS_V, status:VALID,
-
APPS.BIS_PMV_UTIL SQL Statements
12.1.1
-
VIEW: APPS.PA_PROJECT_OPTIONS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPTIONS_SS_V, object_name:PA_PROJECT_OPTIONS_SS_V, status:VALID,
-
VIEW: APPLSYS.FND_FORM_FUNCTIONS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_FORM_FUNCTIONS#, status:VALID,
-
VIEW: APPS.JTM_FND_FORM_FUNCTIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_FND_FORM_FUNCTIONS_V, status:VALID,
-
VIEW: APPS.JTM_FND_FORM_FUNCTIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_FND_FORM_FUNCTIONS_V, status:VALID,
-
APPS.BIS_REPORT_PUB SQL Statements
12.1.1
-
View: FND_FORM_FUNCTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_FUNCTIONS_VL, object_name:FND_FORM_FUNCTIONS_VL, status:VALID, product: FND - Application Object Library , description: View of FND_FORM_FUNCTIONS and FND_FORM_FUNCTIONS_TL , implementation_dba_data: APPS.FND_FORM_FUNCTIONS_VL ,
-
APPS.BSC_DATASETS_PUB SQL Statements
12.1.1
-
View: FND_FORM_FUNCTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_FUNCTIONS_VL, object_name:FND_FORM_FUNCTIONS_VL, status:VALID, product: FND - Application Object Library , description: View of FND_FORM_FUNCTIONS and FND_FORM_FUNCTIONS_TL , implementation_dba_data: APPS.FND_FORM_FUNCTIONS_VL ,
-
APPS.SOA_GENERATE SQL Statements
12.1.1
-
View: PA_TEMPLATE_OPTIONS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TEMPLATE_OPTIONS_SS_V, object_name:PA_TEMPLATE_OPTIONS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TEMPLATE_OPTIONS_SS_V ,
-
View: PA_TEMPLATE_OPTIONS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TEMPLATE_OPTIONS_SS_V, object_name:PA_TEMPLATE_OPTIONS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TEMPLATE_OPTIONS_SS_V ,
-
APPS.SOA_GENERATE SQL Statements
12.2.2
-
TABLE: APPLSYS.FND_FORM_FUNCTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FORM_FUNCTIONS, object_name:FND_FORM_FUNCTIONS, status:VALID,
-
VIEW: APPS.FND_FORM_FUNCTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_FUNCTIONS_VL, object_name:FND_FORM_FUNCTIONS_VL, status:VALID,
-
View: PA_PROJECT_OPTIONS_SS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPTIONS_SS_V, object_name:PA_PROJECT_OPTIONS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_OPTIONS_SS_V ,
-
TABLE: APPLSYS.FND_FORM_FUNCTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_FORM_FUNCTIONS, object_name:FND_FORM_FUNCTIONS, status:VALID,
-
APPS.BIS_COMPUTED_ACTUAL_PVT SQL Statements
12.1.1
-
View: PA_PROJECT_OPTIONS_SS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_OPTIONS_SS_V, object_name:PA_PROJECT_OPTIONS_SS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_OPTIONS_SS_V ,
-
VIEW: APPS.FND_FORM_FUNCTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_FORM_FUNCTIONS_VL, object_name:FND_FORM_FUNCTIONS_VL, status:VALID,
-
APPS.BIS_UTIL SQL Statements
12.1.1
-
APPS.WF_WS_GEN SQL Statements
12.1.1
-
APPS.WF_WS_GEN SQL Statements
12.2.2
-
PACKAGE BODY: APPS.OTA_COMPETENCE_SS
12.2.2
-
PACKAGE: APPS.BIS_GRAPH_REGION_HTML_FORMS
12.1.1
-
APPS.HR_APPRAISAL_WORKFLOW_SS SQL Statements
12.1.1
-
APPS.HR_UTIL_MISC_SS SQL Statements
12.1.1
-
APPS.BIS_FORM_FUNCTIONS_PUB SQL Statements
12.1.1
-
APPS.BIS_PMV_PORTAL_UTIL_PVT SQL Statements
12.1.1
-
APPS.FND_FORM_FUNCTIONS_PKG SQL Statements
12.1.1
-
APPS.HR_APPRAISAL_WORKFLOW_SS SQL Statements
12.2.2
-
APPS.FND_FORM_FUNCTIONS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.BIS_GRAPH_REGION_HTML_FORMS
12.1.1