DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on RA_BATCH_SOURCES

Line 1633: FROM ra_batch_sources

1629: AND oh.header_id = p_line_rec.header_id;
1630: IF l_invoice_source_id IS NOT NULL THEN
1631: SELECT name
1632: INTO l_invoice_source
1633: FROM ra_batch_sources
1634: WHERE batch_source_id = l_invoice_source_id;
1635: IF l_debug_level > 0 THEN
1636: oe_debug_pub.add( 'INVOICE_SOURCE IS ( 1 ) : '||L_INVOICE_SOURCE , 5 ) ;
1637: END IF;

Line 1659: FROM ra_batch_sources

1655: AND oh.header_id = p_line_rec.header_id;
1656: IF l_invoice_source_id IS NOT NULL THEN
1657: SELECT name
1658: INTO l_invoice_source
1659: FROM ra_batch_sources
1660: WHERE batch_source_id = l_invoice_source_id;
1661: IF l_debug_level > 0 THEN
1662: oe_debug_pub.add( 'INVOICE SOURCE IS ( 3 ) : '||L_INVOICE_SOURCE , 5 ) ;
1663: END IF;