DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_CLEAR dependencies on CE_STATEMENT_RECON_GT_V

Line 74: from ce_statement_recon_gt_v --ce_statement_reconciliations

70: CE_AUTO_BANK_MATCH.reconcile_to_statement_flag
71: WHERE statement_line_id = X_statement_line_id
72: AND EXISTS
73: (select NULL
74: from ce_statement_recon_gt_v --ce_statement_reconciliations
75: where statement_line_id = l.statement_line_id
76: and current_record_flag = 'Y'
77: and status_flag = 'M');
78: else

Line 90: from ce_statement_recon_gt_v --ce_statement_reconciliations

86: CE_AUTO_BANK_MATCH.reconcile_to_statement_flag
87: WHERE statement_line_id = X_statement_line_id
88: AND EXISTS
89: (select NULL
90: from ce_statement_recon_gt_v --ce_statement_reconciliations
91: where statement_line_id = l.statement_line_id
92: and current_record_flag = 'Y'
93: and status_flag = 'M');
94: end if;