DBA Data[Home] [Help]

APPS.FLM_RECEIPT_PUB dependencies on PO_DISTRIBUTIONS_ALL

Line 95: po_distributions_all pod,

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
99: AND poll.line_location_id = pod.line_location_id

Line 514: po_distributions_all pod,

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,
518: mtl_kanban_card_activity mkca