DBA Data[Home] [Help]

APPS.PA_INVOICE_TRANSFER dependencies on PA_OUTPUT_TAX_CODE_TXN_V

Line 25: from pa_output_tax_code_txn_v tax

21: and project_id = P_Project_ID
22: -- and output_vat_tax_id is not null
23: and output_tax_classification_code is not null
24: and not exists ( select 'x'
25: from pa_output_tax_code_txn_v tax
26: where tax.tax_code = dii.output_tax_classification_code)
27: /* where P_Trx_Date >= start_date_active
28: and P_Trx_Date <= nvl(end_date_active,P_Trx_Date) */ /* commented for bug 5484859 */
29: -- and vat_tax_id = output_vat_tax_id)