Search Results check_days_for_syn_acct




Overview

OKL_STRY_CALL_CO_PUB is a public PL/SQL package in the APPS schema that supports the Oracle Lease and Finance Management (OLFM/OKL) strategy workflow used to drive collections and customer-contact activities. It acts as a workflow-enabled integration layer that evaluates business conditions—such as whether vendor approval is needed before contacting a customer—and then signals the master workflow when a custom sub-workflow completes. Declared with AUTHID CURRENT_USER, it executes with the privileges of the invoking user and is classified as a public API.

The package operates on ETRM (Enterprise Transaction Resource Management) collections data, combining case-management tables, delinquency records, party/vendor data, and workflow infrastructure. Its central role is to bridge Oracle Workflow function activities with the underlying transactional data, returning a workflow result value (typically Y/N) that governs branch logic in the collections strategy.

Key Procedures and Functions

Tables Accessed

The package reads from several ETRM and Oracle application tables via APPS synonyms:

Usage Notes

OKL_STRY_CALL_CO_PUB is invoked primarily as a set of Oracle Workflow function activities within the collections strategy workflow. Each procedure returns a result value that the workflow engine interprets to branch logic; GET_VENDORAPPROVAL_FLAG, for example, returns a flag the workflow uses to decide whether vendor approval is required before contacting the customer. SEND_FULFILMENT and WF_SEND_SIGNAL support the notification and workflow-completion aspects of the strategy. Because it is a public API with no dependent packages, it is also safe for custom code and concurrent programs to call directly. The package is version-controlled from release 12.1.1 and remains documented in 12.2.2.