DBA Data[Home] [Help]

APPS.PA_TAX_CLIENT_EXTN_DRV dependencies on PA_OUTPUT_TAX_CODE_TXN_V

Line 113: from pa_output_tax_code_txn_v

109: -- Verify the existance of the tax Id
110:
111: Select 'x'
112: into l_dummy
113: from pa_output_tax_code_txn_v
114: where tax_code = l_tax_code
115: and org_id in (PA_MOAC_UTILS.GET_CURRENT_ORG_ID, -99) /*Added condition for Bug 5255736*/
116: and G_Invoice_Date between start_date_active and nvl(end_date_active,sysdate); /* Added for Bug 6521026 */
117: -- where vat_tax_id = l_vat_tax_id;--commented by hsiu