DBA Data[Home] [Help]

APPS.INVPCOII dependencies on CST_ITEM_COSTS

Line 731: from cst_item_costs

727: -- Temp_Cost_Org_Id := cc2.cost_organization_id;
728: /* Check the existence of the costing org for this item */
729: select count(*)
730: into l_cst_exist
731: from cst_item_costs
732: where inventory_item_id = cc2.inventory_item_id
733: and organization_id = cc2.cost_organization_id
734: and cost_type_id = cc2.primary_cost_method;
735:

Line 835: from cst_item_costs

831: -- Temp_Cost_Org_Id := cc3.master_organization_id;
832: /* Check the existence of the master org for this item */
833: select count(*)
834: into l_cst_exist
835: from cst_item_costs
836: where inventory_item_id = cc3.inventory_item_id
837: and organization_id = cc3.master_organization_id
838: and cost_type_id = cc3.primary_cost_method;
839: