DBA Data[Home] [Help]

APPS.IBY_CE_BATCH_RECON_PKG dependencies on AP_RECONCILIATION_PKG

Line 6: -- Copied from AP_RECONCILIATION_PKG 115.43

2: /* $Header: ibycepib.pls 120.9.12020000.2 2012/07/12 14:48:27 sgogula ship $ */
3:
4: --============================================================================
5: -- For reconciliation of IBY payment instructions in CE
6: -- Copied from AP_RECONCILIATION_PKG 115.43
7: -- This API will be called by CE for reconciliation at the batch level with
8: -- R12 payment batches - i.e., IBY payment instructions.
9: -- (CE only supports auto recon at batch level - no manual clearing).
10: -- The API do proration as AP, then call product APIs at transaction level

Line 473: AP_RECONCILIATION_PKG.recon_payment_history(

469:
470: END IF;
471:
472: IF l_app_id = 200 THEN
473: AP_RECONCILIATION_PKG.recon_payment_history(
474: X_CHECKRUN_ID => NULL,
475: X_CHECK_ID => l_trx_id,
476: X_ACCOUNTING_DATE => P_ACCOUNTING_DATE,
477: X_CLEARED_DATE => P_CLEARED_DATE,

Line 658: AP_RECONCILIATION_PKG.recon_payment_history(

654: END IF;
655: END IF;
656:
657: IF l_app_id = 200 THEN
658: AP_RECONCILIATION_PKG.recon_payment_history(
659: X_CHECKRUN_ID => NULL,
660: X_CHECK_ID => l_trx_id,
661: X_ACCOUNTING_DATE => P_ACCOUNTING_DATE,
662: X_CLEARED_DATE => NULL,