You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Which table in Oracle Fusion serves same purpose as PO_LOCATION_ASSOCIATIONS_ALL in Oracle E-Busines

we need to migrate the below table(po_location_associations_all) of EBS to fusion.

SELECT
attribute18
FROM
po_location_associations_all la,
hr_locations_all l
WHERE
la.site_use_id = site_use.site_use_id
AND la.location_id = l.location_id
AND ROWNUM <= 1

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!