DBA Data[Home] [Help]

APPS.CE_ZBA_DEAL_GENERATION dependencies on CE_STATEMENT_RECONCILS_ALL

Line 650: from ce_statement_reconcils_all

646: select count(*)
647: into rec_status
648: --from ce_statement_reconciliations
649:
650: from ce_statement_reconcils_all
651: where statement_line_id =
652: CE_ZBA_DEAL_GENERATION.csl_statement_line_id
653: and nvl(status_flag, 'U') = 'M'
654: and nvl(current_record_flag, 'Y') = 'Y';