DBA Data[Home] [Help]

APPS.BOMPPRCB dependencies on BOM_CALC_TPCT

Line 959: BOM_CALC_TPCT.calculate_tpct(

955: p_update_events => 1 ); /* update events */
956:
957: /* Calculate total_product_cycle_time */
958:
959: BOM_CALC_TPCT.calculate_tpct(
960: p_routing_sequence_id => nextrec.routing_sequence_id,
961: p_operation_type => perform_fc); /* Operation_type = Process */
962: end if;
963: end loop;