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

How to fetch Inventory Organization_ID from cst_perpavg_cost table

Accepted answer
263
Views
4
Comments

Summary: How to fetch Inventory Organization_ID from cst_perpavg_cost table


Content (required):

I have 3 records in cst_perpavg_cost table for an item with 3 different val_unit_id values. I need to map each record to corresponding organization_id. Any pointers on this will be of great help.

Version (include the version you are using, if applicable):

Oracle Fusion Cloud Applications 22D (11.13.22.10.0)

Code Snippet (add any code snippets that support your topic, if applicable):

   SELECT a.inventory_item_id, b.val_unit_code, ROUND(a.unit_cost_average, 5) unit_cost

    FROM fusion.cst_perpavg_cost a,

      CST_VAL_UNITS_B b

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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