DBA Data[Home] [Help]

APPS.PO_ENCUMBRANCE_PREPROCESSING dependencies on PO_LINE_LOCATIONS_ALL

Line 2197: , PO_LINE_LOCATIONS_ALL POLL

2193: x_dist_id_tbl
2194: , x_origin_seq_num_tbl
2195: FROM
2196: PO_DISTRIBUTIONS_ALL POD
2197: , PO_LINE_LOCATIONS_ALL POLL
2198: , PO_ENCUMBRANCE_GT SR_DIST
2199: WHERE POLL.line_location_id = POD.line_location_id --JOIN
2200: AND POD.po_distribution_id = SR_DIST.source_distribution_id --JOIN
2201: AND NVL(POD.prevent_encumbrance_flag,'N') = 'N'