DBA Data[Home] [Help]

APPS.CSTPPCAT dependencies on CST_ITEM_COSTS

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

99: and cost_type_id = p_cost_method;
100:
101: /*
102: * Bug FP 5218221: The previously existing costs were not being deleted from the
103: * Summary table - CST_ITEM_COSTS, causing discrepancy between CIC and CICD.
104: */
105: UPDATE cst_item_costs
106: SET pl_material = 0, pl_material_overhead = 0,
107: pl_resource = 0, pl_outside_processing = 0,

Line 105: UPDATE cst_item_costs

101: /*
102: * Bug FP 5218221: The previously existing costs were not being deleted from the
103: * Summary table - CST_ITEM_COSTS, causing discrepancy between CIC and CICD.
104: */
105: UPDATE cst_item_costs
106: SET pl_material = 0, pl_material_overhead = 0,
107: pl_resource = 0, pl_outside_processing = 0,
108: pl_overhead = 0, tl_material = 0,
109: tl_material_overhead = 0, tl_resource = 0,