DBA Data[Home] [Help]

APPS.CE_CSH_FCST_POP dependencies on CE_BANK_ACCOUNTS

Line 413: ce_gl_accounts_ccid ccid, ce_bank_acct_uses_all bau, ce_bank_accounts ba';

409: END IF;
410:
411: IF (CE_CASH_FCST.G_trx_type IN ('APP','ARR','PAY','XTI','XTO','XTR')) THEN
412: from_clause := from_clause || ' ,
413: ce_gl_accounts_ccid ccid, ce_bank_acct_uses_all bau, ce_bank_accounts ba';
414: END IF;
415:
416: IF (CE_CASH_FCST.G_trx_type not in ('XTI','XTO','XTR')) THEN
417: from_clause := from_clause || ' ,

Line 1367: FROM ce_bank_accounts ba

1363: SELECT bank_account_name,
1364: account_owner_org_id
1365: INTO l_bank_acc_name,
1366: l_legal_entity_id
1367: FROM ce_bank_accounts ba
1368: WHERE ba.bank_account_id = p_bank.bank_account_id;
1369:
1370: SELECT count(1)
1371: INTO counter2