DBA Data[Home] [Help]

APPS.POA_SAVINGS_CON dependencies on PO_LINES_ALL

Line 185: , po_lines_all plc

181: FROM poa_edw_po_dist_inc inc,
182: gl_sets_of_books gl
183: , po_distributions_all pod
184: , po_line_locations_all psc
185: , po_lines_all plc
186: , po_headers_all phc
187: , po_releases_all por
188: WHERE inc.primary_key = pod.PO_DISTRIBUTION_ID
189: and phc.po_header_id = plc.po_header_id

Line 358: , po_lines_all plc

354: FROM poa_edw_po_dist_inc inc,
355: gl_sets_of_books gl
356: , po_distributions_all pod
357: , po_line_locations_all psc
358: , po_lines_all plc
359: , po_headers_all phc
360: WHERE inc.primary_key = pod.PO_DISTRIBUTION_ID
361: and phc.po_header_id = plc.po_header_id
362: and plc.po_line_id = psc.po_line_id

Line 529: , po_lines_all plc

525: FROM poa_edw_po_dist_inc inc,
526: gl_sets_of_books gl
527: , po_distributions_all pod
528: , po_line_locations_all psc
529: , po_lines_all plc
530: , po_headers_all phc
531: , po_headers_all ga
532: WHERE inc.primary_key = pod.PO_DISTRIBUTION_ID
533: and phc.po_header_id = plc.po_header_id

Line 706: , po_lines_all plc

702: from poa_edw_po_dist_inc inc,
703: gl_sets_of_books gl
704: , po_distributions_all pod
705: , po_line_locations_all psc
706: , po_lines_all plc
707: , po_headers_all phc
708: , po_doc_style_headers style
709: where inc.primary_key = pod.po_distribution_id
710: and phc.po_header_id = plc.po_header_id