DBA Data[Home] [Help]

APPS.CE_ZBA_DEAL_GENERATION dependencies on CE_BANK_ACCT_USES_ALL

Line 584: from ce_bank_accounts ba, ce_bank_acct_uses_all bau

580: cep_standard.debug('>>validate existing of unreconciled sweep lines');
581: else --Validate the bank account is an authorized treasury account
582: if fnd_profile.value('CE_BANK_ACCOUNT_TRANSFERS') = 'XTR' then
583: select count(1) into l_count
584: from ce_bank_accounts ba, ce_bank_acct_uses_all bau
585: where ba.bank_account_id = CE_ZBA_DEAL_GENERATION.csh_bank_account_id
586: and bau.bank_account_id = ba.bank_account_id
587: and ba.xtr_use_allowed_flag = 'Y'
588: and bau.authorized_flag = 'Y';