DBA Data[Home] [Help]

APPS.FV_BA_UPG_PKG dependencies on FV_AR_BATCHES_ALL

Line 21: (SELECT null FROM fv_ar_batches_all fab

17:
18: update ce_upg_bank_accts_gt ce
19: set acct_in_use_flag = 'Y'
20: where exists
21: (SELECT null FROM fv_ar_batches_all fab
22: WHERE fab.bank_account_id = ce.bank_account_id)
23: and acct_in_use_flag = 'N';
24:
25: IF ( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN