DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on RA_BATCH_SOURCES

Line 271: FROM jg_zz_ar_src_trx_ty ty, ra_batch_sources_all src

267: IF l_document_letter IS NOT NULL THEN
268: BEGIN
269: SELECT ty.batch_source_id
270: INTO l_batch_source_id
271: FROM jg_zz_ar_src_trx_ty ty, ra_batch_sources_all src
272: WHERE ty.cust_trx_type_id = trx_lines_rec.cust_trx_type_id
273: AND ty.batch_source_id = src.batch_source_id
274: AND src.global_attribute3 = l_document_letter
275: AND ty.enable_flag = 'Y';

Line 303: FROM ra_batch_sources

299: IF l_batch_source_id IS NOT NULL
300: THEN
301: SELECT name
302: INTO l_new_batch_source_name
303: FROM ra_batch_sources
304: WHERE batch_source_id = l_batch_source_id;
305: END IF;
306:
307: END;

Line 392: p_batch_source_id IN ra_batch_sources.batch_source_id%TYPE,

388: errbuf OUT NOCOPY varchar2,
389: retcode OUT NOCOPY number,
390: p_parallel_module_name IN varchar2,
391: p_running_mode IN varchar2,
392: p_batch_source_id IN ra_batch_sources.batch_source_id%TYPE,
393: p_batch_source_name IN varchar2,
394: p_default_date IN varchar2,
395: p_trans_flexfield IN varchar2,
396: p_trans_type IN ra_cust_trx_types.name%TYPE,