DBA Data[Home] [Help]

APPS.PA_AR_TRX_PURGE dependencies on RA_BATCH_SOURCES

Line 9: FROM ra_batch_sources r,

5: flex_context CHAR(50);
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;