Cost Management - EBS (MOSC)

MOSC Banner

API CST_Inventory_PUB.Calculate_InventoryValue

edited Feb 15, 2016 11:13AM in Cost Management - EBS (MOSC) 9 commentsAnswered ✓

Hi guys

We were able to execute the API CST_Inventory_PUB.Calculate_InventoryValue successfully, however couldn't retrive any rows from following tables

    cst_inv_qty_temp

    cst_inv_cost_temp

Which we believe, are populated for the session once the API is executed. We obtained the API call from "Inventory Value Report - by Subinventory" concurrent program, which provides rollback dated inventory values...

The sample API script is as following

SET SERVEROUTPUT ON;

Declare

L_FCN_CURRENCY VARCHAR2(15);

L_REPORT_NAME VARCHAR2(80);

sql_stmt_num varchar2(5);

l_exp_sub NUMBER;

l_msg_count NUMBER;

l_msg_data VARCHAR2(8000);

l_return_status VARCHAR2(1);

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