DBA Data[Home] [Help]

APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on PO_LINES_ALL

Line 4402: po_lines_all pol,

4398: AND (trunc(poh.last_update_date) between upd.start_date and upd.end_date)
4399: ) poh,
4400: fnd_currencies fc,
4401: hr_organization_information oi,
4402: po_lines_all pol,
4403: po_line_locations_all poll,
4404: zx_party_tax_profile ptp,
4405: hr_locations_all hr
4406: WHERE NVL(poh.currency_code, poh.base_currency_code) = fc.currency_code(+)

Line 5089: po_lines_all pol,

5085: AND oi.organization_id(+) = poh.org_id
5086: AND oi.org_information_context(+) = 'Operating Unit Information'
5087: ) poh,
5088: fnd_currencies fc,
5089: po_lines_all pol,
5090: po_line_locations_all poll,
5091: zx_party_tax_profile ptp,
5092: ap_tax_codes_all atc,
5093: zx_rates_b rates,

Line 5796: po_lines_all pol,

5792: AND oi.organization_id(+) = poh.org_id
5793: AND oi.org_information_context(+) = 'Operating Unit Information'
5794: ) poh,
5795: fnd_currencies fc,
5796: po_lines_all pol,
5797: po_line_locations_all poll,
5798: zx_party_tax_profile ptp,
5799: ap_tax_codes_all atc,
5800: ar_tax_group_codes_all atg,