DBA Data[Home] [Help]

APPS.PA_AR_TRX_PURGE dependencies on PA_IMPLEMENTATIONS

Line 10: pa_implementations p

6: BEGIN
7: SELECT r.name
8: INTO flex_context
9: FROM ra_batch_sources r,
10: pa_implementations p
11: WHERE p.invoice_batch_source_id = r.batch_source_id;
12:
13: RETURN flex_context;
14: EXCEPTION