DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on PO_DISTRIBUTIONS_ALL

Line 699: -- , po_distributions_all pod --Commented as part of Bug# 3586116

695: * , mtl_transaction_lot_numbers mtln -- Added as part of Bug# 4186856
696: */
697: , rcv_shipment_lines rsl
698: , po_lines_all pol
699: -- , po_distributions_all pod --Commented as part of Bug# 3586116
700: , po_headers_all pha
701: , rcv_shipment_headers rsh
702: , po_line_locations_all pll
703: , po_vendors pov

Line 885: -- , po_distributions_all pod --Commented as part of Bug# 3586116

881: FROM rcv_transactions rt
882: , mtl_transaction_lot_numbers mtln
883: , rcv_shipment_lines rsl
884: , po_lines_all pol
885: -- , po_distributions_all pod --Commented as part of Bug# 3586116
886: , po_headers_all pha
887: , rcv_shipment_headers rsh
888: , po_line_locations pll
889: , po_vendors pov

Line 1056: -- , po_distributions_all pod --Commented as part of Bug# 3586116

1052: FROM rcv_transactions rt
1053: , mtl_transaction_lot_numbers mtln
1054: , rcv_shipment_lines rsl
1055: , po_lines_all pol
1056: -- , po_distributions_all pod --Commented as part of Bug# 3586116
1057: , po_headers_all pha
1058: , rcv_shipment_headers rsh
1059: , po_line_locations pll
1060: , po_vendors pov

Line 1868: FROM po_distributions_all pod,

1864:
1865: /* For Bug 4916450 defined the cursor pod_project_task */
1866: CURSOR pod_project_task IS
1867: SELECT DISTINCT pod.project_id, pod.task_id
1868: FROM po_distributions_all pod,
1869: rcv_transactions rt
1870: WHERE pod.po_header_id = rt.po_header_id
1871: AND pod.po_line_id = rt.po_line_id
1872: AND pod.line_location_id = rt.po_line_location_id