DBA Data[Home] [Help]

APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_RCV_LINE_TAXES

Line 475: from jai_rcv_line_taxes jrtl,

471:
472: cursor c_check_receipt_tds_tax(p_shipment_header_id number, p_shipment_line_id number,p_section_type jai_cmn_taxes_all.section_type%type) is--rchandan for bug#4428980
473: select jtc.section_code section_code,
474: jrtl.tax_id tax_id
475: from jai_rcv_line_taxes jrtl,
476: jai_cmn_taxes_all jtc
477: where jtc.tax_id = jrtl.tax_id
478: and jrtl.tax_type = jai_constants.tax_type_tds
479: and jtc.section_type = p_section_type--rchandan for bug#4428980