DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on WIP_OSP_LINES_VAL_V

Line 3122: , wip_osp_lines_val_v wolv

3118: , po_lines_all pla
3119: , po_distributions_all pda
3120: , po_releases_all prl
3121: , wip_osp_jobs_val_v wojv
3122: , wip_osp_lines_val_v wolv
3123: , wip_osp_operations_val_v woov
3124: WHERE phl.po_header_id = p_po_header_id
3125: AND phl.po_header_id = pla.po_header_id
3126: AND pla.po_line_id = nvl (p_po_line_id, pla.po_line_id)

Line 3161: , wip_osp_lines_val_v wolv

3157: FROM po_headers_all phl
3158: , po_lines_all pla
3159: , po_distributions_all pda
3160: , wip_osp_jobs_val_v wojv
3161: , wip_osp_lines_val_v wolv
3162: , wip_osp_operations_val_v woov
3163: , rcv_shipment_headers shh
3164: , rcv_shipment_lines shl
3165: WHERE shh.shipment_header_id = p_shipment_header_id

Line 3199: , wip_osp_lines_val_v wolv

3195: FROM po_headers_all phl
3196: , po_lines_all pla
3197: , po_distributions_all pda
3198: , wip_osp_jobs_val_v wojv
3199: , wip_osp_lines_val_v wolv
3200: , wip_osp_operations_val_v woov
3201: WHERE phl.po_header_id = p_po_header_id
3202: AND phl.po_header_id = pla.po_header_id
3203: AND pla.po_line_id = nvl (p_po_line_id, pla.po_line_id)