Search Results get_allow_multiple_sra_flag




Overview

IBY_FD_POST_PICP_PROGS_PVT is a private (PVT) PL/SQL package owned by the APPS schema in Oracle E-Business Suite, with header revision 120.24 dated September 2, 2010. It declares AUTHID CURRENT_USER and registers the debug module iby.plsql.IBY_FD_POST_PICP_PROGS_PVT with the application debugging framework, which allows its execution to be traced through the standard FND logging infrastructure.

The package supports the post-processing phase of the Oracle Payments (IBY) payment instruction lifecycle, with particular emphasis on Federal付款 summary formats and payment process request (PICP) programs. Its primary API, PROCESS_FEDERAL_SUMMARY_FORMAT, is invoked by Federal code to drive the extract, formatting, and delivery of Federal summary formats after the original bulk payment file has been produced. The package also manages the scheduling and execution of post-payment-instruction programs, tracks SRA (Supplemental Remittance Advice), positive pay, and regulatory report creation status, and records transmission errors.

Key Procedures and Functions

Tables Accessed

Documented references include IBY_PAY_INSTRUCTIONS_ALL, IBY_PAYMENTS_ALL, IBY_DOCS_PAYABLE_ALL, IBY_FORMATS_B, IBY_PAY_SERVICE_REQUESTS, IBY_ACCT_PMT_PROFILES_B, IBY_REMIT_ADVICE_SETUP, IBY_PROCESS_ORGS, IBY_TRANSACTION_ERRORS and its _S sequence, XDO_TEMPLATES_B, FND_APPLICATION, and DUAL. The Federal prerequisite tables FV_SUMMARY_CONSOLIDATE and FV_TP_TS_AMT_DATA supply the summary control number and treasury symbol/amount data required by PROCESS_FEDERAL_SUMMARY_FORMAT.

Usage Notes

This package is private and should not be called directly by customer code; it is invoked by Oracle Payments internal processes, by concurrent programs such as the payment instruction formatting and post-processing programs, and by the Oracle Forms UI when users submit, format, or inspect payment instructions. The GET_ALLOW_MULTIPLE_SRA_FLAG function is used internally to decide whether an additional Supplemental Remittance Advice may be generated for an instruction. Ten other packages reference this package, confirming its role as an internal dependency during post-payment-instruction processing. Custom code requiring similar behavior should use the public IBY APIs rather than this private package, since its signatures may change between releases without notice.