DBA Data[Home] [Help]

APPS.INVIDSCS dependencies on CST_ITEM_COSTS

Line 479: from cst_item_costs

475:
476: begin
477: select lot_size, shrinkage_rate
478: into tmp_cst_lot_size, tmp_cst_shrink_rate
479: from cst_item_costs
480: where
481: inventory_item_id = tmp_inv_item_id
482: and organization_id = tmp_organization_id
483: and cost_type_id = 1;