DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PKG dependencies on JAI_CMN_LINES

Line 181: excise_inv_num to excise_inv_number in jai_cmn_lines table

177:
178: 9. 05/07/2007 brathod, for Bug# 5763527, File Version 120.19
179: FP: 11.5.9 - 12.0:FORWARD PORTING FROM 115 BUG 5763527
180: 10. 16-07-2007 Changed shipment_num to shipment_number
181: excise_inv_num to excise_inv_number in jai_cmn_lines table
182: 11. 24-oct-2007 vkaranam for bug#6457733,File version 120.25
183: Issue:
184: UNABLE TO FIND LOV VALUES IN INDIA - TO INSERT TAXES FOR PAY ON RECEIPT"
185: Changes are done in process_batch procedure

Line 5906: jai_cmn_lines lines

5902: , taxes.tax_type
5903: , taxes.tax_line_no -- added, Harshita for Bug 5553150
5904: , NVL(jcta.inclusive_tax_flag,'N') inc_tax_flag --Added by Eric for Inclusive Tax
5905: FROM
5906: jai_cmn_lines lines
5907: , jai_cmn_document_Taxes taxes
5908: , jai_cmn_taxes_all jcta --Added by Eric for Inclusive Tax
5909: WHERE lines.cmn_line_id = taxes.source_doc_line_id
5910: AND taxes.source_doc_type = 'ASBN'