DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on WIP_OSP_LINES_VAL_V

Line 3046: , wip_osp_lines_val_v wolv

3042: , po_lines_all pla
3043: , po_distributions_all pda
3044: , po_releases_all prl
3045: , wip_osp_jobs_val_v wojv
3046: , wip_osp_lines_val_v wolv
3047: , wip_osp_operations_val_v woov
3048: WHERE phl.po_header_id = p_po_header_id
3049: AND phl.po_header_id = pla.po_header_id
3050: AND pla.po_line_id = nvl (p_po_line_id, pla.po_line_id)

Line 3083: , wip_osp_lines_val_v wolv

3079: FROM po_headers_all phl
3080: , po_lines_all pla
3081: , po_distributions_all pda
3082: , wip_osp_jobs_val_v wojv
3083: , wip_osp_lines_val_v wolv
3084: , wip_osp_operations_val_v woov
3085: WHERE phl.po_header_id = p_po_header_id
3086: AND phl.po_header_id = pla.po_header_id
3087: AND pla.po_line_id = nvl (p_po_line_id, pla.po_line_id)