DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on CST_ITEM_COSTS

Line 163: * Summary table - CST_ITEM_COSTS, causing discrepancy between CIC and CICD.

159: and cost_type_id = p_cost_method;
160:
161: /*
162: * Bug FP 5218221: The previously existing costs were not being deleted from the
163: * Summary table - CST_ITEM_COSTS, causing discrepancy between CIC and CICD.
164: */
165: UPDATE cst_item_costs
166: SET pl_material = 0, pl_material_overhead = 0,
167: pl_resource = 0, pl_outside_processing = 0,

Line 165: UPDATE cst_item_costs

161: /*
162: * Bug FP 5218221: The previously existing costs were not being deleted from the
163: * Summary table - CST_ITEM_COSTS, causing discrepancy between CIC and CICD.
164: */
165: UPDATE cst_item_costs
166: SET pl_material = 0, pl_material_overhead = 0,
167: pl_resource = 0, pl_outside_processing = 0,
168: pl_overhead = 0, tl_material = 0,
169: tl_material_overhead = 0, tl_resource = 0,