DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on CE_CASHFLOW_ACCT_H

Line 3787: from ce_cashflow_acct_h

3783: elsif ( CE_AUTO_BANK_MATCH.csl_clearing_trx_type = 'CASHFLOW')
3784: then
3785: select max(accounting_date)
3786: into l_unclearing_gl_date
3787: from ce_cashflow_acct_h
3788: Where cashflow_id = CE_AUTO_BANK_MATCH.trx_id
3789: and event_type = 'CE_BAT_UNCLEARED';
3790:
3791: elsif (CE_AUTO_BANK_MATCH.csl_clearing_trx_type IN ('CASH','MISC'))

Line 7878: from ce_cashflow_acct_h

7874: -- fetch unclearing date
7875: begin
7876: select max(accounting_date)
7877: into l_unclearing_gl_date
7878: from ce_cashflow_acct_h
7879: Where cashflow_id = CE_AUTO_BANK_MATCH.trx_id
7880: and event_type = 'CE_BAT_UNCLEARED';
7881: exception
7882: when no_data_found then