DBA Data[Home] [Help]

APPS.BOM_CALC_TPCT dependencies on BOM_OPERATIONAL_ROUTINGS

Line 95: update bom_operational_routings

91:
92: total_cycle_time NUMBER:= 0;
93: BEGIN
94: total_cycle_time := calc_tpct(p_routing_sequence_id,p_operation_type);
95: update bom_operational_routings
96: set total_product_cycle_time = total_cycle_time
97: where common_routing_sequence_id = p_routing_sequence_id;
98: END calculate_tpct;
99: