DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 3181: po_line_locations_all POLL,

3177: mtl_supply MS,
3178: rcv_transactions RT,
3179: mtl_parameters MP,
3180: po_lines_all POL,
3181: po_line_locations_all POLL,
3182: pjm_project_parameters PPP
3183: WHERE NVL(CILT.inventory_item_id, -1) = NVL(MS.item_id, -1)
3184: AND MP.organization_id = MS.to_organization_id
3185: AND MS.to_organization_id = p_organization_id

Line 3282: po_line_locations_all POLL,

3278: rcv_transactions PARENT_RT,
3279: rcv_transactions GRPARENT_RT,
3280: mtl_parameters MP,
3281: po_lines_all POL,
3282: po_line_locations_all POLL,
3283: pjm_project_parameters PPP
3284: WHERE NVL(CILT.inventory_item_id, -1) = NVL(POL.item_id, -1)
3285: AND MP.organization_id = RT.organization_id
3286: AND RT.organization_id = p_organization_id