DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on PO_LINES_ALL

Line 3180: po_lines_all POL,

3176: cst_cg_list_temp CCLT,
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

Line 3281: po_lines_all POL,

3277: rcv_transactions RT,
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