Search Results icx_questions_admin
Overview
APPS.ICX_QUESTIONS_ADMIN is an administrative PL/SQL package in the Oracle E-Business Suite iStore/eCommerce (ICX) schema. It provides the server-side logic for maintaining the question-and-answer infrastructure used by Oracle iStore and related self-service applications. Questions are application-scoped prompts presented to end users, and each question may be associated with one or more EBS functions. The package encapsulates the full maintenance lifecycle — searching, displaying, creating, updating, and deleting both questions and their function associations — and renders its user interface dynamically through the Oracle Web Toolkit (HTP/HTF) rather than through Oracle Forms. The package is declared AUTHID CURRENT_USER, so it executes with the privileges of the invoking session and relies on APPS synonyms to reach the underlying ICX tables.
Key Procedures and Functions
The documented interface comprises fourteen procedures grouped into question maintenance and function-association maintenance.
- FIND_QUESTIONS — Presents the search entry screen used to locate questions by a variety of context criteria.
- DISPLAY_QUESTIONS — Renders the list of existing questions matching the supplied query criteria (application short name, question code, question text).
- EDIT_QUESTION — Opens an existing question for modification of its code or content, and supports insert-mode processing of the question record.
- INSERT_QUESTION — Creates a new question record from the supplied application, question code, question text, and find criteria.
- UPDATE_QUESTION — Persists changes to an existing question.
- QUESTION_CONFIRM_DELETE — Displays the confirmation prompt before a question is removed.
- DELETE_QUESTION — Deletes the selected question.
- DISPLAY_FUNCTIONS — Lists the EBS functions currently associated with a question.
- APPLICATION_LOV — Renders the list of values for selecting an application.
- EDIT_FUNCTION — Edits the function association for a question.
- FUNCTION_LOV — Renders the list of values for selecting an EBS function.
- INSERT_FUNCTION — Creates a new question-to-function association.
- UPDATE_FUNCTION — Modifies an existing question-to-function association.
- DELETE_FUNCTION — Removes a question-to-function association.
Tables Accessed
The package reads and writes three ICX base tables through APPS synonyms. ICX_QUESTIONS stores the question definitions themselves, keyed by application and question code. ICX_QUESTIONS_TL holds the translatable (language-dependent) question text, which is why the insert and update paths must maintain both the base and translated rows. ICX_QUESTION_FUNCTIONS is the intersection table linking questions to EBS functions, and it is the target of INSERT_FUNCTION, UPDATE_FUNCTION, and DELETE_FUNCTION. Output is generated with the HTF and HTP packages, which emit HTML tags and page content, while OWA_UTIL supplies standard web utility routines such as URL handling and HTML escaping.
Usage Notes
The package is an internal administrative component rather than a public API; the source header dates it to 1999, and it is not referenced by any other documented package. It is normally invoked from the administrative pages of Oracle iStore/ICX, where the procedural page flow (find, display, edit, confirm, delete) drives the browser interface. Because every procedure is HTML-emitting, it is not intended for direct call from concurrent programs or batch jobs. Custom code should not call these procedures for data manipulation; instead, direct DML against ICX_QUESTIONS, ICX_QUESTIONS_TL, and ICX_QUESTION_FUNCTIONS — or Oracle-supported APIs — is the appropriate integration path. Note that the procedures accept VARCHAR2 parameters for application identifiers, so callers must perform any required numeric conversion themselves.
-
PACKAGE: APPS.ICX_QUESTIONS_ADMIN
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ICX_QUESTIONS_ADMIN, status:VALID,
-
PACKAGE BODY: APPS.ICX_QUESTIONS_ADMIN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_QUESTIONS_ADMIN, status:VALID,
-
PACKAGE BODY: APPS.ICX_QUESTIONS_ADMIN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ICX_QUESTIONS_ADMIN, status:VALID,
-
PACKAGE: APPS.ICX_QUESTIONS_ADMIN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_QUESTIONS_ADMIN, status:VALID,
-
APPS.ICX_QUESTIONS_ADMIN SQL Statements
12.1.1
-
APPS.ICX_QUESTIONS_ADMIN SQL Statements
12.2.2
-
SYNONYM: APPS.ICX_QUESTION_FUNCTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTION_FUNCTIONS, status:VALID,
-
PACKAGE: APPS.ICX_QUESTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ICX_QUESTIONS_PKG, status:VALID,
-
SYNONYM: APPS.ICX_QUESTIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTIONS_TL, status:VALID,
-
PACKAGE: APPS.WF_LOV
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WF_LOV, status:VALID,
-
SYNONYM: APPS.ICX_QUESTION_FUNCTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTION_FUNCTIONS, status:VALID,
-
PACKAGE: APPS.ICX_QUESTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ICX_QUESTIONS_PKG, status:VALID,
-
SYNONYM: APPS.ICX_QUESTIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTIONS_TL, status:VALID,
-
SYNONYM: APPS.ICX_QUESTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTIONS, status:VALID,
-
PACKAGE: APPS.FND_DOCUMENT_MANAGEMENT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_DOCUMENT_MANAGEMENT, status:VALID,
-
PACKAGE: APPS.FND_DOCUMENT_MANAGEMENT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_DOCUMENT_MANAGEMENT, status:VALID,
-
SYNONYM: APPS.ICX_QUESTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ICX_QUESTIONS, status:VALID,
-
PACKAGE: APPS.WF_PREF
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_PREF, status:VALID,
-
PACKAGE: APPS.WF_PREF
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WF_PREF, status:VALID,
-
PACKAGE: APPS.WF_LOV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WF_LOV, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.ICX_QUESTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_QUESTIONS_VL, object_name:ICX_QUESTIONS_VL, status:VALID,
-
VIEW: APPS.ICX_QUESTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_QUESTIONS_VL, object_name:ICX_QUESTIONS_VL, status:VALID,
-
PACKAGE: APPS.WFA_SEC
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WFA_SEC, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.WFA_HTML
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WFA_HTML, status:VALID,
-
PACKAGE: APPS.WFA_SEC
12.2.2
owner:APPS, object_type:PACKAGE, object_name:WFA_SEC, status:VALID,
-
PACKAGE BODY: APPS.ICX_QUESTIONS_ADMIN
12.2.2
-
PACKAGE BODY: APPS.ICX_QUESTIONS_ADMIN
12.1.1
-
PACKAGE: APPS.WFA_HTML
12.1.1
owner:APPS, object_type:PACKAGE, object_name:WFA_HTML, status:VALID,
-
PACKAGE: APPS.ICX_QUESTIONS_ADMIN
12.1.1
-
PACKAGE: APPS.ICX_QUESTIONS_ADMIN
12.2.2
-
SYNONYM: PUBLIC.HTF
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:HTF, status:VALID,
-
SYNONYM: PUBLIC.OWA_UTIL
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:OWA_UTIL, status:VALID,
-
SYNONYM: PUBLIC.HTF
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HTF, status:VALID,
-
SYNONYM: PUBLIC.OWA_UTIL
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:OWA_UTIL, 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: 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,
-
SYNONYM: PUBLIC.HTP
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:HTP, status:VALID,
-
VIEW: APPS.FND_APPLICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID,
-
VIEW: APPS.FND_APPLICATION_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID,
-
SYNONYM: PUBLIC.HTP
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:HTP, status:VALID,
-
APPS.ICX_QUESTIONS_ADMIN dependencies on ICX_QUESTIONS_ADMIN
12.1.1
-
APPS.ICX_QUESTIONS_ADMIN dependencies on ICX_QUESTIONS_ADMIN
12.2.2
-
APPS.ICX_QUESTIONS_ADMIN dependencies on ICX_QUESTIONS
12.2.2
-
APPS.ICX_QUESTIONS_ADMIN dependencies on ICX_QUESTIONS
12.1.1
-
APPS.ICX_QUESTIONS_ADMIN dependencies on WF_CORE
12.1.1
-
APPS.ICX_QUESTIONS_ADMIN dependencies on WF_CORE
12.2.2