DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on CST_ITEM_COST_DETAILS

Line 42: from cst_item_cost_details

38: * valuation cost type.
39: */
40: select count(*)
41: into row_count
42: from cst_item_cost_details
43: where organization_id = I_ORGANIZATION_ID
44: and inventory_item_id = I_INVENTORY_ITEM_ID
45: and cost_type_id = p_cost_method
46: and (level_type = 2

Line 96: from cst_item_cost_details

92: /*
93: * delete all previously existing costs
94: */
95: delete
96: from cst_item_cost_details
97: where organization_id = I_ORGANIZATION_ID
98: and inventory_item_id = I_INVENTORY_ITEM_ID
99: and cost_type_id = p_cost_method;
100: