DBA Data[Home] [Help]

APPS.JAI_RCV_TAX_PKG dependencies on JAI_OM_OE_RMA_TAXES

Line 1180: RMA JAI_OM_OE_RMA_TAXES

1176:
1177: The code now fetches the Precedences from the following points for the following sources:
1178: ----------------------------------------------------------------------------------------
1179: source type Source Table
1180: RMA JAI_OM_OE_RMA_TAXES
1181: PO JAI_PO_TAXES
1182: ISO JAI_OM_WSH_LINE_TAXES
1183: ----------------------------------------------------------------------------------------
1184: In these 3 cases a insert into JAI_RCV_LINE_TAXES is present and this is,

Line 2094: FROM JAI_OM_OE_RMA_TAXES rtl,

2090: rtl.precedence_9,
2091: rtl.precedence_10,
2092: tax_types.regime_code regime_code
2093: --3848133
2094: FROM JAI_OM_OE_RMA_TAXES rtl,
2095: JAI_CMN_TAXES_ALL jtc
2096: , jai_regime_tax_types_v tax_types
2097: WHERE rtl.rma_line_id = p_oe_order_line_id
2098: AND jtc.tax_id = rtl.tax_id