DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_LINE_LOCATIONS_ALL

Line 2235: , PO_LINE_LOCATIONS_ALL POLL

2231: x_dist_id_tbl
2232: , x_origin_seq_num_tbl
2233: FROM
2234: PO_DISTRIBUTIONS_ALL POD
2235: , PO_LINE_LOCATIONS_ALL POLL
2236: , PO_ENCUMBRANCE_GT SR_DIST
2237: WHERE POLL.line_location_id = POD.line_location_id --JOIN
2238: AND POD.po_distribution_id = SR_DIST.source_distribution_id --JOIN
2239: AND NVL(POD.prevent_encumbrance_flag,'N') = 'N'