DBA Data[Home] [Help]

APPS.ZX_ON_FLY_TRX_UPGRADE_PO_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 2359: po_distributions_all pod

2355: FROM po_headers_all poh,
2356: financials_system_params_all fsp,
2357: zx_lines zxl,
2358: po_line_locations_all poll,
2359: po_distributions_all pod
2360: WHERE poh.po_header_id = p_upg_trx_info_rec.trx_id
2361: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
2362: AND zxl.application_id = 201
2363: AND zxl.entity_code = 'PURCHASE_ORDER'

Line 4720: po_distributions_all pod

4716: FROM po_line_locations_all poll,
4717: po_headers_all poh,
4718: financials_system_params_all fsp,
4719: zx_lines zxl,
4720: po_distributions_all pod
4721: WHERE poll.po_release_id = p_upg_trx_info_rec.trx_id
4722: AND poh.po_header_id = poll.po_header_id
4723: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
4724: AND zxl.application_id = 201

Line 7116: po_distributions_all pod

7112: po_headers_all poh,
7113: financials_system_params_all fsp,
7114: zx_lines zxl,
7115: po_line_locations_all poll,
7116: po_distributions_all pod
7117: WHERE poh.po_header_id = zxvalerr.other_doc_trx_id
7118: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
7119: AND zxl.application_id = 201
7120: AND zxl.entity_code = 'PURCHASE_ORDER'

Line 9455: po_distributions_all pod

9451: po_line_locations_all poll,
9452: po_headers_all poh,
9453: financials_system_params_all fsp,
9454: zx_lines zxl,
9455: po_distributions_all pod
9456: WHERE poll.po_release_id = zxvalerr.other_doc_trx_id
9457: AND poh.po_header_id = poll.po_header_id
9458: AND NVL(poh.org_id, -99) = NVL(fsp.org_id, -99)
9459: AND zxl.application_id = 201