DBA Data[Home] [Help]

APPS.AR_INVOICE_SQL_FUNC_PUB dependencies on DUAL

Line 512: SELECT 'x' from dual where exists

508: FUNCTION get_taxyn ( p_customer_trx_line_id IN NUMBER)
509: return VARCHAR2 IS
510:
511: CURSOR sel_taxyn( line_id in number ) IS
512: SELECT 'x' from dual where exists
513: ( SELECT 'x'
514: FROM ra_customer_trx_lines l
515: WHERE l.link_to_cust_trx_line_id = line_id
516: AND l.line_type = 'TAX'