Search Results edr_isign_checklist_pvt
Overview
EDR_ISIGN_CHECKLIST_PVT is a private PL/SQL package in the Oracle E-Business Suite Applications (APPS) schema that supports the Oracle iSign and Evidence Store functionality. Its principal business function is to determine whether an electronic signature event requires an associated checklist, to verify the presence of a checklist for a given iSign file, and to manage the attachment and removal of checklist content against evidence store entities. Within the Oracle EBS 12.1.1 and 12.2.2 file systems, the package resides in the EDR product family and is declared with AUTHID CURRENT_USER, meaning that its database objects are resolved using the privileges of the invoking user rather than the package owner.
The package is classified as PVT (private), indicating that it is an internal implementation utility not intended for direct invocation by external application code. It is referenced by one other package in the documented metadata, confirming its role as a supporting routine consumed by higher-level iSign processing logic.
Key Procedures and Functions
The documented package exposes four procedures:
- IS_CHECKLIST_REQUIRED — Evaluates checklist setup for a supplied event name and event key, and returns a status flag indicating whether a checklist is required. When a checklist is required, it also returns the checklist name and checklist version as output values.
- IS_CHECKLIST_PRESENT — Accepts an iSign file identifier and reports whether a checklist is available for that file. The output status uses a simple Y/N convention, where Y indicates the checklist is present and N indicates it is not available.
- ATTACH_CHECKLIST — Attaches a checklist to the evidence store entity when one is available for the supplied iSign file. It returns a status value of S (successful) or E (error) to indicate the outcome of the attachment attempt.
- DELETE_CHECKLIST — Removes an attached checklist from the evidence store entity, complementing the attachment routine for lifecycle management of checklist documentation.
Tables Accessed
The package accesses several tables through APPS synonyms, reflecting its integration with Oracle Workflow, Oracle Application Object Library, and Oracle Approvals Management:
- WF_EVENTS, WF_EVENT_SUBSCRIPTIONS, and WF_EVENT_T — Used to resolve the Oracle Workflow event context that drives checklist requirement determination, since checklist rules are keyed on event name and event key.
- FND_APPLICATION — Provides application context information, typically to validate or identify the owning application for the event or checklist configuration.
- FND_ATTACHED_DOCUMENTS — Stores the document attachments that constitute the checklist linkage to the evidence store entity; the ATTACH_CHECKLIST and DELETE_CHECKLIST procedures operate against this table.
- AME_CALLING_APPS — Supports integration with Oracle Approvals Management, relevant where checklist requirements intersect with approval routing.
- PLITBLM — The standard PL/SQL internal table used for parsing and string manipulation during event key processing.
Usage Notes
Because EDR_ISIGN_CHECKLIST_PVT is a private package, it is not intended to be called directly from forms, concurrent programs, or custom extensions. It is invoked internally by the enclosing iSign checklist logic that reacts to Oracle Workflow business events. The typical invocation path is event-driven: a business event such as an item creation is raised, the higher-level package calls IS_CHECKLIST_REQUIRED to evaluate setup, and depending on the result, IS_CHECKLIST_PRESENT, ATTACH_CHECKLIST, or DELETE_CHECKLIST are executed to maintain the checklist state against the evidence store file. Custom developers should target the public wrapper package rather than calling this private utility directly, and any extension work should preserve the AUTHID CURRENT_USER resolution semantics and the standard S/E and Y/N return conventions documented above.
-
PACKAGE: APPS.EDR_ISIGN_CHECKLIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EDR_ISIGN_CHECKLIST_PVT, status:VALID,
-
PACKAGE: APPS.EDR_ISIGN_CHECKLIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDR_ISIGN_CHECKLIST_PVT, status:VALID,
-
PACKAGE BODY: APPS.EDR_ISIGN_CHECKLIST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EDR_ISIGN_CHECKLIST_PVT, status:VALID,
-
PACKAGE BODY: APPS.EDR_ISIGN_CHECKLIST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDR_ISIGN_CHECKLIST_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.EDR_ISIGN_CHECKLIST_PVT
12.1.1
-
PACKAGE: APPS.EDR_STANDARD_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EDR_STANDARD_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.EDR_INDEXED_XML_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EDR_INDEXED_XML_UTIL, status:VALID,
-
PACKAGE: APPS.EDR_ATTACHMENTS_GRP
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EDR_ATTACHMENTS_GRP, status:VALID,
-
PACKAGE: APPS.EDR_ATTACHMENTS_GRP
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDR_ATTACHMENTS_GRP, status:VALID,
-
PACKAGE BODY: APPS.EDR_ATTACHMENTS_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EDR_ATTACHMENTS_GRP, status:VALID,
-
PACKAGE BODY: APPS.EDR_ATTACHMENTS_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EDR_ATTACHMENTS_GRP, status:VALID,
-
PACKAGE: APPS.EDR_ISIGN_CHECKLIST_PVT
12.2.2
-
PACKAGE: APPS.FND_ATTACHED_DOCUMENTS3_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_ATTACHED_DOCUMENTS3_PKG, status:VALID,
-
PACKAGE: APPS.EDR_STANDARD_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDR_STANDARD_PUB, status:VALID,
-
PACKAGE: APPS.EDR_INDEXED_XML_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDR_INDEXED_XML_UTIL, status:VALID,
-
PACKAGE: APPS.FND_ATTACHED_DOCUMENTS3_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_ATTACHED_DOCUMENTS3_PKG, status:VALID,
-
PACKAGE: APPS.AME_API3
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AME_API3, status:VALID,
-
PACKAGE: APPS.EDR_STANDARD
12.2.2
owner:APPS, object_type:PACKAGE, object_name:EDR_STANDARD, status:VALID,
-
PACKAGE: APPS.AME_API3
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AME_API3, status:VALID,
-
PACKAGE: APPS.EDR_STANDARD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:EDR_STANDARD, status:VALID,
-
SYNONYM: APPS.WF_EVENT_SUBSCRIPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WF_EVENT_SUBSCRIPTIONS, status:VALID,
-
SYNONYM: APPS.WF_EVENT_SUBSCRIPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_EVENT_SUBSCRIPTIONS, status:VALID,
-
SYNONYM: APPS.AME_CALLING_APPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AME_CALLING_APPS, status:VALID,
-
SYNONYM: APPS.WF_EVENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WF_EVENTS, status:VALID,
-
SYNONYM: APPS.AME_CALLING_APPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AME_CALLING_APPS, status:VALID,
-
SYNONYM: APPS.WF_EVENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_EVENTS, status:VALID,
-
TYPE: APPS_NE.WF_EVENT_T
12.2.2
owner:APPS_NE, object_type:TYPE, object_name:WF_EVENT_T, status:VALID,
-
VIEW: APPS.FND_DOCUMENT_CATEGORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_DOCUMENT_CATEGORIES_VL, object_name:FND_DOCUMENT_CATEGORIES_VL, status:VALID,
-
PACKAGE BODY: APPS.EDR_ISIGN_CHECKLIST_PVT
12.1.1
-
VIEW: APPS.FND_DOCUMENT_CATEGORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_DOCUMENT_CATEGORIES_VL, object_name:FND_DOCUMENT_CATEGORIES_VL, status:VALID,
-
PACKAGE BODY: APPS.EDR_ISIGN_CHECKLIST_PVT
12.2.2
-
VIEW: APPS.FND_DOCUMENTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_DOCUMENTS_VL, object_name:FND_DOCUMENTS_VL, status:VALID,
-
SYNONYM: APPS.FND_ATTACHED_DOCUMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_ATTACHED_DOCUMENTS, status:VALID,
-
VIEW: APPS.FND_DOCUMENTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_DOCUMENTS_VL, object_name:FND_DOCUMENTS_VL, status:VALID,
-
SYNONYM: APPS.FND_ATTACHED_DOCUMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_ATTACHED_DOCUMENTS, status:VALID,
-
APPS.EDR_ATTACHMENTS_GRP dependencies on EDR_ISIGN_CHECKLIST_PVT
12.1.1
-
APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on EDR_ISIGN_CHECKLIST_PVT
12.1.1
-
PACKAGE: APPS.AME_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AME_UTIL, status:VALID,
-
PACKAGE: APPS.AME_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AME_UTIL, status:VALID,
-
APPS.EDR_ATTACHMENTS_GRP dependencies on EDR_ISIGN_CHECKLIST_PVT
12.2.2
-
APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on EDR_ISIGN_CHECKLIST_PVT
12.2.2
-
SYNONYM: APPS.WF_EVENT_T
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_EVENT_T, status:VALID,
-
TYPE: APPS.WF_EVENT_T
12.1.1
owner:APPS, object_type:TYPE, object_name:WF_EVENT_T, status:VALID,
-
APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on FND_MESSAGE
12.2.2
-
APPS.EDR_ISIGN_CHECKLIST_PVT dependencies on FND_MESSAGE
12.1.1
-
SYNONYM: APPS.FND_APPLICATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_APPLICATION, status:VALID,