DBA Data[Home] [Help]

APPS.CST_INVENTORY_PVT dependencies on PO_LINES_ALL

Line 3275: po_lines_all POL,

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

Line 3377: po_lines_all POL,

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