DBA Data[Home] [Help]

APPS.IBY_SINGPAY_PUB dependencies on IBY_PAYMENTS_ALL

Line 274: * payments in the IBY_PAYMENTS_ALL table. Therefore, insert

270: /*
271: * Fix for bug 5935493:
272: *
273: * Payment validations are dependent upon finding the
274: * payments in the IBY_PAYMENTS_ALL table. Therefore, insert
275: * the payments from the PLSQL table into the
276: * IBY_PAYMENTS_ALL table.
277: *
278: * Central bank reporting could be implemented via a hook

Line 276: * IBY_PAYMENTS_ALL table.

272: *
273: * Payment validations are dependent upon finding the
274: * payments in the IBY_PAYMENTS_ALL table. Therefore, insert
275: * the payments from the PLSQL table into the
276: * IBY_PAYMENTS_ALL table.
277: *
278: * Central bank reporting could be implemented via a hook
279: * that is expecting payments to be populated in
280: * IBY_PAYMENTS_ALL table. Therefore, payments need to

Line 280: * IBY_PAYMENTS_ALL table. Therefore, payments need to

276: * IBY_PAYMENTS_ALL table.
277: *
278: * Central bank reporting could be implemented via a hook
279: * that is expecting payments to be populated in
280: * IBY_PAYMENTS_ALL table. Therefore, payments need to
281: * inserted before performing central bank reporting as well.
282: */
283: IBY_PAYGROUP_PUB.insertPayments(l_paymentTab);
284:

Line 357: * update the payments in IBY_PAYMENTS_ALL table

353: *
354: * After central bank reporting is completed,
355: * the declare payments flag could be set on some/all
356: * payments by the hook. Therefore, we need to
357: * update the payments in IBY_PAYMENTS_ALL table
358: * so that this flag is accessible for validation.
359: */
360: IBY_PAYGROUP_PUB.updatePayments(l_paymentTab);
361:

Line 597: l_triggering_pmt_id IBY_PAYMENTS_ALL.payment_reference_number%TYPE; --AWT Enh 16296267

593:
594: --l_doc_err_rec IBY_VALIDATIONSETS_PUB.docErrorRecType;
595: l_doc_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
596:
597: l_triggering_pmt_id IBY_PAYMENTS_ALL.payment_reference_number%TYPE; --AWT Enh 16296267
598:
599: BEGIN
600:
601: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN