today i received error Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.s
SELECT DISTINCT poh.segment1
FROM apps.po_headers_all poh ,
apps.po_lines_all pol ,
apps.po_requisition_lines_all prla ,
apps.po_req_distributions_all prd ,
apps.po_distributions_all pod ,
apps.po_line_locations_all pll ,
apps.wip_entities we ,
apps.po_line_types plt
WHERE we.WIP_ENTITY_NAME = &J
AND prla.wip_entity_id = we.WIP_ENTITY_ID
AND prd.requisition_line_id = prla.requisition_line_id
AND prd.distribution_id = pod.req_distribution_id
AND pod.po_header_id = pll.po_header_id
AND pod.po_line_id = pll.po_line_id
AND pod.line_location_id = pll.line_location_id