DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING dependencies on RA_BATCH_SOURCES

Line 6495: l_create_clearing_flag ra_batch_sources.create_clearing_flag%type;

6491: l_no_rows_unearn BOOLEAN := FALSE;
6492: l_no_rows_suspense BOOLEAN := FALSE;
6493: l_no_rows_charges BOOLEAN := FALSE;
6494: l_invoicing_rule_id ra_customer_trx.invoicing_rule_id%type;
6495: l_create_clearing_flag ra_batch_sources.create_clearing_flag%type;
6496: l_line_type ra_customer_trx_lines.line_type%type;
6497: BEGIN
6498:
6499: debug( ' Processing ALL mode...', MSG_LEVEL_DEBUG );

Line 6508: ra_batch_sources b

6504: create_clearing_flag
6505: INTO l_invoicing_rule_id,
6506: l_create_clearing_flag
6507: FROM ra_customer_trx t,
6508: ra_batch_sources b
6509: WHERE customer_trx_id = p_customer_trx_id
6510: AND t.batch_source_id = b.batch_source_id;
6511: END IF;
6512: