DBA Data[Home] [Help]

APPS.PO_ITEMS_SV2 dependencies on CST_ITEM_COSTS_FOR_GL_VIEW

Line 353: FROM cst_item_costs_for_gl_view cic

349: x_progress := '010';
350:
351: SELECT cic.item_cost
352: INTO x_inv_cost
353: FROM cst_item_costs_for_gl_view cic
354: WHERE cic.inventory_item_id = x_item_id
355: AND cic.organization_id = x_organization_id;
356:
357: