DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on RA_BATCH_SOURCES

Line 1416: FROM ra_batch_sources

1412: AND oh.header_id = p_line_rec.header_id;
1413: IF l_invoice_source_id IS NOT NULL THEN
1414: SELECT name
1415: INTO l_invoice_source
1416: FROM ra_batch_sources
1417: WHERE batch_source_id = l_invoice_source_id;
1418: IF l_debug_level > 0 THEN
1419: oe_debug_pub.add( 'INVOICE_SOURCE IS ( 1 ) : '||L_INVOICE_SOURCE , 5 ) ;
1420: END IF;

Line 1442: FROM ra_batch_sources

1438: AND oh.header_id = p_line_rec.header_id;
1439: IF l_invoice_source_id IS NOT NULL THEN
1440: SELECT name
1441: INTO l_invoice_source
1442: FROM ra_batch_sources
1443: WHERE batch_source_id = l_invoice_source_id;
1444: IF l_debug_level > 0 THEN
1445: oe_debug_pub.add( 'INVOICE SOURCE IS ( 3 ) : '||L_INVOICE_SOURCE , 5 ) ;
1446: END IF;