DBA Data[Home] [Help]

APPS.AP_LINES_UPGRADE_PKG dependencies on AP_TAX_CODES_ALL

Line 1430: AP_Tax_Codes_All ATC,

1426: RCV_Transactions RCT, -- bug 6896361 added to get rcv_shipment_line_id from this table
1427: PO_Distributions_All PD,
1428: PO_Lines_All PL,
1429: AP_Inv_Dists_Source AID1,
1430: AP_Tax_Codes_All ATC,
1431: ZX_Rates_B ZXR
1432: WHERE AI.Invoice_ID = AID.Invoice_ID
1433: AND NVL(AI.Org_ID,-99) = NVL(ASP.Org_ID,-99)
1434: AND ((NVL(AID.Reversal_Flag,'N') = 'N')