DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on ZX_TRX_TAX_LINK_GT

Line 2887: DELETE zx_trx_tax_link_gt;

2883: NULL;
2884: END IF;
2885: DELETE zx_transaction_lines_gt;
2886: DELETE zx_import_tax_lines_gt;
2887: DELETE zx_trx_tax_link_gt;
2888: DELETE zx_reverse_dist_gt;
2889: RETURN l_return_status;
2890: ELSE -- update the tax only line amount to 0
2891:

Line 3703: DELETE zx_trx_tax_link_gt;

3699: END IF; --Marker 0
3700:
3701: DELETE zx_transaction_lines_gt;
3702: DELETE zx_import_tax_lines_gt;
3703: DELETE zx_trx_tax_link_gt;
3704: DELETE zx_reverse_dist_gt;
3705:
3706:
3707: --Bug14383132 : End