DBA Data[Home] [Help]

APPS.ZX_ON_DEMAND_TRX_UPGRADE_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 4313: hr_organization_information oi,

4309: AND NVL(aps.org_id, -99) = NVL(fsp.org_id, -99)
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

Line 4998: hr_organization_information oi

4994: FROM po_headers_all poh,
4995: financials_system_params_all fsp,
4996: xla_upgrade_dates upd,
4997: ap_system_parameters_all aps,
4998: hr_organization_information oi
4999: WHERE poh.rowid BETWEEN p_start_rowid AND p_end_rowid
5000: AND NVL(poh.closed_code, 'X') <> 'FINALLY CLOSED'
5001: AND NVL(poh.org_id,-99) = NVL(fsp.org_id,-99)
5002: AND upd.ledger_id = fsp.set_of_books_id