DBA Data[Home] [Help]

APPS.INV_MGD_MVT_SO_MDTR dependencies on CST_ITEM_COSTS_FOR_GL_VIEW

Line 466: CST_ITEM_COSTS_FOR_GL_VIEW

462: CURSOR c_item_cost IS
463: SELECT
464: item_cost
465: FROM
466: CST_ITEM_COSTS_FOR_GL_VIEW
467: WHERE organization_id = x_movement_transaction.organization_id
468: AND inventory_item_id = x_movement_transaction.inventory_item_id;
469: BEGIN
470: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)