DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on CST_ITEM_COST_TYPE_V

Line 807: FROM cst_item_cost_type_v

803: if l_assembly_found then
804: BEGIN
805: if ( costs = 1) then
806: SELECT COST_TYPE_ID into l_cst_type_id
807: FROM cst_item_cost_type_v
808: WHERE inventory_item_id = Assembly_item_id
809: AND cost_type_id = c_Cost_type_id
810: AND organization_id = t_org_code_list(I);
811: end if;