DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on CST_ITEM_COST_TYPE_V

Line 851: FROM cst_item_cost_type_v

847: if l_assembly_found then
848: BEGIN
849: if ( costs = 1) then
850: SELECT COST_TYPE_ID into l_cst_type_id
851: FROM cst_item_cost_type_v
852: WHERE inventory_item_id = Assembly_item_id
853: AND cost_type_id = c_Cost_type_id
854: AND organization_id = t_org_code_list(I);
855: end if;