EBS Customizations (MOSC)

MOSC Banner

today i received error Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.s

edited Oct 19, 2022 2:02AM in EBS Customizations (MOSC) 3 commentsQuestion

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center