DBA Data[Home] [Help]

APPS.MRP_FORECAST dependencies on CST_ITEM_COSTS_FOR_GL_VIEW

Line 54: FROM cst_item_costs_for_gl_view

50:
51: BEGIN
52: SELECT NVL(item_cost,0)
53: INTO var_item_cost
54: FROM cst_item_costs_for_gl_view
55: WHERE organization_id = arg_org_id
56: AND inventory_item_id = arg_inventory_item_id;
57:
58: EXCEPTION