DBA Data[Home] [Help]

APPS.FLM_RECEIPT_PUB dependencies on PO_HEADERS_ALL

Line 93: FROM po_headers_all poh,

89: poh.approved_flag,
90: poll.qty_rcv_tolerance,
91: pod.quantity_ordered,
92: pod.quantity_delivered
93: FROM po_headers_all poh,
94: po_line_locations_all poll,
95: po_distributions_all pod,
96: mtl_kanban_cards mkc,
97: mtl_kanban_card_activity mkca

Line 511: FROM po_headers_all poh,

507: poll.country_of_origin_code country_of_origin_code,
508: poll.secondary_quantity secondary_quantity,
509: poll.secondary_unit_of_measure secondary_uom,
510: poll.org_id org_id
511: FROM po_headers_all poh,
512: po_lines_all pol,
513: po_line_locations_all poll,
514: po_distributions_all pod,
515: mtl_system_items_vl msi,