DBA Data[Home] [Help]

APPS.ARP_TAX_VIEW_TAXWARE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 193

 |    Returns the Tax Selection parameter flag                               |
 |    2 = Use only ship-to address                                           |
 |    3 = Use only all jurisdications                                        |
 |                                                                           |
 | SCOPE - PUBLIC                                                            |
 |                                                                           |
 | MODIFICATION HISTORY                                                      |
 |     09-DEC-97    Kenichi Mizuta    Created                                |
 |                                                                           |
 +===========================================================================*/

function Tax_Sel_Parm (
	p_view_name IN VARCHAR2,
	p_header_id IN Number,
	p_line_id IN Number)
return NUMBER
is
begin
   return null;