DBA Data[Home] [Help]

APPS.FLM_RECEIPT_PUB dependencies on PO_LINE_LOCATIONS_ALL

Line 94: po_line_locations_all poll,

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
98: WHERE poh.po_header_id = pod.po_header_id

Line 513: po_line_locations_all poll,

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,
516: mtl_units_of_measure muom,
517: mtl_kanban_cards mkc,