DBA Data[Home] [Help]

APPS.INV_RCV_STD_RCPT_APIS dependencies on PO_LINE_LOCATIONS

Line 1247: FROM PO_LINE_LOCATIONS_ALL

1243:
1244: IF l_po_line_location_id IS NOT NULL THEN
1245: SELECT LCM_FLAG
1246: INTO v_lcm_flag
1247: FROM PO_LINE_LOCATIONS_ALL
1248: WHERE LINE_LOCATION_ID = l_po_line_location_id;
1249: END IF;
1250:
1251: IF nvl(v_lcm_flag, 'N') = 'Y' THEN

Line 1264: FROM PO_LINE_LOCATIONS_ALL

1260: WHERE rp.organization_id = l_to_org_id;
1261:
1262: /* SELECT LCM_FLAG
1263: INTO v_lcm_flag
1264: FROM PO_LINE_LOCATIONS_ALL
1265: WHERE LINE_LOCATION_ID = l_po_line_location_id;
1266: */
1267:
1268: IF nvl(v_lcm_enabled_org, 'N') = 'Y' THEN

Line 1709: , po_line_locations poll

1705: , pol.secondary_uom secondary_uom --OPM Convergence
1706: , NULL secondary_uom_code --OPM Convergence
1707: , pol.secondary_qty secondary_quantity --OPM Convergence* commented out temp
1708: FROM po_headers poh
1709: , po_line_locations poll
1710: , po_lines pol
1711: , po_releases por
1712: , mtl_system_items msi
1713: , mtl_units_of_measure mum

Line 3921: , po_line_locations poll

3917: , NULL secondary_quantity --OPM Convergence
3918: FROM rcv_shipment_lines rsl
3919: , rcv_shipment_headers rsh
3920: , po_headers poh
3921: , po_line_locations poll
3922: , po_lines pol
3923: , po_releases por
3924: , mtl_system_items msi
3925: , mtl_units_of_measure mum