[Home] [Help]
APPS.JG_ZZ_AERL_DT_PKG dependencies on AP_BATCHES
Line 17: from ap_batches apb
13:
14: cursor c_get_ap_batch_name
15: is
16: select apb.batch_name
17: from ap_batches apb
18: ,ap_invoices api
19: where apb.batch_id = api.batch_id
20: and api.invoice_id = trx_id;
21: