DBA Data[Home] [Help]

APPS.CST_ITEMRESOURCECOSTS_GRP dependencies on MTL_SYSTEM_ITEMS_B

Line 134: from mtl_system_items_b

130: l_stmt_num := 30;
131:
132: select list_price_per_unit
133: into x_item_cost
134: from mtl_system_items_b
135: where organization_id = p_organization_id
136: and inventory_item_id = p_item_id;
137:
138: elsif (p_cost_source = 4) then