DBA Data[Home] [Help]

APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_RCV_LINE_TAXES

Line 528: from jai_rcv_line_taxes jrtl,

524:
525: 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
526: select jtc.section_code section_code,
527: jrtl.tax_id tax_id
528: from jai_rcv_line_taxes jrtl,
529: jai_cmn_taxes_all jtc
530: where jtc.tax_id = jrtl.tax_id
531: and jrtl.tax_type = jai_constants.tax_type_tds
532: and jtc.section_type = p_section_type--rchandan for bug#4428980