DBA Data[Home] [Help]

APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on PO_LINES_ALL

Line 4314: po_lines_all pol,

4310: AND (poh.last_update_date between upd.start_date and upd.end_date)
4311: ) poh,
4312: fnd_currencies fc,
4313: hr_organization_information oi,
4314: po_lines_all pol,
4315: po_line_locations_all poll,
4316: zx_party_tax_profile ptp,
4317: hr_locations_all hr
4318: WHERE NVL(poh.currency_code, poh.base_currency_code) = fc.currency_code(+)

Line 5010: po_lines_all pol,

5006: AND oi.organization_id(+) = poh.org_id
5007: AND oi.org_information_context(+) = 'Operating Unit Information'
5008: ) poh,
5009: fnd_currencies fc,
5010: po_lines_all pol,
5011: po_line_locations_all poll,
5012: zx_party_tax_profile ptp,
5013: ap_tax_codes_all atc,
5014: ar_tax_group_codes_all atg,