DBA Data[Home] [Help]

APPS.ZX_ON_FLY_TRX_UPGRADE_PO_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 2303: po_distributions_all pod

2299: FROM po_headers_all poh,
2300: financials_system_params_all fsp,
2301: zx_lines zxl,
2302: po_line_locations_all poll,
2303: po_distributions_all pod
2304: WHERE poh.po_header_id = p_upg_trx_info_rec.trx_id
2305: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
2306: AND zxl.application_id = 201
2307: AND zxl.entity_code = 'PURCHASE_ORDER'

Line 4636: po_distributions_all pod

4632: FROM po_line_locations_all poll,
4633: po_headers_all poh,
4634: financials_system_params_all fsp,
4635: zx_lines zxl,
4636: po_distributions_all pod
4637: WHERE poll.po_release_id = p_upg_trx_info_rec.trx_id
4638: AND poh.po_header_id = poll.po_header_id
4639: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
4640: AND zxl.application_id = 201

Line 7006: po_distributions_all pod

7002: po_headers_all poh,
7003: financials_system_params_all fsp,
7004: zx_lines zxl,
7005: po_line_locations_all poll,
7006: po_distributions_all pod
7007: WHERE poh.po_header_id = zxvalerr.other_doc_trx_id
7008: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
7009: AND zxl.application_id = 201
7010: AND zxl.entity_code = 'PURCHASE_ORDER'

Line 9319: po_distributions_all pod

9315: po_line_locations_all poll,
9316: po_headers_all poh,
9317: financials_system_params_all fsp,
9318: zx_lines zxl,
9319: po_distributions_all pod
9320: WHERE poll.po_release_id = zxvalerr.other_doc_trx_id
9321: AND poh.po_header_id = poll.po_header_id
9322: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
9323: AND zxl.application_id = 201