DBA Data[Home] [Help]

APPS.ARP_PROCESS_APPLICATION dependencies on CE_BANK_ACCT_USES_OU

Line 3451: /* Reverted the fix introduced by 5571095 for bug 5638732 and replaced ce_bank_acct_uses by ce_bank_acct_uses_ou_v

3447:
3448: -- Populate CC ID columns by selecting from receipt method accounts and
3449: -- payment schedule tables.
3450: -- Release 11.5 VAT changes get discount accounts from activity
3451: /* Reverted the fix introduced by 5571095 for bug 5638732 and replaced ce_bank_acct_uses by ce_bank_acct_uses_ou_v
3452: for performance issue */
3453: /* Removing the ce_bank_acct_uses table from the select statement for bug 5571095 by gnramasa on 06/10/2006 */
3454: /* 7332175 use different view as per input from CE to resolve no data found issue and keeping above performance issue in check*/
3455: SELECT ps.cash_receipt_id

Line 3470: , ce_bank_acct_uses_ou ba

3466: , ln_batch_id
3467: FROM ar_cash_receipts cr
3468: , ar_cash_receipt_history crh
3469: , ar_receipt_methods rm
3470: , ce_bank_acct_uses_ou ba
3471: , ar_receipt_method_accounts rma
3472: , ar_payment_schedules ps
3473: , ar_receivables_trx ed
3474: , ar_receivables_trx uned