DBA Data[Home] [Help]

APPS.INVIDSCS dependencies on CST_ITEM_COSTS

Line 480: from cst_item_costs

476:
477: begin
478: select lot_size, shrinkage_rate
479: into tmp_cst_lot_size, tmp_cst_shrink_rate
480: from cst_item_costs
481: where
482: inventory_item_id = tmp_inv_item_id
483: and organization_id = tmp_organization_id
484: and cost_type_id = tmp_cost_method; /* Bug 7312887 : Changed from cost_type_id = 1*/