DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on PO_LINE_LOCATIONS

Line 1281: FROM PO_LINE_LOCATIONS_ALL

1277:
1278: IF l_po_line_location_id IS NOT NULL THEN
1279: SELECT LCM_FLAG
1280: INTO v_lcm_flag
1281: FROM PO_LINE_LOCATIONS_ALL
1282: WHERE LINE_LOCATION_ID = l_po_line_location_id;
1283: END IF;
1284:
1285: IF nvl(v_lcm_flag, 'N') = 'Y' THEN

Line 1298: FROM PO_LINE_LOCATIONS_ALL

1294: WHERE rp.organization_id = l_to_org_id;
1295:
1296: /* SELECT LCM_FLAG
1297: INTO v_lcm_flag
1298: FROM PO_LINE_LOCATIONS_ALL
1299: WHERE LINE_LOCATION_ID = l_po_line_location_id;
1300: */
1301:
1302: IF nvl(v_lcm_enabled_org, 'N') = 'Y' THEN

Line 1758: , po_line_locations poll

1754: , pol.secondary_uom secondary_uom --OPM Convergence
1755: , NULL secondary_uom_code --OPM Convergence
1756: , pol.secondary_qty secondary_quantity --OPM Convergence* commented out temp
1757: FROM po_headers poh
1758: , po_line_locations poll
1759: , po_lines pol
1760: , po_releases por
1761: , mtl_system_items msi
1762: , mtl_units_of_measure mum

Line 4102: , po_line_locations poll

4098: , NULL secondary_quantity --OPM Convergence
4099: FROM rcv_shipment_lines rsl
4100: , rcv_shipment_headers rsh
4101: , po_headers poh
4102: , po_line_locations poll
4103: , po_lines pol
4104: , po_releases por
4105: , mtl_system_items msi
4106: , mtl_units_of_measure mum