DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on RA_BATCH_SOURCES

Line 6603: l_create_clearing_flag ra_batch_sources.create_clearing_flag%type;

6599: l_no_rows_unearn BOOLEAN := FALSE;
6600: l_no_rows_suspense BOOLEAN := FALSE;
6601: l_no_rows_charges BOOLEAN := FALSE;
6602: l_invoicing_rule_id ra_customer_trx.invoicing_rule_id%type;
6603: l_create_clearing_flag ra_batch_sources.create_clearing_flag%type;
6604: l_line_type ra_customer_trx_lines.line_type%type;
6605: BEGIN
6606:
6607: debug( ' Processing ALL mode...', MSG_LEVEL_DEBUG );

Line 6616: ra_batch_sources b

6612: create_clearing_flag
6613: INTO l_invoicing_rule_id,
6614: l_create_clearing_flag
6615: FROM ra_customer_trx t,
6616: ra_batch_sources b
6617: WHERE customer_trx_id = p_customer_trx_id
6618: AND t.batch_source_id = b.batch_source_id;
6619: END IF;
6620: