DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 3276: po_line_locations_all POLL,

3272: mtl_supply MS,
3273: rcv_transactions RT,
3274: mtl_parameters MP,
3275: po_lines_all POL,
3276: po_line_locations_all POLL,
3277: pjm_project_parameters PPP
3278: WHERE NVL(CILT.inventory_item_id, -1) = NVL(MS.item_id, -1)
3279: AND MP.organization_id = MS.to_organization_id
3280: AND MS.to_organization_id = p_organization_id

Line 3378: po_line_locations_all POLL,

3374: rcv_transactions PARENT_RT,
3375: rcv_transactions GRPARENT_RT,
3376: mtl_parameters MP,
3377: po_lines_all POL,
3378: po_line_locations_all POLL,
3379: pjm_project_parameters PPP
3380: WHERE NVL(CILT.inventory_item_id, -1) = NVL(POL.item_id, -1)
3381: AND MP.organization_id = RT.organization_id
3382: AND RT.organization_id = p_organization_id