DBA Data[Home] [Help]

APPS.JL_AR_AUTOINV_PKG dependencies on RA_BATCH_SOURCES

Line 296: FROM jg_zz_ar_src_trx_ty ty, ra_batch_sources src

292: IF l_document_letter IS NOT NULL THEN
293: BEGIN
294: SELECT ty.batch_source_id
295: INTO l_batch_source_id
296: FROM jg_zz_ar_src_trx_ty ty, ra_batch_sources src
297: WHERE ty.cust_trx_type_id = trx_lines_rec.cust_trx_type_id
298: AND ty.batch_source_id = src.batch_source_id
299: AND src.global_attribute3 = l_document_letter
300: AND ty.enable_flag = 'Y';

Line 328: FROM ra_batch_sources

324: IF l_batch_source_id IS NOT NULL
325: THEN
326: SELECT name
327: INTO l_new_batch_source_name
328: FROM ra_batch_sources
329: WHERE batch_source_id = l_batch_source_id;
330: END IF;
331:
332: END;

Line 417: p_batch_source_id IN ra_batch_sources.batch_source_id%TYPE,

413: errbuf OUT NOCOPY varchar2,
414: retcode OUT NOCOPY number,
415: p_parallel_module_name IN varchar2,
416: p_running_mode IN varchar2,
417: p_batch_source_id IN ra_batch_sources.batch_source_id%TYPE,
418: p_batch_source_name IN varchar2,
419: p_default_date IN varchar2,
420: p_trans_flexfield IN varchar2,
421: p_trans_type IN ra_cust_trx_types.name%TYPE,