DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on JAI_CMN_TAXES_ALL

Line 1370: JAI_CMN_TAXES_ALL jtc

1366: ,jtc.vat_flag
1367: ,jtc.adhoc_flag /*10167393*/
1368: ,jtc.inclusive_tax_flag --POT 11936596
1369: from JAI_RCV_LINE_TAXES jrtl,
1370: JAI_CMN_TAXES_ALL jtc
1371: , jai_regime_tax_types_v tax_types /*Vijay Shankar for Bug#4250236(4245089). VAT Impl. */
1372: where jrtl.shipment_line_id = cp_shipment_line_id
1373: AND jrtl.tax_id = jtc.tax_id
1374: AND jtc.tax_type = tax_types.tax_type(+)

Line 3875: JAI_CMN_TAXES_ALL jtc

3871: , NVL(jtc.rounding_factor, 0)
3872: )--rchandan for bug#6971526 end
3873: ) tax_amount_by_account
3874: from JAI_RCV_LINE_TAXES jrtl,
3875: JAI_CMN_TAXES_ALL jtc
3876: where jrtl.shipment_line_id = cp_shipment_line_id
3877: and jrtl.tax_id = jtc.tax_id
3878: and ( nvl(jtc.mod_cr_percentage,0) between 0 and 100 ) --rchandan for bug#6971526
3879: and nvl(jrtl.modvat_flag, 'N') = 'Y'