DBA Data[Home] [Help]

APPS.CE_BANK_ACCT_BALANCE_REPORT dependencies on CE_BANK_ACCTS_GT_V

Line 440: from CE_BANK_ACCTS_GT_V ba, ce_bank_branches_v bh, ce_bank_acct_balances bb

436: -- Bug 8620223
437: cursor cursor_bank_account_id (currency varchar2) is
438: select distinct ba.bank_account_id
439: --from ce_bank_accounts ba, ce_bank_branches_v bh, ce_bank_acct_balances bb
440: from CE_BANK_ACCTS_GT_V ba, ce_bank_branches_v bh, ce_bank_acct_balances bb
441: where ba.BANK_BRANCH_ID = bh.BRANCH_PARTY_ID
442: and ba.BANK_ACCOUNT_ID = bb.BANK_ACCOUNT_ID
443: --and bb.BALANCE_DATE = l_date
444: and bh.BRANCH_PARTY_ID = nvl(p_branch_party_id, bh.BRANCH_PARTY_ID)