Search Results import_post_process
Overview
The OKS_IMPORT_POST_PROCESS package is a component of the Oracle Service Contracts (OKS) module within Oracle E-Business Suite. Its documented role is to provide the post-processing routines for the Service Contracts Import process, as indicated by its source description: "Service Contracts Import Post Process Routines Package." When service contracts are imported into Oracle EBS—either through the Service Contracts Import program or through bulk data loads—the import itself is only the first phase. A subsequent step is required to instantiate the Oracle Workflow processes associated with each imported contract, so that contractual events, notifications, and term-related activities proceed correctly. The package encapsulates that post-import logic, ensuring that workflow-driven activities are initiated after contract records exist in the database.
The package is declared with AUTHID CURRENT_USER, meaning that its procedural code executes with the privileges of the invoking user rather than the package owner, a standard security pattern for APPS-owned packages that must respect the caller's session context. The source header references file OKSPKIMPPOPS.pls, authored by Mihira Karra, with a version timestamp of 2007.
Key Procedures and Functions
The ETRM metadata documents a single public procedure:
- IMPORT_POST_PROCESS — A public procedure whose documented purpose is to invoke the API calls required to instantiate workflows. In other words, it is the orchestration entry point that triggers workflow startup for service contracts that have just been imported. Its parameter list is not exposed in the available documentation; the source declares it with no explicit comment block beyond the header. Consultants should treat it as the primary (and only) documented callable interface of the package.
No other procedures, functions, or overloads are documented in the ETRM extract, so no further callable surface should be assumed.
Tables Accessed
The provided ETRM metadata does not enumerate specific base tables accessed via APPS synonyms. Given its stated purpose—triggering workflow instantiation following a Service Contracts import—the package can be expected to interact indirectly with Service Contracts and Workflow data, including contract header and line records and workflow runtime tables, but only through the APIs it invokes rather than through direct documented DML. Because the reference lists no explicit table dependencies, implementers should not rely on assumed schema-level access; any customization should be validated against the actual package body in the target environment.
Usage Notes
This package is typically invoked as part of the Service Contracts Import flow rather than called interactively by end users. In EBS 12.1.1 and 12.2.2, it would normally be executed by the Service Contracts Import concurrent program (or its associated post-processing step) immediately after imported contract data has been staged and validated. The metadata records that this package is referenced by one other package, confirming that it is consumed as a dependency by a higher-level processing routine rather than being a top-level entry point itself.
From a customization standpoint, the procedure is a candidate for extension only through supported API and workflow configuration mechanisms. Direct modification of the APPS-owned package is not supported, and any diagnostics should trace the calling concurrent request to confirm whether workflow instantiation completed. Organizations troubleshooting stuck or missing contract workflows should review the log of the post-processing step and verify that OKS_IMPORT_POST_PROCESS.IMPORT_POST_PROCESS executed successfully.
-
PACKAGE: APPS.OKS_IMPORT_POST_PROCESS
12.2.2
-
PACKAGE BODY: APPS.OKS_IMPORT_POST_PROCESS
12.2.2
-
PACKAGE BODY: APPS.OKS_IMPORT_POST_PROCESS
12.1.1
-
PACKAGE: APPS.OKS_IMPORT_POST_PROCESS
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on OKS_IMPORT_POST_PROCESS
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on OKS_IMPORT_POST_PROCESS
12.2.2
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_MSG_PUB
12.2.2
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_MSG_PUB
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_MESSAGE
12.2.2
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_API
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_API
12.2.2
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_MESSAGE
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_LOG
12.1.1
-
APPS.OKS_IMPORT_POST_PROCESS dependencies on FND_LOG
12.2.2