DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on AP_CHECKS

Line 196: from ap_checks A

192: AND PS.payment_status_flag <> 'N'
193: AND nvl(P.reversal_flag,'N') <> 'Y'
194: AND P.amount is not NULL
195: AND exists ( select 'non void check'
196: from ap_checks A
197: where A.check_id = P.check_id
198: and void_date is null);--Bug 6135172
199:
200: IF ( l_payment_count <> 0 ) THEN